Class AbstractGeneticAlgorithm<S,Result>

java.lang.Object
org.uma.jmetal.algorithm.impl.AbstractEvolutionaryAlgorithm<S,Result>
org.uma.jmetal.algorithm.impl.AbstractGeneticAlgorithm<S,Result>
All Implemented Interfaces:
Serializable, Runnable, Algorithm<Result>

public abstract class AbstractGeneticAlgorithm<S,Result> extends AbstractEvolutionaryAlgorithm<S,Result>
Abstract class representing a genetic algorithm
Author:
Antonio J. Nebro
See Also: