Uses of Class
pulse.search.direction.GradientBasedOptimiser
-
Packages that use GradientBasedOptimiser 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 GradientBasedOptimiser in pulse.search.direction
Subclasses of GradientBasedOptimiser in pulse.search.direction Modifier and Type Class Description class
BFGSOptimiser
The 'advanced'PathSolver
implementing the variable-metric (quasi-Newton) search method.class
CompositePathOptimiser
class
LMOptimiser
Given an objective function equal to the sum of squared residuals, iteratively approaches the minimum of this function by applying the Levenberg-Marquardt formulas.class
SR1Optimiser
class
SteepestDescentOptimiser
The simplest possiblePathSolver
, which assumes that the minimum direction coincides with the inverted gradient.
-