Uses of Class
pulse.search.direction.CompositePathOptimiser
-
Packages that use CompositePathOptimiser Package Description pulse.search.direction Provides a list ofPathSolvers and associated classes, which are used to determine the direction of the minimum of a specificSearchTaskusing an iterative approach. -
-
Uses of CompositePathOptimiser in pulse.search.direction
Subclasses of CompositePathOptimiser in pulse.search.direction Modifier and Type Class Description classBFGSOptimiserThe 'advanced'PathSolverimplementing the variable-metric (quasi-Newton) search method.classSR1OptimiserclassSteepestDescentOptimiserThe simplest possiblePathSolver, which assumes that the minimum direction coincides with the inverted gradient.
-