mpctool
Data Fields

mpc_alm Struct Reference

#include <mpc_base.h>

Data Fields

struct mpc_fgmfgm
real_tl_0
real_tzx_lb
real_tzx_ub
uint32_t * i_ex
real_tmu
real_tE
real_tKx_Ai
real_te_lb
real_te_ub
real_tLinv
uint32_t STATES
uint32_t STCONSTRS
uint32_t HOR_INPUTS
uint32_t HOR_STCONSTRS

Detailed Description

Variables used by the augmented Lagrangian method.


Field Documentation

Linear factor of 2-sided state constraint.

Lower bound for the mixed constraint.

Upper bound for the mixed constraint.

uint32_t HOR_INPUTS

Horizon times number of inputs.

uint32_t HOR_STCONSTRS

Horizon times number of states constraints.

uint32_t* i_ex

Maximum number of external loop (ALM) iterations.

Prediction component of the mixed constraint bound.

Initial guess for the optimal multiplier.

Inverse of gradient Lipschitz constant (1/L).

Augmented Lagrange method penalty parameter.

uint32_t STATES

Number of system states.

uint32_t STCONSTRS

Number of state constraints.

Mixed constraint lower bound as function of current state.

Mixed constraint upper bound as function of current state.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs