Package gov.nih.mipav.model.algorithms
Class CeresSolver.GradientChecker
java.lang.Object
gov.nih.mipav.model.algorithms.CeresSolver.GradientChecker
- Enclosing class:
CeresSolver
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate CeresSolver.CostFunctionprivate CeresSolver.CostFunctionprivate Vector<CeresSolver.LocalParameterization> -
Constructor Summary
ConstructorsConstructorDescriptionGradientChecker(CeresSolver.CostFunction function, Vector<CeresSolver.LocalParameterization> local_parameterizations, CeresSolver.NumericDiffOptions options) -
Method Summary
Modifier and TypeMethodDescriptionbooleanProbe(Vector<double[]> parameters, double relative_precision, CeresSolver.ProbeResults results_param)
-
Field Details
-
local_parameterizations_
-
function_
-
finite_diff_cost_function_
-
-
Constructor Details
-
GradientChecker
public GradientChecker(CeresSolver.CostFunction function, Vector<CeresSolver.LocalParameterization> local_parameterizations, CeresSolver.NumericDiffOptions options)
-
-
Method Details
-
Probe
public boolean Probe(Vector<double[]> parameters, double relative_precision, CeresSolver.ProbeResults results_param)
-