42 #ifndef LINE_SEARCH_FULL_STEP_STEP_H
43 #define LINE_SEARCH_FULL_STEP_STEP_H
50 namespace MoochoPack {
64 const bounds_tester_ptr_t& bounds_tester
74 ,
poss_type assoc_step_poss, std::ostream&
out,
const std::string& leading_str )
const;
85 #endif // LINE_SEARCH_FULL_STEP_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
Base type for all objects that perform steps in an Algorithm.
Takes the full step x_kp1 = x_k + d_k (d_k = Ypy_k + Zpz_k).
bool do_step(Algorithm &algo, poss_type step_poss, IterationPack::EDoStepType type, poss_type assoc_step_poss)
STANDARD_COMPOSITION_MEMBERS(VariableBoundsTester, bounds_tester)
«std comp» Members for variable bounds tester object
Acts as the central hub for an iterative algorithm.
LineSearchFullStep_Step()
Not defined and not to be called.