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

[Dev] Allow dim zero control

Open jbcaillau opened this issue 3 months ago • 6 comments

allow to define problems without control, but with variables

@abavoil this is for you! will allow you to use OC.jl both with direct and indirect approaches

jbcaillau avatar Oct 03 '25 17:10 jbcaillau

@ocots do we already have flows for an ocp + u given either as u(t) or u(t, x) (feed-back)?

jbcaillau avatar Oct 06 '25 17:10 jbcaillau

@ocots do we already have flows for an ocp + u given either as u(t) or u(t, x) (feed-back)?

For the moment, it is not possible to do so.

ocots avatar Oct 06 '25 21:10 ocots

@ocots do we already have flows for an ocp + u given either as u(t) or u(t, x) (feed-back)?

For the moment, it is not possible to do so.

https://github.com/control-toolbox/CTFlows.jl/issues/134

jbcaillau avatar Oct 07 '25 19:10 jbcaillau

@ocots for u of dim 0, allow flow to integrate the state only (no costate):

f = Flow(o)
xf = f(t0, x0, tf, v) # v: variable

jbcaillau avatar Oct 10 '25 05:10 jbcaillau

@remydutto interested to work on that branch?

jbcaillau avatar Oct 10 '25 23:10 jbcaillau

@abavoil see also https://github.com/control-toolbox/OptimalControl.jl/issues/678

jbcaillau avatar Nov 24 '25 18:11 jbcaillau