Introduction - If you have any usage issues, please Google them yourself
Genetic Algorithm (Genetic Algorithm, the GA) is a kind of evolution Algorithm, the basic principle is to imitate phyla in "natural selection, the survival of the fittest" the evolution of the law. Genetic algorithm is the practice of the parameters of the code for chromosomes, reuse iteration way selection, crossover and mutation operations to exchange the chromosomes of the information in the population, with the optimization target eventually generated chromosome.