You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
basic prototype reusing the fixed step schemes from the Collocation discretizer. This basically amounts to having several integration steps with different controls within each time step from the main grid. Uses the updated solution builder in CTModels, with individual time grids for state, control, costate and path constraints. Note that the specific case of 1 internal step is equivalent to the Collocation (same NLP dimensions).
Todo:
rework control and state parametrization, distinct from ODE scheme. In particular, standardize getters with both 'discrete' (argument: time step index) and 'continuous' (argument: time value) variants.
Done:
Todo: