42 #ifndef REDUCED_GRADIENT_STD_STEP_H
43 #define REDUCED_GRADIENT_STD_STEP_H
48 namespace MoochoPack {
64 ,
poss_type assoc_step_poss, std::ostream&
out,
const std::string& leading_str )
const;
71 #endif // REDUCED_GRADIENT_STD_STEP_H
Base type for all objects that perform steps in an 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
bool do_step(Algorithm &algo, poss_type step_poss, IterationPack::EDoStepType type, poss_type assoc_step_poss)
Computes the reducecd gradient of the objective rGf_k = Z_k' * Gf_k
Acts as the central hub for an iterative algorithm.