$darkmode
Settings for the PGS constraint solver loop. More...
#include <pinocchio/algorithm/solvers/pgs-solver.hpp>


Public Types | |
| typedef ConstraintSolverSettingsBase< Self > | Base |
| typedef _Scalar | Scalar |
| typedef PGSSolverSettingsTpl | Self |
| typedef Eigen::Matrix< Scalar, Eigen::Dynamic, 1 > | VectorXs |
Public Member Functions | |
| PGSSolverSettingsTpl (std::size_t max_iterations=1000, Scalar absolute_feasibility_tol=Scalar(1e-6), Scalar relative_feasibility_tol=Scalar(1e-6), Scalar absolute_complementarity_tol=Scalar(1e-6), Scalar relative_complementarity_tol=Scalar(1e-6), bool solve_ncp=true, bool measure_timings=false, bool stat_record=false, Scalar over_relaxation=Scalar(1)) | |
| Default constructor. | |
| void | checkValidityImpl () const |
Public Attributes | |
| Scalar | over_relaxation |
| Over-relaxation of PGS step. Default value is 1. | |
Settings for the PGS constraint solver loop.
Definition at line 147 of file pgs-solver.hpp.