I also get the warning
┌ Warning: Interrupted. Larger maxiters is needed.
when I use RK4 solver with a fixed step size of 0.01 s.
The code which I used is the nearly the same as in the post
This also the code example for exogenous inputs on the documenation page of DiffEqFlux.
The just changed the solver to RK4, a slightly different excitation and updated the code to GalacticOptim
.
I’m a little bit confused, because I thought, that maxiters would define the maximum iterations of the solver. Therefore, I would expect, that I would need 100 iteration when I simulated from 0.0 s to 1.0 s. Or is it the overall maximum iteration? In other words, for all iterations of optimization.