42 #ifndef LINE_SEARCH_FULL_STEP_STEP_H
43 #define LINE_SEARCH_FULL_STEP_STEP_H
45 #include "MoochoPack_Types.hpp"
46 #include "IterationPack_AlgorithmStep.hpp"
47 #include "ConstrainedOptPack_VariableBoundsTester.hpp"
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
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