Skip to content

Commit 5444bb0

Browse files
committed
feature list added
1 parent 86663e0 commit 5444bb0

File tree

1 file changed

+28
-7
lines changed

1 file changed

+28
-7
lines changed

docs/src/index.md

Lines changed: 28 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,35 @@ Pages = [
1919

2020
## Features
2121

22-
### Predictive Control
22+
### Model Predictive Control
2323

24-
- asdasd
25-
- asdasd
26-
- adasds
24+
- linear and nonlinear plant models using a unified structure and multiple dispatch
25+
- support for linear model predictions based on matrix algebra in a nonlinear controller
26+
(e.g. economic optimization of a linear process model)
27+
- supported criterion terms : output setpoint tracking, move suppression, input setpoint
28+
tracking and additional custom penalty (e.g. economic costs)
29+
- constraints on output predictions, manipulated inputs and manipulated inputs increments
30+
that all support softening
31+
- custom manipulated input constraints that are a function of the predictions
32+
- supported feedback strategy : internal model structure with custom stochastic model or
33+
state estimator (see State Estimation features)
34+
- offset-free tracking with a single or multiple integrators on each measured output
35+
- support for unmeasured model outputs
36+
- feedforward action with measured disturbances that supports direct transmission
37+
- custom predictions for output setpoints and measured disturbances
38+
- get additional information about the optimal input to ease troubleshooting : optimal
39+
output predictions, slack variable optimum, optimal input increments over control horizon,
40+
objective function minimum, custom penalty optimum, etc.
2741

2842
### State Estimation
2943

30-
- asdsad
31-
- asdasda
32-
- asdasd
44+
- supported state estimators/observers :
45+
- steady-state Kalman filter
46+
- Kalman filter
47+
- Luenberger observer
48+
- internal model structure
49+
- unscented Kalman filter
50+
- moving horizon estimator
51+
- observers in the predictor form to facilitate predictive control applications.
52+
- moving horizon estimator with inequality state constraints, and equality constraints at
53+
zero on process noise (to reduce the problem size)

0 commit comments

Comments
 (0)