Package gov.nih.mipav.model.algorithms
Class CeresSolver.GradientChecker
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.CeresSolver.GradientChecker
-
- Enclosing class:
- CeresSolver
class CeresSolver.GradientChecker extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private CeresSolver.CostFunction
finite_diff_cost_function_
private CeresSolver.CostFunction
function_
private java.util.Vector<CeresSolver.LocalParameterization>
local_parameterizations_
-
Constructor Summary
Constructors Constructor Description GradientChecker(CeresSolver.CostFunction function, java.util.Vector<CeresSolver.LocalParameterization> local_parameterizations, CeresSolver.NumericDiffOptions options)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
Probe(java.util.Vector<double[]> parameters, double relative_precision, CeresSolver.ProbeResults results_param)
-
-
-
Field Detail
-
local_parameterizations_
private java.util.Vector<CeresSolver.LocalParameterization> local_parameterizations_
-
function_
private CeresSolver.CostFunction function_
-
finite_diff_cost_function_
private CeresSolver.CostFunction finite_diff_cost_function_
-
-
Constructor Detail
-
GradientChecker
public GradientChecker(CeresSolver.CostFunction function, java.util.Vector<CeresSolver.LocalParameterization> local_parameterizations, CeresSolver.NumericDiffOptions options)
-
-
Method Detail
-
Probe
public boolean Probe(java.util.Vector<double[]> parameters, double relative_precision, CeresSolver.ProbeResults results_param)
-
-