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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract booleanPreprocess(CeresSolver.SolverOptions options, CeresSolver.ProblemImpl problem, CeresSolver.PreprocessedProblem pp)
-
Constructor Details
-
Preprocessor
public Preprocessor()
-
-
Method Details
-
Preprocess
public abstract boolean Preprocess(CeresSolver.SolverOptions options, CeresSolver.ProblemImpl problem, CeresSolver.PreprocessedProblem pp)
-