MOOCHO (Single Doxygen Collection)
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 |
Called by Algorithm::print_algorithm() to print out what this step does in Matlab like format. More... | |
Additional Inherited Members | |
Public Types inherited from IterationPack::AlgorithmStep | |
typedef size_t | poss_type |
Public Member Functions inherited from IterationPack::AlgorithmStep | |
virtual | ~AlgorithmStep () |
virtual void | initialize_step (Algorithm &algo, poss_type step_poss, EDoStepType type, poss_type assoc_step_poss) |
Called by Algorithm just before the algorithm is run. More... | |
virtual void | inform_updated (Algorithm &algo, poss_type step_poss, EDoStepType type, poss_type assoc_step_poss) |
Called by Algorithm to inform when a runtime configuration change is finihed. More... | |
virtual void | finalize_step (Algorithm &algo, poss_type step_poss, EDoStepType type, poss_type assoc_step_poss) |
Called by Algorithm just after an algorithm is terminiated. More... | |
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.
|
virtual |
Vu_iq.updated_k(0)
Vl_iq.updated_k(0)
Implements IterationPack::AlgorithmStep.
Definition at line 63 of file MoochoPack_PostEvalNewPointBarrier_Step.cpp.
|
virtual |
Called by Algorithm::print_algorithm()
to print out what this step does in Matlab like format.
The default does nothing.
Reimplemented from IterationPack::AlgorithmStep.
Definition at line 208 of file MoochoPack_PostEvalNewPointBarrier_Step.cpp.