MoochoPack : Framework for Large-Scale Optimization Algorithms
Version of the Day
|
Standard evaluation step class for extra parameters in primal/dual barrier method. More...
#include <MoochoPack_PostEvalNewPointBarrier_Step.hpp>
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 |
Standard evaluation step class for extra parameters in primal/dual barrier method.
This class calculates invXu
, invXl
invXu_m_invXl
Definition at line 64 of file MoochoPack_PostEvalNewPointBarrier_Step.hpp.
bool MoochoPack::PostEvalNewPointBarrier_Step::do_step | ( | Algorithm & | algo, |
poss_type | step_poss, | ||
IterationPack::EDoStepType | type, | ||
poss_type | assoc_step_poss | ||
) |
Vu_iq.updated_k(0)
Vl_iq.updated_k(0)
Definition at line 63 of file MoochoPack_PostEvalNewPointBarrier_Step.cpp.