Package gov.nih.mipav.model.algorithms
Class CeresSolverTest.QuadraticFunction
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.CeresSolver.FirstOrderFunction
-
- gov.nih.mipav.model.algorithms.CeresSolverTest.QuadraticFunction
-
- Enclosing class:
- CeresSolverTest
class CeresSolverTest.QuadraticFunction extends CeresSolver.FirstOrderFunction
-
-
Constructor Summary
Constructors Constructor Description QuadraticFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
Evaluate(double[] parameters, double[] cost, double[] gradient)
int
NumParameters()
-
Methods inherited from class gov.nih.mipav.model.algorithms.CeresSolver.FirstOrderFunction
finalize
-
-
-
-
Method Detail
-
Evaluate
public boolean Evaluate(double[] parameters, double[] cost, double[] gradient)
- Specified by:
Evaluate
in classCeresSolver.FirstOrderFunction
-
NumParameters
public int NumParameters()
- Specified by:
NumParameters
in classCeresSolver.FirstOrderFunction
-
-