CasBex
CasBex
Hi, I've been creating some random forest regressors lately and I've noticed high memory usage during hyperparameter tuning. It turns out that there is some memory leakage in the package....
**Describe the bug 🐞** The cost function returned by `multiple_shooting_objective` is not differentiable by Zygote, which prevents using the AutoZygote AD setting in optimisation. **Expected behavior** Zygote succesfully computes the...
**Is your feature request related to a problem? Please describe.** I think a system identification example with a ModelingToolkit model would be a nice addition to the documentation. Particularly one...
In my development workflow I like to write lots of tests and comment in/out in `runtests.jl` when necessary. To aid with this I have written two functions to automatically run...
`fmi2StringToValueReference` has a type instability where it can return either a `UInt32` or a `Nothing` type result. This gives some impracticalities when for example broadcasting where you can get either...
The identification methods in this package allow adding a regularisation term to the loss for better convergence. It would be nice if we could regularise not only the parameters and...
**Describe the bug 🐞** When a PeriodicCallback with `initial_affect=true` is embedded in an ODEProblem it is called twice, but not if it is provided as a keyword argument to `solve`...