42 #ifndef NULL_SPACE_STEP_WITHOUT_BOUNDS_STEP_H
43 #define NULL_SPACE_STEP_WITHOUT_BOUNDS_STEP_H
45 #include "MoochoPack_Types.hpp"
46 #include "IterationPack_AlgorithmStep.hpp"
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
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()