Package gov.nih.mipav.model.algorithms
Class CeresSolver.NonlinearConjugateGradient
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.CeresSolver.LineSearchDirection
-
- gov.nih.mipav.model.algorithms.CeresSolver.NonlinearConjugateGradient
-
- Enclosing class:
- CeresSolver
class CeresSolver.NonlinearConjugateGradient extends CeresSolver.LineSearchDirection
-
-
Field Summary
Fields Modifier and Type Field Description private double
function_tolerance_
private CeresSolver.NonlinearConjugateGradientType
type_
-
Fields inherited from class gov.nih.mipav.model.algorithms.CeresSolver.LineSearchDirection
options
-
-
Constructor Summary
Constructors Constructor Description NonlinearConjugateGradient(CeresSolver.NonlinearConjugateGradientType type, double function_tolerance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
NextDirection(CeresSolver.LineSearchMinimizer.State previous, CeresSolver.LineSearchMinimizer.State current, java.util.Vector<java.lang.Double> search_direction)
-
-
-
Field Detail
-
type_
private CeresSolver.NonlinearConjugateGradientType type_
-
function_tolerance_
private double function_tolerance_
-
-
Constructor Detail
-
NonlinearConjugateGradient
public NonlinearConjugateGradient(CeresSolver.NonlinearConjugateGradientType type, double function_tolerance)
-
-
Method Detail
-
NextDirection
public boolean NextDirection(CeresSolver.LineSearchMinimizer.State previous, CeresSolver.LineSearchMinimizer.State current, java.util.Vector<java.lang.Double> search_direction)
- Specified by:
NextDirection
in classCeresSolver.LineSearchDirection
-
-