Skip to content

Commit 2a1cc13

Browse files
committed
doc: remove warning about Hessians in getinfo docstrings
1 parent d359d19 commit 2a1cc13

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ModelPredictiveControl"
22
uuid = "61f9bdb8-6ae4-484a-811f-bbf86720c31c"
3-
version = "1.14.1"
3+
version = "1.14.2"
44
authors = ["Francis Gagnon"]
55

66
[deps]

src/controller/execute.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,6 @@ are also available:
119119
- `:∇geq` or *`:nablageq`* : optimal Jacobian of the equality constraint, ``\mathbf{\nabla g_{eq}}``
120120
- `:∇²ℓgeq` or *`:nabla2lgeq`* : optimal Hessian of the equality Lagrangian, ``\mathbf{\nabla^2}\ell_{\mathbf{g_{eq}}}``
121121
122-
Note that retrieving optimal Hessians of Lagrangian are not fully supported yet. Their
123-
nonzero coefficients are random values for now.
124-
125122
# Examples
126123
```jldoctest
127124
julia> mpc = LinMPC(LinModel(tf(5, [2, 1]), 3), Nwt=[0], Hp=1, Hc=1);

src/estimator/mhe/execute.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,6 @@ For [`NonLinModel`](@ref), it also includes the following fields:
102102
- `:∇g` or *`:nablag`* : optimal Jacobian of the inequality constraint, ``\mathbf{\nabla g}``
103103
- `:∇²ℓg` or *`:nabla2lg`* : optimal Hessian of the inequality Lagrangian, ``\mathbf{\nabla^2}\ell_{\mathbf{g}}``
104104
105-
Note that retrieving optimal Hessians of Lagrangian are not fully supported yet. Their
106-
nonzero coefficients are random values for now.
107-
108105
# Examples
109106
```jldoctest
110107
julia> model = LinModel(ss(1.0, 1.0, 1.0, 0, 5.0));

0 commit comments

Comments
 (0)