Introduction - If you have any usage issues, please Google them yourself
Genetic algorithm is a general algorithm for solving search problems, and it can be used for all kinds of general problems. First, a set of candidate solutions is formed to estimate the fitness of these candidates according to some adaptive conditions, and to reserve some candidate solutions according to the fitness degree, and to give up other candidate solutions. Some candidate solutions are preserved to generate new candidate solutions.