New release of CTBase, v0.7.0 #41
Replies: 7 comments 7 replies
-
@PierreMartinon @joseph-gergaud @jbcaillau @BaptisteCbl Check this out! |
Beta Was this translation helpful? Give feedback.
-
Hello, if I'm not mistaken, with this new version, CTProblems need to be updated as well as CTFlows (which currently require the old CTBase 0.6.0). I can do pull requests for these two. |
Beta Was this translation helpful? Give feedback.
-
Update v0.7.1. |
Beta Was this translation helpful? Give feedback.
-
With Pierre, we have done the modifications of CTDirect (trapeze). We are waiting the CTProbelm update for testing all the problems and to merge the branch. Here are some remarks / questions
|
Beta Was this translation helpful? Give feedback.
-
@joseph-gergaud @PierreMartinon Actually, there are quite a few other tests that can be done already, apart from |
Beta Was this translation helpful? Give feedback.
-
@joseph-gergaud @PierreMartinon Two questions:
|
Beta Was this translation helpful? Give feedback.
-
@joseph-gergaud @PierreMartinon Nice job in @def ocp4 begin
tf ∈ R, variable
t ∈ [ 0, tf ], time
x ∈ R², state
u ∈ R, control
-1 ≤ u(t) ≤ 1
x(0) == [ 0, 0 ]
x(tf) == [ 1, 0 ]
0.1 ≤ tf ≤ 10
ẋ(t) == [ x₂(t), u(t) ]
∫( 1 ) → min
end
sol4 = solve(ocp4, grid_size=100, print_level=5, tol=1e-12)
plot(sol4) Still an issue with scalar / vector variable, check #42 |
Beta Was this translation helpful? Give feedback.
-
See what's new here.
Still TBD:
Beta Was this translation helpful? Give feedback.
All reactions