Package jmetal.metaheuristics.singleObjective.geneticAlgorithm

Class Summary
acGA Class implementing an asynchronous cellular genetic algorithm
GA_main This class runs a single-objective genetic algorithm (GA).
gGA Class implementing a generational genetic algorithm
pgGA A multithreaded generational genetic algorithm
pgGA_main This class runs a multithreaded single-objective generational genetic algorithm (GA).
scGA Class implementing a single-objective synchronous cellular genetic algorithm
ssGA Class implementing a steady-state genetic algorithm
TSPGA_main This class runs a single-objective genetic algorithm (GA).