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