File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
name = " ModelPredictiveControl"
2
2
uuid = " 61f9bdb8-6ae4-484a-811f-bbf86720c31c"
3
3
authors = [" Francis Gagnon" ]
4
- version = " 0.5.0 "
4
+ version = " 0.5.1 "
5
5
6
6
[deps ]
7
7
ControlSystemsBase = " aaaaaaaa-a6ca-5380-bf3e-84a91bcd477e"
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ using Pkg; Pkg.add("ModelPredictiveControl")
51
51
- ✅ custom predictions for:
52
52
- ✅ output setpoints
53
53
- ✅ measured disturbances
54
- - ⬜ easy integration with ` Plots.jl `
54
+ - ✅ easy integration with ` Plots.jl `
55
55
- ✅ optimization based on ` JuMP.jl ` :
56
56
- ✅ quickly compare multiple optimizers
57
57
- ✅ nonlinear solvers relying on automatic differentiation (exact derivative)
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ Pages = [
56
56
- ✅ custom predictions for:
57
57
- ✅ output setpoints
58
58
- ✅ measured disturbances
59
- - ⬜ easy integration with ` Plots.jl `
59
+ - ✅ easy integration with ` Plots.jl `
60
60
- ✅ optimization based on ` JuMP.jl ` :
61
61
- ✅ quickly compare multiple optimizers
62
62
- ✅ nonlinear solvers relying on automatic differentiation (exact derivative)
You can’t perform that action at this time.
0 commit comments