hpp-core
4.9.0
Implement basic classes for canonical path planning for kinematic chains.
|
#include <hpp/core/path-optimization/cost.hh>
Protected Member Functions | |
Cost (size_type inputSize, size_type inputDerivativeSize, const std::string &name) | |
Protected Member Functions inherited from hpp::constraints::DifferentiableFunction | |
DifferentiableFunction (size_type sizeInput, size_type sizeInputDerivative, size_type sizeOutput, std::string name=std::string()) | |
DifferentiableFunction (size_type sizeInput, size_type sizeInputDerivative, const LiegroupSpacePtr_t &outputSpace, std::string name=std::string()) | |
virtual void | impl_compute (LiegroupElementRef result, vectorIn_t argument) const=0 |
virtual void | impl_jacobian (matrixOut_t jacobian, vectorIn_t arg) const=0 |
Additional Inherited Members | |
Protected Attributes inherited from hpp::constraints::DifferentiableFunction | |
size_type | inputSize_ |
size_type | inputDerivativeSize_ |
LiegroupSpacePtr_t | outputSpace_ |
ArrayXb | activeParameters_ |
ArrayXb | activeDerivativeParameters_ |
numerical cost for path optimization
Provides an initial guess for the Hessian to initialize quasi-Newton methods.
|
inlineprotected |
|
pure virtual |
Return an approximation of the Hessian at minimum
hessian | Hessian matrix of right size |