MoochoPack : Framework for Large-Scale Optimization Algorithms
Version of the Day
|
Checks if a BFGS update should be preformed. More...
#include <MoochoPack_CheckSkipBFGSUpdateStd_Step.hpp>
Public Member Functions | |
STANDARD_MEMBER_COMPOSITION_MEMBERS (value_type, skip_bfgs_prop_const) | |
<<std member="" comp>="">> members for proportionality constant to use in the test for if to perform BFGS update. More... | |
CheckSkipBFGSUpdateStd_Step (value_type skip_bfgs_prop_const=10.0) | |
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 |
Checks if a BFGS update should be preformed.
Definition at line 53 of file MoochoPack_CheckSkipBFGSUpdateStd_Step.hpp.
MoochoPack::CheckSkipBFGSUpdateStd_Step::CheckSkipBFGSUpdateStd_Step | ( | value_type | skip_bfgs_prop_const = 10.0 | ) |
Definition at line 54 of file MoochoPack_CheckSkipBFGSUpdateStd_Step.cpp.
MoochoPack::CheckSkipBFGSUpdateStd_Step::STANDARD_MEMBER_COMPOSITION_MEMBERS | ( | value_type | , |
skip_bfgs_prop_const | |||
) |
<<std member="" comp>="">> members for proportionality constant to use in the test for if to perform BFGS update.
bool MoochoPack::CheckSkipBFGSUpdateStd_Step::do_step | ( | Algorithm & | algo, |
poss_type | step_poss, | ||
IterationPack::EDoStepType | type, | ||
poss_type | assoc_step_poss | ||
) |
Definition at line 60 of file MoochoPack_CheckSkipBFGSUpdateStd_Step.cpp.
void MoochoPack::CheckSkipBFGSUpdateStd_Step::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 |
Definition at line 141 of file MoochoPack_CheckSkipBFGSUpdateStd_Step.cpp.