Package es.udc.gii.common.eaf.algorithm

Class Summary
CMAEvolutionaryAlgorithm  
EvolutionaryAlgorithm This class represents an evolutionary algorithm.
EvolutionaryStrategy  
GeneticAlgorithm Class GeneticAlgorithm Pseudocodigo: Generar P Evaluar P Mientras no se alcanza el objetivo: Seleccionar P' Cruzar P' Mutar P' Evaluar P' Reemplazo
MacroevolutionaryAlgorithm  
NSGA2Algorithm This class implements the NSGA2 algorithm.