Package gov.nih.mipav.model.algorithms
Class CeresSolver.ProblemOptions
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.CeresSolver.ProblemOptions
-
- Enclosing class:
- CeresSolver
class CeresSolver.ProblemOptions extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description CeresSolver.Context
context
CeresSolver.Ownership
cost_function_ownership
boolean
disable_all_safety_checks
boolean
enable_fast_removal
CeresSolver.Ownership
local_parameterization_ownership
CeresSolver.Ownership
loss_function_ownership
-
Constructor Summary
Constructors Constructor Description ProblemOptions()
-
-
-
Field Detail
-
cost_function_ownership
public CeresSolver.Ownership cost_function_ownership
-
loss_function_ownership
public CeresSolver.Ownership loss_function_ownership
-
local_parameterization_ownership
public CeresSolver.Ownership local_parameterization_ownership
-
enable_fast_removal
public boolean enable_fast_removal
-
disable_all_safety_checks
public boolean disable_all_safety_checks
-
context
public CeresSolver.Context context
-
-