numerical cost for path optimization More...
#include <hpp/core/path-optimization/cost.hh>
Public Member Functions | |
virtual void | hessian (matrixOut_t hessian) const =0 |
Return an approximation of the Hessian at minimum. More... | |
Protected Member Functions | |
Cost (size_type inputSize, size_type inputDerivativeSize, const std::string &name) | |
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 |