Package gov.nih.mipav.model.algorithms
Class CeresSolver.LineSearchDirection
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.CeresSolver.LineSearchDirection
-
- Direct Known Subclasses:
CeresSolver.BFGS
,CeresSolver.LBFGS
,CeresSolver.NonlinearConjugateGradient
,CeresSolver.SteepestDescent
- Enclosing class:
- CeresSolver
abstract class CeresSolver.LineSearchDirection extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description CeresSolver.LineSearchDirectionOptions
options
-
Constructor Summary
Constructors Constructor Description LineSearchDirection()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract boolean
NextDirection(CeresSolver.LineSearchMinimizer.State previous, CeresSolver.LineSearchMinimizer.State current, java.util.Vector<java.lang.Double> search_direction)
-
-
-
Field Detail
-
options
public CeresSolver.LineSearchDirectionOptions options
-
-
Method Detail
-
NextDirection
public abstract boolean NextDirection(CeresSolver.LineSearchMinimizer.State previous, CeresSolver.LineSearchMinimizer.State current, java.util.Vector<java.lang.Double> search_direction)
-
-