hpp-constraints  4.9.1
Definition of basic geometric constraints for motion planning
hpp::constraints::solver::lineSearch::FixedSequence Struct Reference

#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
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ FixedSequence()

hpp::constraints::solver::lineSearch::FixedSequence::FixedSequence ( )

Member Function Documentation

◆ operator()()

template<typename SolverType >
bool hpp::constraints::solver::lineSearch::FixedSequence::operator() ( const SolverType &  solver,
vectorOut_t  arg,
vectorOut_t  darg 
)
inline

Member Data Documentation

◆ alpha

value_type hpp::constraints::solver::lineSearch::FixedSequence::alpha

◆ alphaMax

value_type hpp::constraints::solver::lineSearch::FixedSequence::alphaMax

◆ K

value_type hpp::constraints::solver::lineSearch::FixedSequence::K

The documentation for this struct was generated from the following file: