42 #ifndef NULL_SPACE_STEP_WITHOUT_BOUNDS_STEP_H
43 #define NULL_SPACE_STEP_WITHOUT_BOUNDS_STEP_H
49 namespace MoochoPack {
91 ,
poss_type assoc_step_poss, std::ostream&
out,
const std::string& leading_str )
const;
98 #endif // NULL_SPACE_STEP_WITHOUT_BOUNDS_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)
Solves the unconstrained QP subproblem: min qp_grad' * pz + (1/2) * pz' * rHL * pz.
STANDARD_MEMBER_COMPOSITION_MEMBERS(value_type, max_pz_norm)
Set the maximum size for ||pz|| dampening.
TangentialStepWithoutBounds_Step()
AbstractLinAlgPack::value_type value_type
Acts as the central hub for an iterative algorithm.