|
hpp-constraints 6.0.0
Definition of basic geometric constraints for motion planning
|
#include <hpp/constraints/solver/hierarchical-iterative.hh>
Public Member Functions | |
| FixedSequence () | |
| template<typename SolverType > | |
| bool | operator() (const SolverType &solver, vectorOut_t arg, vectorOut_t darg) |
Public Attributes | |
| value_type | alpha |
| value_type | alphaMax |
| value_type | K |
The step size is computed using the recursion \( \alpha_{i+1} = \alpha - K \times (\alpha_{max} - \alpha_i) \) where \(K\) and \(\alpha_{max}\) are some constant values.
| hpp::constraints::solver::lineSearch::FixedSequence::FixedSequence | ( | ) |
|
inline |
| value_type hpp::constraints::solver::lineSearch::FixedSequence::alpha |
| value_type hpp::constraints::solver::lineSearch::FixedSequence::alphaMax |
| value_type hpp::constraints::solver::lineSearch::FixedSequence::K |