Introduction - If you have any usage issues, please Google them yourself
Genetic Algorithm (based Algorithm, GA) is using biological natural selection and group evolution mechanism to form a global optimization Algorithm is proposed. Compared with the traditional optimization algorithm, genetic algorithm has the following advantages [1] : 1) is not a single point, but multiple points of groups began to search 2) in the process of searching the optimal solution, only needs to be derived the objective function value of fitness information, without the need for a derivative and other auxiliary information 3) the search process is not easy to fall into local optimal point.
Mathematical modeling of the commonly used matlab algorithm, genetic algorithm, and content in detail, including the PDF version of the detailed algorithm implementation process