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 Vector
direction(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
- aPath
object- Returns:
- a
Vector
pointing to the minimum direction for thisPath
- Throws:
SolverException
-
-