mathopt / DynamicOED.jl

Optimal experimental design of ODE and DAE systems in julia
https://mathopt.github.io/DynamicOED.jl/
MIT License
8 stars 0 forks source link

Integrator Interface #7

Open AlCap23 opened 7 months ago

AlCap23 commented 7 months ago

Right now, we are using a nested solve command to sequentially solve the optimal control problem.

It would be nice to use the integrator interface for this instead.