Class SimpleGeneticAlgorithm

  • All Implemented Interfaces:
    Changeable, GeneticAlgorithm

    public final class SimpleGeneticAlgorithm
    extends AbstractGeneticAlgorithm
    A simple implementation of the GeneticAlgorithm interface it is not intended that this class be overidden, hence it is final. It is much better to overide AbstractGeneticAlgorithm.
    Since:
    1.5
    Version:
    1.1
    Author:
    Mark Schreiber, Susanne Merz, Andreas Dräger