Class ConstrainedCellFactory

    • Field Detail

      • unconstrainedFactory

        protected final DEOptimCellFactory unconstrainedFactory
        a factory that defines the unconstrained Differential Evolution operators
    • Constructor Detail

      • ConstrainedCellFactory

        protected ConstrainedCellFactory​(DEOptimCellFactory unconstrainedFactory)
        Construct an instance of a ConstrainedCellFactory that define the constrained Differential Evolution operators.
        Parameters:
        unconstrainedFactory - a factory that defines the unconstrained Differential Evolution operators