The NoOp strategy for adaptive step sizing. More...
#include <ikarus/controlroutines/adaptivestepsizing.hh>
Public Member Functions | |
| template<typename F > | |
| void | operator() (const NonLinearSolverInformation &solverInfo, SubsidiaryArgs &subsidiaryArgs, const F &f) |
| Call operator for the NoOp strategy. More... | |
| int | targetIterations () const |
| Get the target iterations. More... | |
| void | setTargetIterations (int targetIterations) |
| Set the target iterations. More... | |
This strategy does nothing and keeps the step size constant.
|
inline |
Does nothing.
| solverInfo | Information about the nonlinear solver. |
| subsidiaryArgs | Subsidiary arguments for adaptive step sizing. |
| f | The function. |
| F | The Differentiable Function type. |
|
inline |
| targetIterations | The target iterations (ignored). |
|
inline |