Package gov.nih.mipav.model.algorithms
Class CeresSolverTest.AbortingIterationCallback
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.CeresSolver.IterationCallback
-
- gov.nih.mipav.model.algorithms.CeresSolverTest.AbortingIterationCallback
-
- Enclosing class:
- CeresSolverTest
class CeresSolverTest.AbortingIterationCallback extends CeresSolver.IterationCallback
-
-
Constructor Summary
Constructors Constructor Description AbortingIterationCallback()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CeresSolver.CallbackReturnType
operator(CeresSolver.IterationSummary summary)
-
-
-
Method Detail
-
operator
public CeresSolver.CallbackReturnType operator(CeresSolver.IterationSummary summary)
- Specified by:
operator
in classCeresSolver.IterationCallback
-
-