Takes the full step x_kp1 = x_k + d_k (d_k = Ypy_k + Zpz_k)
.
More...
#include <MoochoPack_LineSearchFullStep_Step.hpp>
|
| STANDARD_COMPOSITION_MEMBERS (VariableBoundsTester, bounds_tester) |
| «std comp» Members for variable bounds tester object More...
|
|
| LineSearchFullStep_Step (const bounds_tester_ptr_t &bounds_tester) |
|
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...
|
|
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 | ) |
|
MoochoPack::LineSearchFullStep_Step::LineSearchFullStep_Step |
( |
| ) |
|
|
private |
Not defined and not to be called.
MoochoPack::LineSearchFullStep_Step::STANDARD_COMPOSITION_MEMBERS |
( |
VariableBoundsTester |
, |
|
|
bounds_tester |
|
|
) |
| |
«std comp» Members for variable bounds tester object
The documentation for this class was generated from the following files: