Skip to content

Commit e572849

Browse files
committed
added : Plots.jl recipe and mpc quick simulations
1 parent 6cd46c5 commit e572849

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ModelPredictiveControl"
22
uuid = "61f9bdb8-6ae4-484a-811f-bbf86720c31c"
33
authors = ["Francis Gagnon"]
4-
version = "0.5.0"
4+
version = "0.5.1"
55

66
[deps]
77
ControlSystemsBase = "aaaaaaaa-a6ca-5380-bf3e-84a91bcd477e"

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ using Pkg; Pkg.add("ModelPredictiveControl")
5151
- ✅ custom predictions for:
5252
- ✅ output setpoints
5353
- ✅ measured disturbances
54-
- easy integration with `Plots.jl`
54+
- easy integration with `Plots.jl`
5555
- ✅ optimization based on `JuMP.jl`:
5656
- ✅ quickly compare multiple optimizers
5757
- ✅ nonlinear solvers relying on automatic differentiation (exact derivative)

Diff for: docs/src/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Pages = [
5656
- ✅ custom predictions for:
5757
- ✅ output setpoints
5858
- ✅ measured disturbances
59-
- easy integration with `Plots.jl`
59+
- easy integration with `Plots.jl`
6060
- ✅ optimization based on `JuMP.jl`:
6161
- ✅ quickly compare multiple optimizers
6262
- ✅ nonlinear solvers relying on automatic differentiation (exact derivative)

0 commit comments

Comments
 (0)