Package gov.nih.mipav.model.algorithms
Class CeresSolver.FirstOrderFunction
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.CeresSolver.FirstOrderFunction
-
- Direct Known Subclasses:
CeresSolverTest.FreudensteinAndRothFunction,CeresSolverTest.PowellSingularFunction,CeresSolverTest.QuadraticFirstOrderFunction,CeresSolverTest.QuadraticFunction,CeresSolverTest.QuadraticTestFunction,CeresSolverTest.Rosenbrock,CeresSolverTest.Rosenbrock2,DSC_MRI_toolbox.diffGaussians
- Enclosing class:
- CeresSolver
abstract class CeresSolver.FirstOrderFunction extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description FirstOrderFunction()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract booleanEvaluate(double[] parameters, double[] cost, double[] gradient)voidfinalize()abstract intNumParameters()
-