Package gov.nih.mipav.model.algorithms
Class CeresSolver.LoggingCallback
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.CeresSolver.IterationCallback
-
- gov.nih.mipav.model.algorithms.CeresSolver.LoggingCallback
-
- Enclosing class:
- CeresSolver
class CeresSolver.LoggingCallback extends CeresSolver.IterationCallback
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
log_to_stdout_
private CeresSolver.MinimizerType
minimizer_type
-
Constructor Summary
Constructors Constructor Description LoggingCallback(CeresSolver.MinimizerType minimizer_type, boolean log_to_stdout)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CeresSolver.CallbackReturnType
operator(CeresSolver.IterationSummary summary)
-
-
-
Field Detail
-
minimizer_type
private CeresSolver.MinimizerType minimizer_type
-
log_to_stdout_
private boolean log_to_stdout_
-
-
Constructor Detail
-
LoggingCallback
public LoggingCallback(CeresSolver.MinimizerType minimizer_type, boolean log_to_stdout)
-
-
Method Detail
-
operator
public CeresSolver.CallbackReturnType operator(CeresSolver.IterationSummary summary)
- Specified by:
operator
in classCeresSolver.IterationCallback
-
-