Package gov.nih.mipav.model.algorithms
Class CeresSolver.IterationCallback
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.CeresSolver.IterationCallback
-
- Direct Known Subclasses:
CeresSolver.GradientCheckingIterationCallback
,CeresSolver.GradientProblemSolverStateUpdatingCallback
,CeresSolver.LoggingCallback
,CeresSolver.StateUpdatingCallback
,CeresSolverTest.AbortingIterationCallback
,CeresSolverTest.FakeIterationCallback
,CeresSolverTest.RememberingCallback
,CeresSolverTest.SucceedingIterationCallback
- Enclosing class:
- CeresSolver
abstract class CeresSolver.IterationCallback extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description IterationCallback()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract CeresSolver.CallbackReturnType
operator(CeresSolver.IterationSummary summary)
-
-
-
Method Detail
-
operator
public abstract CeresSolver.CallbackReturnType operator(CeresSolver.IterationSummary summary)
-
-