42 #ifndef MERIT_FUNC_DUMMY_UPDATE_STEP_H
43 #define MERIT_FUNC_DUMMY_UPDATE_STEP_H
48 namespace MoochoPack {
64 ,
poss_type assoc_step_poss, std::ostream&
out,
const std::string& leading_str )
const;
71 #endif // MERIT_FUNC_DUMMY_UPDATE_STEP_H
Base type for all objects that perform steps in an Algorithm.
Simply updates merit_func_nlp_k = merit_func_nlp_km1
bool do_step(Algorithm &algo, poss_type step_poss, IterationPack::EDoStepType type, poss_type assoc_step_poss)
Acts as the central hub for an iterative algorithm.
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