Package gov.nih.mipav.model.algorithms
Class CeresSolver.LineSearchOptions
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.CeresSolver.LineSearchOptions
-
- Enclosing class:
- CeresSolver
class CeresSolver.LineSearchOptions extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) CeresSolver.LineSearchFunction
function
CeresSolver.LineSearchInterpolationType
interpolation_type
boolean
is_silent
int
max_num_iterations
double
max_step_contraction
double
max_step_expansion
double
min_step_contraction
double
min_step_size
double
sufficient_curvature_decrease
double
sufficient_decrease
-
Constructor Summary
Constructors Constructor Description LineSearchOptions()
-
-
-
Field Detail
-
interpolation_type
public CeresSolver.LineSearchInterpolationType interpolation_type
-
sufficient_decrease
public double sufficient_decrease
-
max_step_contraction
public double max_step_contraction
-
min_step_contraction
public double min_step_contraction
-
min_step_size
public double min_step_size
-
max_num_iterations
public int max_num_iterations
-
sufficient_curvature_decrease
public double sufficient_curvature_decrease
-
max_step_expansion
public double max_step_expansion
-
is_silent
public boolean is_silent
-
function
CeresSolver.LineSearchFunction function
-
-