#include <ConstrainedOptPack_MeritFuncCalc.hpp>
Inheritance diagram for ConstrainedOptPack::MeritFuncCalc:
Public Member Functions | |
| virtual | ~MeritFuncCalc () |
| | |
| virtual value_type | operator() (const Vector &x) const =0 |
| Return the value of the merit function at x. | |
| virtual value_type | deriv () const =0 |
| Calls value(d_k) on aggregate merit_func. | |
| virtual void | print_merit_func (std::ostream &out, const std::string &leading_str) const =0 |
| Print what this merit function is. | |
Used to compute the value of the merit at a point x (phi(x)) and to retrieve the derivative (phi.deriv()) along some direction d from some base point xo.
Definition at line 42 of file ConstrainedOptPack_MeritFuncCalc.hpp.
|
|
Definition at line 46 of file ConstrainedOptPack_MeritFuncCalc.hpp. |
|
|
Return the value of the merit function at x.
Implemented in ConstrainedOptPack::MeritFuncCalcNLE, and ConstrainedOptPack::MeritFuncCalcNLP. |
|
|
Calls value(d_k) on aggregate merit_func.
Implemented in ConstrainedOptPack::MeritFuncCalcNLE, and ConstrainedOptPack::MeritFuncCalcNLP. |
|
||||||||||||
|
Print what this merit function is.
Implemented in ConstrainedOptPack::MeritFuncCalcNLE, and ConstrainedOptPack::MeritFuncCalcNLP. |
1.3.9.1