MOOCHO (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Member Functions | List of all members
MoochoPack::LineSearchFullStep_Step Class Reference

Takes the full step x_kp1 = x_k + d_k (d_k = Ypy_k + Zpz_k). More...

#include <MoochoPack_LineSearchFullStep_Step.hpp>

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

Public Member Functions

 STANDARD_COMPOSITION_MEMBERS (VariableBoundsTester, bounds_tester)
 «std comp» Members for variable bounds tester object More...
 
 LineSearchFullStep_Step (const bounds_tester_ptr_t &bounds_tester)
 
- Public Member Functions inherited from IterationPack::AlgorithmStep
virtual ~AlgorithmStep ()
 
virtual void initialize_step (Algorithm &algo, poss_type step_poss, EDoStepType type, poss_type assoc_step_poss)
 Called by Algorithm just before the algorithm is run. More...
 
virtual void inform_updated (Algorithm &algo, poss_type step_poss, EDoStepType type, poss_type assoc_step_poss)
 Called by Algorithm to inform when a runtime configuration change is finihed. More...
 
virtual void finalize_step (Algorithm &algo, poss_type step_poss, EDoStepType type, poss_type assoc_step_poss)
 Called by Algorithm just after an algorithm is terminiated. More...
 

Private Member Functions

 LineSearchFullStep_Step ()
 Not defined and not to be called. More...
 

Overridden from AlgorithmStep

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
 

Additional Inherited Members

- Public Types inherited from IterationPack::AlgorithmStep
typedef size_t poss_type
 

Detailed Description

Takes the full step x_kp1 = x_k + d_k (d_k = Ypy_k + Zpz_k).

Definition at line 54 of file MoochoPack_LineSearchFullStep_Step.hpp.

Constructor & Destructor Documentation

MoochoPack::LineSearchFullStep_Step::LineSearchFullStep_Step ( const bounds_tester_ptr_t &  bounds_tester)

Definition at line 58 of file MoochoPack_LineSearchFullStep_Step.cpp.

MoochoPack::LineSearchFullStep_Step::LineSearchFullStep_Step ( )
private

Not defined and not to be called.

Member Function Documentation

MoochoPack::LineSearchFullStep_Step::STANDARD_COMPOSITION_MEMBERS ( VariableBoundsTester  ,
bounds_tester   
)

«std comp» Members for variable bounds tester object

bool MoochoPack::LineSearchFullStep_Step::do_step ( Algorithm algo,
poss_type  step_poss,
IterationPack::EDoStepType  type,
poss_type  assoc_step_poss 
)
virtual
void MoochoPack::LineSearchFullStep_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
virtual

Reimplemented from IterationPack::AlgorithmStep.

Definition at line 167 of file MoochoPack_LineSearchFullStep_Step.cpp.


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