Uses of Class
pulse.search.direction.LMOptimiser
-
Packages that use LMOptimiser 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 LMOptimiser in pulse.search.direction
Methods in pulse.search.direction that return LMOptimiser Modifier and Type Method Description static LMOptimiser
LMOptimiser. getInstance()
This class uses a singleton pattern, meaning there is only instance of this class.
-