Interface EpsilonBoxEvolutionaryAlgorithm

All Superinterfaces:
Algorithm, EvolutionaryAlgorithm, Stateful
All Known Implementing Classes:
EpsilonMOEA, NSGAII, NSGAIII

public interface EpsilonBoxEvolutionaryAlgorithm extends EvolutionaryAlgorithm
Interface for evolutionary algorithms using an ε-box dominance archive.
  • Method Details

    • getArchive

      Returns the current ε-box non-dominated archive of the best solutions generated by this evolutionary algorithm.
      Specified by:
      getArchive in interface EvolutionaryAlgorithm
      Returns:
      the current ε-box non-dominated archive of the best solutions generated by this evolutionary algorithm