#include <Functional.hh>
Inheritance diagram for EvaluationContext:

Public Methods | |
| virtual void | values (double &obj, IotrVector &c)=0 |
| Get the value of the objective and the constraints at the current point. | |
| virtual void | grads (IotrVector &g, GenMatrix &J)=0 |
| Get the value of the objective gradient and constraint Jacobian at the current point. | |
| virtual void | hessian (SymMatrix &H)=0 |
| Get the value of the Hessian of the Lagrangian at the current point. | |
|
||||||||||||
|
Get the value of the objective gradient and constraint Jacobian at the current point.
Implemented in ConcreteEvaluationContext. |
|
|
Get the value of the Hessian of the Lagrangian at the current point.
Implemented in ConcreteEvaluationContext. |
|
||||||||||||
|
Get the value of the objective and the constraints at the current point.
Implemented in ConcreteEvaluationContext. |
1.2.18