Uses of Class
pulse.search.direction.SteepestDescentOptimiser
-
Packages that use SteepestDescentOptimiser Package Description pulse.search.direction Provides a list ofPathSolver
s and associated classes, which are used to determine the direction of the minimum of a specificSearchTask
using an iterative approach. -
-
Uses of SteepestDescentOptimiser in pulse.search.direction
Methods in pulse.search.direction that return SteepestDescentOptimiser Modifier and Type Method Description static SteepestDescentOptimiser
SteepestDescentOptimiser. getInstance()
This class uses a singleton pattern, meaning there is only instance of this class.
-