#include <NlpSimple.hh>
Inheritance diagram for NlpSimpleLocalModel:

Public Methods | |
Function Evaluations | |
All evaluations are computed with respect to the functional and current iterates stored in mEc
| |
| virtual void | updateValues (NlpValues &values) |
| Compute the values of the objective and constraint function. | |
| virtual void | updateGrads (NlpGrads &grads) |
| Compute the values of the objective gradient and constraint Jacobian. | |
| virtual void | updateHessian (NlpHessian &hessian) |
| Compute the hessian of the Lagrangian. | |
Protected Attributes | |
| EvaluationContextHandle | mEc |
| Evalutation context which store a functional and the current iterate. | |
1.2.18