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.LineSearchFunctionfunctionCeresSolver.LineSearchInterpolationTypeinterpolation_typebooleanis_silentintmax_num_iterationsdoublemax_step_contractiondoublemax_step_expansiondoublemin_step_contractiondoublemin_step_sizedoublesufficient_curvature_decreasedoublesufficient_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
-
-