Skip to content

Commit

Permalink
doc correction economic function signature
Browse files Browse the repository at this point in the history
  • Loading branch information
franckgaga committed Aug 17, 2023
1 parent 7e366b7 commit 1f718b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controller/nonlinmpc.jl
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ This method uses the default state estimator :
- `Lwt=fill(0.0,model.nu)` : main diagonal of ``\mathbf{L}`` weight matrix (vector).
- `Cwt=1e5` : slack variable weight ``C`` (scalar), use `Cwt=Inf` for hard constraints only.
- `Ewt=0.0` : economic costs weight ``E`` (scalar).
- `JE=(_,_,_)->0.0` : economic function ``J_E(\mathbf{U}_E, \mathbf{}_E, \mathbf{}_E)``.
- `JE=(_,_,_)->0.0` : economic function ``J_E(\mathbf{U}_E, \mathbf{}_E, \mathbf{}_E)``.
- `ru=model.uop` : manipulated input setpoints ``\mathbf{r_u}`` (vector).
- `optim=JuMP.Model(Ipopt.Optimizer)` : nonlinear optimizer used in the predictive
controller, provided as a [`JuMP.Model`](https://jump.dev/JuMP.jl/stable/reference/models/#JuMP.Model)
Expand Down

0 comments on commit 1f718b9

Please sign in to comment.