Package gov.nih.mipav.model.algorithms
Class CeresSolver.ExponentialFunctor
java.lang.Object
gov.nih.mipav.model.algorithms.CeresSolver.ExponentialFunctor
- Enclosing class:
CeresSolver
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidExpectCostFunctionEvaluationIsNearlyCorrect(CeresSolver.CostFunction cost_function, String testName, boolean[] passed) booleanoperator(double[] x1, double[] residuals)
-
Constructor Details
-
ExponentialFunctor
public ExponentialFunctor()
-
-
Method Details
-
operator
public boolean operator(double[] x1, double[] residuals) -
ExpectCostFunctionEvaluationIsNearlyCorrect
public void ExpectCostFunctionEvaluationIsNearlyCorrect(CeresSolver.CostFunction cost_function, String testName, boolean[] passed)
-