InfiniteOpt.jl icon indicating copy to clipboard operation
InfiniteOpt.jl copied to clipboard

Problem Simulation and Automatic Initialization

Open pulsipher opened this issue 5 years ago • 2 comments

Describe the feature you'd like Allow this to plugin to effective dynamic simulators to simulate the model. This could be used to generate better guess values in accordance with #43.

Does this pertain to a particular class of problems/techniques? If so explain. Dynamic optimization problems.

Describe what you currently do about this We don't do this at all.

pulsipher avatar Mar 25 '20 23:03 pulsipher

We can leverage DifferentialEquations.jl to tackle this. This should at least be able to handle problems with differential operators that depend on only 1 infinite parameter. We will also need to add some sort of interpolation scheme to convert the discrete results into functions.

pulsipher avatar Oct 29 '20 23:10 pulsipher

DifferentialEquations.jl is able to handle more general models that just dynamic ones, so I think we can readily expand the scope of this contribution. Also, ModelingToolkit.jl might make a convenient bridge to accomplish this.

pulsipher avatar Oct 22 '21 14:10 pulsipher