#include <ConstrainedOptPack_MeritFuncNLESqrResid.hpp>
Inheritance diagram for ConstrainedOptPack::MeritFuncNLESqrResid:
Public Member Functions | |
| MeritFuncNLESqrResid () | |
| Initializes deriv() = 0. | |
| value_type | calc_deriv (const Vector &c_k) |
| | |
| value_type | value (const Vector &c) const |
| | |
| value_type | deriv () const |
| | |
| void | print_merit_func (std::ostream &out, const std::string &leading_str) const |
| | |
phi(x) = 1/2 * c(x)'*c(x)
Dphi(x_k,d_k) = - c(x)'*c(x)
Note that the definition of Dphi(x_k,d_k) assumes that Gc_k'*d_k + c_k = 0. In otherwords, d_k must satisfiy the linearized equality constraints at at x_k.
Implicit copy constructor and assignment operators are allowed.
Definition at line 50 of file ConstrainedOptPack_MeritFuncNLESqrResid.hpp.
|
|
Initializes deriv() = 0.
Definition at line 34 of file ConstrainedOptPack_MeritFuncNLESqrResid.cpp. |
|
|
Definition at line 38 of file ConstrainedOptPack_MeritFuncNLESqrResid.cpp. |
|
|
Implements ConstrainedOptPack::MeritFuncNLE. Definition at line 46 of file ConstrainedOptPack_MeritFuncNLESqrResid.cpp. |
|
|
Implements ConstrainedOptPack::MeritFuncNLE. Definition at line 52 of file ConstrainedOptPack_MeritFuncNLESqrResid.cpp. |
|
||||||||||||
|
Implements ConstrainedOptPack::MeritFuncNLE. Definition at line 57 of file ConstrainedOptPack_MeritFuncNLESqrResid.cpp. |
1.3.9.1