Uses of Interface
pulse.search.direction.DirectionSolver
-
Packages that use DirectionSolver 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 DirectionSolver in pulse.search.direction
Subinterfaces of DirectionSolver in pulse.search.direction Modifier and Type Interface Description interfaceHessianDirectionSolverMethods in pulse.search.direction that return DirectionSolver Modifier and Type Method Description protected DirectionSolverPathOptimiser. getSolver()Methods in pulse.search.direction with parameters of type DirectionSolver Modifier and Type Method Description protected voidPathOptimiser. setSolver(DirectionSolver solver)
-