Class IntegralConstrainedCellFactory.AllIntegers
- java.lang.Object
-
- dev.nm.solver.multivariate.geneticalgorithm.minimizer.deoptim.constrained.IntegralConstrainedCellFactory.AllIntegers
-
- All Implemented Interfaces:
IntegralConstrainedCellFactory.IntegerConstraint
- Enclosing class:
- IntegralConstrainedCellFactory
public static class IntegralConstrainedCellFactory.AllIntegers extends Object implements IntegralConstrainedCellFactory.IntegerConstraint
This integral constraint makes all variables in the objective function integral variables.
-
-
Constructor Summary
Constructors Constructor Description AllIntegers()
-
-
-
Method Detail
-
round
public Vector round(Vector x)
- Specified by:
round
in interfaceIntegralConstrainedCellFactory.IntegerConstraint
-
-