Package dealib.algorithms


package dealib.algorithms
  • Classes
    Class
    Description
    Algorithm is an abstract class representing the basic scheme of an algorithm of differential evolution.
    AlgorithmFactory is a class for creating new algorithms from the differential evolution algorithms library (dealib) of the framework.
    DE is a class implementing a DE algorithm over the abstract base class Algorithm.
    JADE is a class implementing JADE algorithm over the abstract base class Algorithm.
    jDE is a class implementing the jDE algorithm (2006) over the abstract base class Algorithm.
    LSGOjDE is a class implementing the LSGOjDE algorithm over the abstract base class Algorithm.
    SaDE is a class implementing the SaDE algorithm over the abstract base class Algorithm.