mathopt / DynamicOED.jl

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

Dispatching on OED Only #8

Open AlCap23 opened 10 months ago

AlCap23 commented 10 months ago

If we handle only an autonomous system where no controls are present we can in theory pull out the FIM part of the OEDSystem and reduce the computation time given that we need to solve the Augmented system only once.

This might be already possible using the Q variables.