Package gov.nih.mipav.model.algorithms
Class CeresSolver.LineSearchPreprocessor
java.lang.Object
gov.nih.mipav.model.algorithms.CeresSolver.Preprocessor
gov.nih.mipav.model.algorithms.CeresSolver.LineSearchPreprocessor
- Enclosing class:
CeresSolver
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanIsProgramValid(CeresSolver.Program program, String[] error) booleanPreprocess(CeresSolver.SolverOptions options, CeresSolver.ProblemImpl problem, CeresSolver.PreprocessedProblem pp) boolean
-
Constructor Details
-
LineSearchPreprocessor
public LineSearchPreprocessor()
-
-
Method Details
-
Preprocess
public boolean Preprocess(CeresSolver.SolverOptions options, CeresSolver.ProblemImpl problem, CeresSolver.PreprocessedProblem pp) - Specified by:
Preprocessin classCeresSolver.Preprocessor
-
IsProgramValid
-
SetupEvaluator
-