Base structs for linesearch algorithms.
More...
#include <fmt/format.h>
#include <ostream>
Go to the source code of this file.
|
| enum class | LinesearchStrategy { ARMIJO
, WOLFE
} |
| |
| enum class | LSInterpolation { BISECTION
, QUADRATIC
, CUBIC
} |
| |
Base structs for linesearch algorithms.
- Copyright
- Copyright (C) 2022 LAAS-CNRS, INRIA
Definition in file linesearch-base.hpp.
◆ LinesearchStrategy
| enum class proxsuite::nlp::LinesearchStrategy |
|
strong |
◆ LSInterpolation
| enum class proxsuite::nlp::LSInterpolation |
|
strong |