Description: Genetic algorithm is a stochastic search algorithm which is based on natural selection and natural genetic mechanism. It is simple, robust and self-organizing
Self-adaptability, self-learning, and its essence is an efficient, parallel, global search method, it can automatically search and accumulate in the process of
Off search space knowledge, and adaptive control of the search process in order to obtain the optimal solution,
To Search:
File list (Check if you may need any files):
ga
..\Code.m
..\Cross.m
..\fun.m
..\ga_main.m
..\Mutation.m
..\nonlinear.m
..\Select.m
..\test.m