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