#include <ConstrainedOptPack_MeritFuncNLE.hpp>
Inheritance diagram for ConstrainedOptPack::MeritFuncNLE:
Public Member Functions | |
| virtual | ~MeritFuncNLE () |
| | |
| virtual value_type | value (const Vector &c) const =0 |
Return the value of the merit function at c(x). This interface requires the client to compute c(x) and pass it to this function to have the value of phi(c) calculated. | |
| virtual value_type | deriv () const =0 |
Return the value of the directional derivative of the merit function w.r.t. alpha at alpha = 0. In other words compute return d(phi(c(x)))/d(alpha_k) at alpha_k = 0 where x = x_k + alpha_k * d_k. | |
| virtual void | print_merit_func (std::ostream &out, const std::string &leading_str) const =0 |
| Print the merit funciton. | |
Definition at line 40 of file ConstrainedOptPack_MeritFuncNLE.hpp.
|
|
Definition at line 48 of file ConstrainedOptPack_MeritFuncNLE.hpp. |
|
|
Return the value of the merit function at
If the merit function has not been initialized properly then a Implemented in ConstrainedOptPack::MeritFuncNLESqrResid. |
|
|
Return the value of the directional derivative of the merit function w.r.t.
If the merit function has not been initialized properly then a Implemented in ConstrainedOptPack::MeritFuncNLESqrResid. |
|
||||||||||||
|
Print the merit funciton.
Implemented in ConstrainedOptPack::MeritFuncNLESqrResid. |
1.3.9.1