Uses of Class
pulse.search.direction.CompositePathOptimiser
-
Packages that use CompositePathOptimiser 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 CompositePathOptimiser in pulse.search.direction
Subclasses of CompositePathOptimiser in pulse.search.direction Modifier and Type Class Description class
BFGSOptimiser
The 'advanced'PathSolver
implementing the variable-metric (quasi-Newton) search method.class
SR1Optimiser
class
SteepestDescentOptimiser
The simplest possiblePathSolver
, which assumes that the minimum direction coincides with the inverted gradient.
-