MoochoPack : Framework for Large-Scale Optimization Algorithms  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | List of all members
MoochoPack::LineSearchNLE_Step Class Reference

Delegates the line search to a DirectLineSearch_Strategy object. More...

#include <MoochoPack_LineSearchNLE_Step.hpp>

Inheritance diagram for MoochoPack::LineSearchNLE_Step:
Inheritance graph
[legend]

Public Member Functions

 STANDARD_COMPOSITION_MEMBERS (DirectLineSearch_Strategy, direct_line_search)
 <<std comp>="">> members for direct_line_search More...
 
 LineSearchNLE_Step (const direct_line_search_ptr_t &direct_line_search=Teuchos::null)
 
bool do_step (Algorithm &algo, poss_type step_poss, IterationPack::EDoStepType type, poss_type assoc_step_poss)
 
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
 

Detailed Description

Delegates the line search to a DirectLineSearch_Strategy object.

Definition at line 54 of file MoochoPack_LineSearchNLE_Step.hpp.

Constructor & Destructor Documentation

MoochoPack::LineSearchNLE_Step::LineSearchNLE_Step ( const direct_line_search_ptr_t &  direct_line_search = Teuchos::null)

Definition at line 61 of file MoochoPack_LineSearchNLE_Step.cpp.

Member Function Documentation

MoochoPack::LineSearchNLE_Step::STANDARD_COMPOSITION_MEMBERS ( DirectLineSearch_Strategy  ,
direct_line_search   
)

<<std comp>="">> members for direct_line_search

bool MoochoPack::LineSearchNLE_Step::do_step ( Algorithm algo,
poss_type  step_poss,
IterationPack::EDoStepType  type,
poss_type  assoc_step_poss 
)

Overridden from AlgorithmStep

Definition at line 67 of file MoochoPack_LineSearchNLE_Step.cpp.

void MoochoPack::LineSearchNLE_Step::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

Definition at line 189 of file MoochoPack_LineSearchNLE_Step.cpp.


The documentation for this class was generated from the following files: