|
LSLOpt
1.0
|
The max step length identifier. More...
#include <ProblemTraits.hpp>
Static Public Member Functions | |
| static Scalar | initial_step_length (Problem &problem, const Vector< Scalar > &x, const Vector< Scalar > &p) |
| Get the initial step length from problem. More... | |
| static Scalar | change_acceptable (Problem &problem, const Vector< Scalar > &x0, const Vector< Scalar > &x) |
| Check if suggested step is acceptable. More... | |
| static bool | is_check_acceptable_first (Problem &problem) |
| Check if change acceptability should be checked first. More... | |
The max step length identifier.
|
inlinestatic |
Check if suggested step is acceptable.
| problem | The optimization problem. |
| x0 | Current value. |
| x | Suggested new value. |
|
inlinestatic |
Get the initial step length from problem.
| problem | The optimization problem. |
| x | Current value. |
| p | Search direction. |
|
inlinestatic |
Check if change acceptability should be checked first.
| problem | The optimization problem. |
true If acceptability is to be checked first.
1.8.13