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
class CeresSolver.LineSearchPreprocessor extends CeresSolver.Preprocessor
-
-
Constructor Summary
Constructors Constructor Description LineSearchPreprocessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
IsProgramValid(CeresSolver.Program program, java.lang.String[] error)
boolean
Preprocess(CeresSolver.SolverOptions options, CeresSolver.ProblemImpl problem, CeresSolver.PreprocessedProblem pp)
boolean
SetupEvaluator(CeresSolver.PreprocessedProblem pp)
-
-
-
Method Detail
-
Preprocess
public boolean Preprocess(CeresSolver.SolverOptions options, CeresSolver.ProblemImpl problem, CeresSolver.PreprocessedProblem pp)
- Specified by:
Preprocess
in classCeresSolver.Preprocessor
-
IsProgramValid
public boolean IsProgramValid(CeresSolver.Program program, java.lang.String[] error)
-
SetupEvaluator
public boolean SetupEvaluator(CeresSolver.PreprocessedProblem pp)
-
-