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