-
Notifications
You must be signed in to change notification settings - Fork 9
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
New release #172
Comments
I'll bump CTDirect to 0.5.1 soon to take into account the latest patch that solved the SymbolicUtils problem. |
@PierreMartinon ✅ done |
@ocots Ready to merge then release. Note that:
@test_throws ParsingError @def o begin
t ∈ [ t0, tf ], time
x ∈ R^2, state
u ∈ R, control
x(t0) == [ -1, 0 ], (1)
x(tf) == [ 0, 0 ]
ẋ(t) == A * x(t) + B * u(t)
∫( u(t)^2 ) + 1 + 2 → min # should be ∫(...) + ( 1 + 2 )
end
@test_throws ParsingError @def o begin
t ∈ [ t0, tf ], time
x ∈ R^2, state
u ∈ R, control
x(t0) == [ -1, 0 ], (1)
x(tf) == [ 0, 0 ]
ẋ(t) == A * x(t) + B * u(t)
∫( u(t)^2 ) / 2 → min # forbidden
end
|
Merge done! |
@PierreMartinon |
@ocots CTBase.jl 0.8.0 -> 0.9.0? |
Release done! |
@ocots seems to be a compat issue (with CTProblems!?) that prevents update towards [email protected] in OptimalControl. Can you please have a look? |
I will update CTDirect to require CTBase 0.9 (currently it stays at 0.8) as soon as the CI passes. This will be 0.5.2 I guess |
OK I check this. |
New release of
|
Old and finished. |
WIP (not yet ready for the release)
@ocots can you please make a new release to include updates inThe text was updated successfully, but these errors were encountered: