Maikel Bosschaert
Maikel Bosschaert
I'm running julia version 1.10.0 on fedora core 38. After running the example code `>> jlcall('sort', {rand(2,5)}, struct('dims', int64(2)))` I obtain the following ```bash Installing MATDaemon environment... /home/maikel/.juliaup/bin/julia --project=/home/maikel/Documents/Papers/PNDDE/Demos/.jlcall --threads=auto...
**Question❓** If I change the differentiation method in the optimization example in [Optimizing through an ODE solve and re-creating MTK Problems](https://docs.sciml.ai/ModelingToolkit/stable/examples/remake/#Optimizing-through-an-ODE-solve-and-re-creating-MTK-Problems) to AutoReverseDiff() I obtain the following error when solving...
**Describe the bug 🐞** Changing the differentiation method in the [optimization example](https://docs.sciml.ai/ModelingToolkit/stable/examples/remake/#Optimizing-through-an-ODE-solve-and-re-creating-MTK-Problems) to `AutoReverseDiff()` or `AutoZygote()` yields errors. **Expected behavior** To be able to use reverse differentiation. **Minimal Reproducible Example...
The images on https://docs.makie.org/v0.21/explanations/backends/wglmakie do not render on: - my computer (Fedora Core 40), - an Android phone (Android version 13), - or a Windows 10 computer.
Higher-Order Bautin Normal Form and Unfolding This PR implements higher-order computation of the Bautin (Generalized Hopf) normal form and its associated predictor for fold of periodic orbits continuation. Summary The...