Optimizer¶
-
class
do_mpc.optimizer.Optimizer[source]¶ The base clase for the optimization based state estimation (MHE) and predictive controller (MPC). This class establishes the jointly used attributes, methods and properties.
Warning
The
Optimizerbase class can not be used independently.Attributes
Optimizer.boundsQuery and set bounds of the optimization variables. Optimizer.scalingQuery and set scaling of the optimization variables. Methods
Optimizer.get_tvp_templateObtain output template for set_tvp_fun().Optimizer.reset_historyReset the history of the optimizer. Optimizer.set_nl_consIntroduce new constraint to the class. Optimizer.set_tvp_funSet function which returns time-varying parameters. Optimizer.solveSolves the optmization problem.
This page is auto-generated. Page source is not available on Github.