|
MoochoPack : Framework for Large-Scale Optimization Algorithms
Version of the Day
|
Takes the full step x_kp1 = x_k + d_k (d_k = Ypy_k + Zpz_k).
More...
#include <MoochoPack_LineSearchFullStep_Step.hpp>

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 |
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.
| 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::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.
1.8.6