Package pulse.search.direction
Interface DirectionSolver
-
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
HessianDirectionSolver
public interface DirectionSolver extends Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Vectordirection(GradientGuidedPath p)Finds the direction of the minimum using the previously calculated values stored inp.
-
-
-
Method Detail
-
direction
Vector direction(GradientGuidedPath p) throws SolverException
Finds the direction of the minimum using the previously calculated values stored inp.- Parameters:
p- aPathobject- Returns:
- a
Vectorpointing to the minimum direction for thisPath - Throws:
SolverException
-
-