#include <MoochoPack_MeritFunc_PenaltyParamUpdateGuts_AddedStep.hpp>
Inheritance diagram for MoochoPack::MeritFunc_PenaltyParamUpdateGuts_AddedStep:
Overridden from AlgorithmStep | |
| bool | do_step (Algorithm &algo, poss_type step_poss, IterationPack::EDoStepType type, poss_type assoc_step_poss) |
| | |
| void | print_step (const Algorithm &algo, poss_type step_poss, IterationPack::EDoStepType type, poss_type assoc_step_poss, std::ostream &out, const std::string &leading_str) const |
| | |
Overridden from MeritFunc_PenaltyParamUpdate_AddedStep | |
| void | small_mu (value_type small_mu) |
| | |
| value_type | small_mu () const |
| | |
| void | mult_factor (value_type mult_factor) |
| | |
| value_type | mult_factor () const |
| | |
| void | kkt_near_sol (value_type kkt_near_sol) |
| | |
| value_type | kkt_near_sol () const |
| | |
Pure virtual functions to be overridden by subclasses | |
| virtual bool | min_mu (NLPAlgoState &s, value_type *min_mu) const =0 |
| Override to determine the mininum value of mu the penalty parameter can take on. | |
| virtual void | print_min_mu_step (std::ostream &out, const std::string &leading_str) const =0 |
| Override to print how min_mu calculated. | |
Public Member Functions | |
| MeritFunc_PenaltyParamUpdateGuts_AddedStep (value_type small_mu, value_type mult_factor, value_type kkt_near_sol) | |
| | |
This class assumes the merit function iteration quantity supports the interfaces MeritFuncPenaltyParam and MeritFuncNLPDirecDeriv.
min_mu is computed by subclasses.
Definition at line 44 of file MoochoPack_MeritFunc_PenaltyParamUpdateGuts_AddedStep.hpp.
|
||||||||||||||||
|
Definition at line 49 of file MoochoPack_MeritFunc_PenaltyParamUpdateGuts_AddedStep.cpp. |
|
||||||||||||||||||||
|
Definition at line 60 of file MoochoPack_MeritFunc_PenaltyParamUpdateGuts_AddedStep.cpp. |
|
||||||||||||||||||||||||||||
|
Definition at line 171 of file MoochoPack_MeritFunc_PenaltyParamUpdateGuts_AddedStep.cpp. |
|
|
Implements MoochoPack::MeritFunc_PenaltyParamUpdate_AddedStep. Definition at line 219 of file MoochoPack_MeritFunc_PenaltyParamUpdateGuts_AddedStep.cpp. |
|
|
Implements MoochoPack::MeritFunc_PenaltyParamUpdate_AddedStep. Definition at line 224 of file MoochoPack_MeritFunc_PenaltyParamUpdateGuts_AddedStep.cpp. |
|
|
Implements MoochoPack::MeritFunc_PenaltyParamUpdate_AddedStep. Definition at line 229 of file MoochoPack_MeritFunc_PenaltyParamUpdateGuts_AddedStep.cpp. |
|
|
Implements MoochoPack::MeritFunc_PenaltyParamUpdate_AddedStep. Definition at line 234 of file MoochoPack_MeritFunc_PenaltyParamUpdateGuts_AddedStep.cpp. |
|
|
Implements MoochoPack::MeritFunc_PenaltyParamUpdate_AddedStep. Definition at line 239 of file MoochoPack_MeritFunc_PenaltyParamUpdateGuts_AddedStep.cpp. |
|
|
Implements MoochoPack::MeritFunc_PenaltyParamUpdate_AddedStep. Definition at line 244 of file MoochoPack_MeritFunc_PenaltyParamUpdateGuts_AddedStep.cpp. |
|
||||||||||||
|
Override to determine the mininum value of mu the penalty parameter can take on.
Implemented in MoochoPack::MeritFunc_PenaltyParamUpdateMultFree_AddedStep, and MoochoPack::MeritFunc_PenaltyParamUpdateWithMult_AddedStep. |
|
||||||||||||
|
Override to print how min_mu calculated.
Implemented in MoochoPack::MeritFunc_PenaltyParamUpdateMultFree_AddedStep, and MoochoPack::MeritFunc_PenaltyParamUpdateWithMult_AddedStep. |
1.3.9.1