crocoddyl  1.4.0
Contact RObot COntrol by Differential DYnamic programming Library (Crocoddyl)
SolverAbstract Member List

This is the complete list of members for SolverAbstract, including all inherited members.

callbacks_SolverAbstractprotected
computeDirection(const bool &recalc)=0SolverAbstractpure virtual
cost_SolverAbstractprotected
d_SolverAbstractprotected
dV_SolverAbstractprotected
dVexp_SolverAbstractprotected
expectedImprovement()=0SolverAbstractpure virtual
get_cost() constSolverAbstract
get_d() constSolverAbstract
get_dV() constSolverAbstract
get_dVexp() constSolverAbstract
get_is_feasible() constSolverAbstract
get_iter() constSolverAbstract
get_problem() constSolverAbstract
get_steplength() constSolverAbstract
get_stop() constSolverAbstract
get_th_acceptstep() constSolverAbstract
get_th_stop() constSolverAbstract
get_ureg() constSolverAbstract
get_us() constSolverAbstract
get_xreg() constSolverAbstract
get_xs() constSolverAbstract
getCallbacks() constSolverAbstract
is_feasible_SolverAbstractprotected
iter_SolverAbstractprotected
problem_SolverAbstractprotected
set_th_acceptstep(const double &th_acceptstep)SolverAbstract
set_th_stop(const double &th_stop)SolverAbstract
set_ureg(const double &ureg)SolverAbstract
set_us(const std::vector< Eigen::VectorXd > &us)SolverAbstract
set_xreg(const double &xreg)SolverAbstract
set_xs(const std::vector< Eigen::VectorXd > &xs)SolverAbstract
setCallbacks(const std::vector< boost::shared_ptr< CallbackAbstract > > &callbacks)SolverAbstract
setCandidate(const std::vector< Eigen::VectorXd > &xs_warm=DEFAULT_VECTOR, const std::vector< Eigen::VectorXd > &us_warm=DEFAULT_VECTOR, const bool &is_feasible=false)SolverAbstract
solve(const std::vector< Eigen::VectorXd > &init_xs=DEFAULT_VECTOR, const std::vector< Eigen::VectorXd > &init_us=DEFAULT_VECTOR, const std::size_t &maxiter=100, const bool &is_feasible=false, const double &reg_init=1e-9)=0SolverAbstractpure virtual
SolverAbstract(boost::shared_ptr< ShootingProblem > problem)SolverAbstractexplicit
steplength_SolverAbstractprotected
stop_SolverAbstractprotected
stoppingCriteria()=0SolverAbstractpure virtual
th_acceptstep_SolverAbstractprotected
th_stop_SolverAbstractprotected
tryStep(const double &step_length=1)=0SolverAbstractpure virtual
ureg_SolverAbstractprotected
us_SolverAbstractprotected
xreg_SolverAbstractprotected
xs_SolverAbstractprotected
~SolverAbstract() (defined in SolverAbstract)SolverAbstractvirtual