Changes from a line search step to just taking full steps after full_steps_after_k iterations.
More...
#include <MoochoPack_LineSearchFullStepAfterKIter_Step.hpp>
Inherits LineSearch_Step.
|
| STANDARD_COMPOSITION_MEMBERS (LineSearch_Step, line_search) |
| <<std comp>="">> members for the line search step More...
|
|
| LineSearchFullStepAfterKIter_Step (const line_search_ptr_t &line_search=0, int full_steps_after_k=std::numeric_limits< int >::max()) |
|
void | full_steps_after_k (int full_steps_after_k) |
|
value_type | full_steps_after_k () const |
|
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 |
|
Changes from a line search step to just taking full steps after full_steps_after_k iterations.
Definition at line 57 of file MoochoPack_LineSearchFullStepAfterKIter_Step.hpp.
MoochoPack::LineSearchFullStepAfterKIter_Step::LineSearchFullStepAfterKIter_Step |
( |
const line_search_ptr_t & |
line_search = 0 , |
|
|
int |
full_steps_after_k = std::numeric_limits<int>::max() |
|
) |
| |
|
inline |
MoochoPack::LineSearchFullStepAfterKIter_Step::STANDARD_COMPOSITION_MEMBERS |
( |
LineSearch_Step |
, |
|
|
line_search |
|
|
) |
| |
<<std comp>="">> members for the line search step
void MoochoPack::LineSearchFullStepAfterKIter_Step::full_steps_after_k |
( |
int |
full_steps_after_k | ) |
|
|
inline |
value_type MoochoPack::LineSearchFullStepAfterKIter_Step::full_steps_after_k |
( |
| ) |
const |
|
inline |
void MoochoPack::LineSearchFullStepAfterKIter_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 |
int MoochoPack::LineSearchFullStepAfterKIter_Step::full_steps_after_k_ |
|
private |
The documentation for this class was generated from the following file: