Package gov.nih.mipav.model.algorithms
Class CeresSolver.EvaluatorOptions
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.CeresSolver.EvaluatorOptions
-
- Enclosing class:
- CeresSolver
class CeresSolver.EvaluatorOptions extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description CeresSolver.Context
context
boolean
dynamic_sparsity
CeresSolver.EvaluationCallback
evaluation_callback
CeresSolver.LinearSolverType
linear_solver_type
int
num_eliminate_blocks
int
num_threads
-
Constructor Summary
Constructors Constructor Description EvaluatorOptions()
-
-
-
Field Detail
-
num_threads
public int num_threads
-
num_eliminate_blocks
public int num_eliminate_blocks
-
linear_solver_type
public CeresSolver.LinearSolverType linear_solver_type
-
dynamic_sparsity
public boolean dynamic_sparsity
-
context
public CeresSolver.Context context
-
evaluation_callback
public CeresSolver.EvaluationCallback evaluation_callback
-
-