x_kp1 = x_k + d_k (d_k = Ypy_k + Zpz_k).
More...
#include <MoochoPack_LineSearchFullStep_Step.hpp>
Inheritance diagram for MoochoPack::LineSearchFullStep_Step:

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 |
| | |
Public Member Functions | |
| STANDARD_COMPOSITION_MEMBERS (VariableBoundsTester, bounds_tester) | |
| «std comp» Members for variable bounds tester object | |
| LineSearchFullStep_Step (const bounds_tester_ptr_t &bounds_tester) | |
| | |
x_kp1 = x_k + d_k (d_k = Ypy_k + Zpz_k).
Definition at line 41 of file MoochoPack_LineSearchFullStep_Step.hpp.
| MoochoPack::LineSearchFullStep_Step::LineSearchFullStep_Step | ( | const bounds_tester_ptr_t & | bounds_tester | ) |
| 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 | |||
| ) |
| 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 |
1.4.7