Uses of Class
pulse.search.direction.GradientGuidedPath
-
Packages that use GradientGuidedPath 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 GradientGuidedPath in pulse.search.direction
Subclasses of GradientGuidedPath in pulse.search.direction Modifier and Type Class Description classComplexPathA more complex version ofPath, which in addition to other variables stores the Hessian matrix at the current step.Methods in pulse.search.direction that return GradientGuidedPath Modifier and Type Method Description GradientGuidedPathCompositePathOptimiser. initState(GeneralTask t)Creates a newPathinstance for storing the gradient, direction, and minimum point for thisPathSolver.GradientGuidedPathLMOptimiser. initState(GeneralTask t)GradientGuidedPathSteepestDescentOptimiser. initState(GeneralTask t)Creates a newPathinstance for storing the gradient, direction, and minimum point for thisPathSolver.Methods in pulse.search.direction with parameters of type GradientGuidedPath Modifier and Type Method Description VectorDirectionSolver. direction(GradientGuidedPath p)Finds the direction of the minimum using the previously calculated values stored inp.default VectorHessianDirectionSolver. direction(GradientGuidedPath p)Uses an approximation of the Hessian matrix, containing the information on second derivatives, calculated with the BFGS formula in combination with the local value of the gradient to evaluate the direction of the minimum onp.
-