Introduction - If you have any usage issues, please Google them yourself
Genetic algorithm (Genetic Algorithm) is a computational model of biological evolution of natural selection and genetic mechanism of biological evolution of the simulation of Darwin, is a kind of method to search the optimal solution by simulating natural evolutionary process
The basic operation process of genetic algorithm as follows:
A initialization settings): the evolution algebra counter t=0, set the maximum evolution algebra T, randomly generated M individuals as the initial population of P (0).
B) individual uation: Calculation of group P (T) in the fitness of each individual.
C) selecting operation: the selection operator acting on the group. The choice of the purpose is to direct individual genetic optimization to the next generation, or by paired crossover generates new individuals and then transmitted to the next generation. The choice of operation is based on individual fitness uation based on.
D) crossover: crossover operator acting on the group. The so-called cro