Package gov.nih.mipav.model.algorithms
Class CeresSolver.LineSearchDirectionOptions
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.CeresSolver.LineSearchDirectionOptions
-
- Enclosing class:
- CeresSolver
class CeresSolver.LineSearchDirectionOptions extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description double
function_tolerance
int
max_lbfgs_rank
CeresSolver.NonlinearConjugateGradientType
nonlinear_conjugate_gradient_type
int
num_parameters
CeresSolver.LineSearchDirectionType
type
boolean
use_approximate_eigenvalue_bfgs_scaling
-
Constructor Summary
Constructors Constructor Description LineSearchDirectionOptions()
-
-
-
Field Detail
-
num_parameters
public int num_parameters
-
type
public CeresSolver.LineSearchDirectionType type
-
nonlinear_conjugate_gradient_type
public CeresSolver.NonlinearConjugateGradientType nonlinear_conjugate_gradient_type
-
function_tolerance
public double function_tolerance
-
max_lbfgs_rank
public int max_lbfgs_rank
-
use_approximate_eigenvalue_bfgs_scaling
public boolean use_approximate_eigenvalue_bfgs_scaling
-
-