MoochoPack : Framework for Large-Scale Optimization Algorithms
Version of the Day
|
Updates the active set statistics for the current iteration. More...
#include <MoochoPack_ActSetStats_AddedStep.hpp>
Inherits rSQPAlgo_Step.
Public Member Functions | |
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 |
Updates the active set statistics for the current iteration.
The function act_set_stats(...) is used to access the iteration quantity object for the active set object.
Definition at line 55 of file MoochoPack_ActSetStats_AddedStep.hpp.
bool MoochoPack::ActSetStats_AddedStep::do_step | ( | Algorithm & | algo, |
poss_type | step_poss, | ||
IterationPack::EDoStepType | type, | ||
poss_type | assoc_step_poss | ||
) |
void MoochoPack::ActSetStats_AddedStep::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 |