|
aligator
0.16.0
A versatile and efficient C++ library for real-time constrained trajectory optimization.
|
#include <aligator/solvers/proxddp/solver-proxddp.hpp>
Public Attributes | |
| Scalar | prim_alpha = 0.1 |
| \(\alpha_\eta\) for primal tolerance (failure) | |
| Scalar | prim_beta = 0.9 |
| \(\beta_\eta\) for primal tolerance (success) | |
| Scalar | dual_alpha = 1. |
| \(\alpha_\eta\) for dual tolerance (failure) | |
| Scalar | dual_beta = 1. |
| \(\beta_\eta\) for dual tolerance (success) | |
| Scalar | mu_update_factor = 0.01 |
| Scale factor for ALM parameter. | |
| Scalar | mu_lower_bound = 1e-8 |
| Lower bound on AL parameter. | |
Definition at line 104 of file solver-proxddp.hpp.
| Scalar aligator::SolverProxDDPTpl< _Scalar >::AlmParams::prim_alpha = 0.1 |
\(\alpha_\eta\) for primal tolerance (failure)
Definition at line 106 of file solver-proxddp.hpp.
| Scalar aligator::SolverProxDDPTpl< _Scalar >::AlmParams::prim_beta = 0.9 |
\(\beta_\eta\) for primal tolerance (success)
Definition at line 108 of file solver-proxddp.hpp.
| Scalar aligator::SolverProxDDPTpl< _Scalar >::AlmParams::dual_alpha = 1. |
\(\alpha_\eta\) for dual tolerance (failure)
Definition at line 110 of file solver-proxddp.hpp.
| Scalar aligator::SolverProxDDPTpl< _Scalar >::AlmParams::dual_beta = 1. |
\(\beta_\eta\) for dual tolerance (success)
Definition at line 112 of file solver-proxddp.hpp.
| Scalar aligator::SolverProxDDPTpl< _Scalar >::AlmParams::mu_update_factor = 0.01 |
Scale factor for ALM parameter.
Definition at line 114 of file solver-proxddp.hpp.
| Scalar aligator::SolverProxDDPTpl< _Scalar >::AlmParams::mu_lower_bound = 1e-8 |
Lower bound on AL parameter.
Definition at line 116 of file solver-proxddp.hpp.