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::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)
 

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
 

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.

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 
)

Definition at line 66 of file MoochoPack_LineSearchFullStep_Step.cpp.

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

Definition at line 167 of file MoochoPack_LineSearchFullStep_Step.cpp.


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