42 #ifndef LINE_SEARCH_NLE_STEP_HPP
43 #define LINE_SEARCH_NLE_STEP_HPP
50 namespace MoochoPack {
63 const direct_line_search_ptr_t& direct_line_search =
Teuchos::null
74 ,
poss_type assoc_step_poss, std::ostream&
out,
const std::string& leading_str )
const;
82 #endif // LINE_SEARCH_NLE_STEP_HPP
Base type for all objects that perform steps in an Algorithm.
bool do_step(Algorithm &algo, poss_type step_poss, IterationPack::EDoStepType type, poss_type assoc_step_poss)
LineSearchNLE_Step(const direct_line_search_ptr_t &direct_line_search=Teuchos::null)
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
Delegates the line search to a DirectLineSearch_Strategy object.
STANDARD_COMPOSITION_MEMBERS(DirectLineSearch_Strategy, direct_line_search)
<<std comp>="">> members for direct_line_search
Acts as the central hub for an iterative algorithm.