Interface SimpleGridMinimizer.NewCellFactoryCtor
-
- All Known Subinterfaces:
DEOptim.NewCellFactory
- Enclosing class:
- SimpleGridMinimizer
public static interface SimpleGridMinimizer.NewCellFactoryCtorThis factory constructs a newSimpleCellFactoryfor each minimization problem.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SimpleCellFactorynewCellFactory()Construct a new instance ofSimpleCellFactoryfor a minimization problem.
-
-
-
Method Detail
-
newCellFactory
SimpleCellFactory newCellFactory()
Construct a new instance ofSimpleCellFactoryfor a minimization problem.- Returns:
- a new instance of
SimpleCellFactory
-
-