Package dev.nm.solver.multivariate.geneticalgorithm.minimizer.deoptim.constrained
-
Interface Summary Interface Description IntegralConstrainedCellFactory.IntegerConstraint The integral constraints are defined by implementing thisinterface
. -
Class Summary Class Description ConstrainedCellFactory This defines a Differential Evolution operator that takes in account constraints.IntegralConstrainedCellFactory This implementation defines the constrained Differential Evolution operators that solve an Integer Programming problem.IntegralConstrainedCellFactory.AllIntegers This integral constraint makes all variables in the objective function integral variables.IntegralConstrainedCellFactory.SomeIntegers This integral constraint makes some variables in the objective function integral variables.