|
hpp-core
6.1.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 |
| virtual bool | isEqual (const DifferentiableFunction &other) const |
| DifferentiableFunction () | |
Additional Inherited Members | |
Static Public Member Functions inherited from hpp::constraints::DifferentiableFunction | |
| static DifferentiableFunctionPtr_t | extract (DifferentiableFunctionPtr_t original, interval_t interval) |
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 |