-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flow with variables (NonFixed ocp) #15
Comments
@jbcaillau Actually, you can always give or not an extra variable to the function returned by Line 45 in 8999240
If the problem is xf, pf = f0(t3, x3, p3, tf, tf) There is a test where you can see that we can provide a variable (I need to add tests): CTFlows.jl/test/test_flow_hamiltonian.jl Line 22 in 8999240
|
Thanks @ocots. Exactly. Two points below.
Point 1. Yes, when the problem is
Point 2. From the user point of view, the two particular cases when either
Side notes:
|
@jbcaillau top priority. |
@ocots agreed. I thought you would do it, but I can take care of it: let me know. In any case, I first need to smoothen some things in control-toolbox/CTBase.jl#166 (comment) |
Actually I forgot. But I can take care of it. |
maybe you can. maybe not. 🤭 |
@jbcaillau Still forgotten. |
@ocots no worry. fine as is, but we ought to take care of it these days. |
@jbcaillau Corrected, cf. #38. |
@ocots the function returned by
Flow
applied to anocp
should depend on the variable (when there is one, i.e. when theocp
isNonFixed
) For instance, in this case (wheretf
is variable).The text was updated successfully, but these errors were encountered: