MoochoPack : Framework for Large-Scale Optimization Algorithms
Version of the Day
|
Fraction to boundary rule for calculating alpha max. More...
#include <MoochoPack_PostProcessBarrierLineSearch_Step.hpp>
Constructors / initializers | |
PostProcessBarrierLineSearch_Step (Teuchos::RCP< NLPInterfacePack::NLPBarrier > barrier_nlp) | |
Constructor. More... | |
Overridden from AlgorithmStep | |
bool | do_step (Algorithm &algo, poss_type step_poss, IterationPack::EDoStepType type, poss_type assoc_step_poss) |
void | print_step (const IterationPack::Algorithm &algo, poss_type step_poss, IterationPack::EDoStepType type, poss_type assoc_step_poss, std::ostream &out, const std::string &leading_str) const |
Fraction to boundary rule for calculating alpha max.
This class updates alpha_vl, alpha_vu, and alpha and x_kp1, Vl_kp1, and Vu_kp1
Definition at line 63 of file MoochoPack_PostProcessBarrierLineSearch_Step.hpp.
MoochoPack::PostProcessBarrierLineSearch_Step::PostProcessBarrierLineSearch_Step | ( | Teuchos::RCP< NLPInterfacePack::NLPBarrier > | barrier_nlp | ) |
Constructor.
Definition at line 64 of file MoochoPack_PostProcessBarrierLineSearch_Step.cpp.
bool MoochoPack::PostProcessBarrierLineSearch_Step::do_step | ( | Algorithm & | algo, |
poss_type | step_poss, | ||
IterationPack::EDoStepType | type, | ||
poss_type | assoc_step_poss | ||
) |
Definition at line 78 of file MoochoPack_PostProcessBarrierLineSearch_Step.cpp.