Package gov.nih.mipav.model.algorithms
Class CeresSolver.Preprocessor
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.CeresSolver.Preprocessor
-
- Direct Known Subclasses:
CeresSolver.LineSearchPreprocessor
,CeresSolver.TrustRegionPreprocessor
- Enclosing class:
- CeresSolver
abstract class CeresSolver.Preprocessor extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Preprocessor()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract boolean
Preprocess(CeresSolver.SolverOptions options, CeresSolver.ProblemImpl problem, CeresSolver.PreprocessedProblem pp)
-
-
-
Method Detail
-
Preprocess
public abstract boolean Preprocess(CeresSolver.SolverOptions options, CeresSolver.ProblemImpl problem, CeresSolver.PreprocessedProblem pp)
-
-