Class to use a fixed step length during optimization.
More...
#include <fixed_line_search.hpp>
|
| using | StepT = float_t |
| |
| const FixedLineSearch & | impl () const |
| |
| FixedLineSearch & | impl () |
| |
Class to use a fixed step length during optimization.
◆ FixedLineSearch()
| autoware::common::optimization::FixedLineSearch::FixedLineSearch |
( |
const StepT |
step = std::numeric_limits<StepT>::min() | ) |
|
|
inlineexplicit |
Constructor.
- Parameters
-
| step | Fixed step to be used. |
◆ compute_next_step()
template<typename DomainValueT , typename OptimizationProblemT >
| DomainValueT autoware::common::optimization::FixedLineSearch::compute_next_step |
( |
const DomainValueT & |
, |
|
|
DomainValueT & |
step_direction, |
|
|
OptimizationProblemT & |
|
|
) |
| const |
|
inlinenoexcept |
Returns directly the pre-set (maximum) step length
- Returns
- The fixed step length.
The documentation for this class was generated from the following file: