#include <Util_Abstract_Group.hpp>
| virtual DFLib::Abstract::Group::~Group |
( |
| ) |
|
|
inlinevirtual |
Provide a virtual destructor.
| virtual double DFLib::Abstract::Group::getFunctionValue |
( |
| ) |
|
|
pure virtual |
| virtual double DFLib::Abstract::Group::getFunctionValueAndGradient |
( |
std::vector< double > & |
gradient | ) |
|
|
pure virtual |
evaluate the function and its gradient at the evaluation point
- Parameters
-
| gradient | STL vector containing gradient on return |
- Returns
- value of function
Implemented in DFLib::ReportCollection.
| virtual double DFLib::Abstract::Group::getFunctionValueAndHessian |
( |
std::vector< double > & |
gradient, |
|
|
std::vector< std::vector< double > > & |
hessian |
|
) |
| |
|
pure virtual |
evaluate the function and its gradient at the evaluation point
- Parameters
-
| gradient | STL vector containing gradient on return |
| hessian | contains hessian on return |
- Returns
- value of function
Implemented in DFLib::ReportCollection.
| virtual void DFLib::Abstract::Group::setEvaluationPoint |
( |
std::vector< double > & |
ep | ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: