Description: Genetic algorithm is used to solve computational mathematics in optimizing search algorithm, an evolutionary algorithm. Evolutionary algorithm was originally borrowed evolutionary biology and developed a number of phenomena, these phenomena, including genetics, mutation, natural selection and hybridization. Genetic algorithms are usually implemented as a way of computer simulation. For an optimization problem, a number of candidate solutions (called individuals) abstract representation of the population (called chromosomes) to better solution evolution.
To Search:
File list (Check if you may need any files):
遗传算法\遗传算法.txt
遗传算法