|
LSLOpt
1.0
|
The no step length identifier. More...
#include <ProblemTraits.hpp>
Static Public Member Functions | |
| static constexpr Scalar | initial_step_length (Problem &, const Vector< Scalar > &, const Vector< Scalar > &) |
| Get the intial step length from problem. More... | |
| static constexpr Scalar | change_acceptable (Problem &, const Vector< Scalar > &, const Vector< Scalar > &) |
| Check if change is acceptable. More... | |
| static constexpr bool | is_check_acceptable_first (Problem &) |
| Check if change acceptability should be checked first. More... | |
The no step length identifier.
|
inlinestatic |
Check if change is acceptable.
Scalar{0}
|
inlinestatic |
Get the intial step length from problem.
.
|
inlinestatic |
Check if change acceptability should be checked first.
false
1.8.13