文件名称:genetic-algorithm
介绍说明--下载内容均来自于网络,请自行研究使用
遗传算法从代表问题可能潜在的解集的一个种群开始的,而一个种群则由经过基因编码的一定数目的个体组成。本代码以旅行商问题为例,详细介绍遗传算法的使用方法。-A genetic algorithm the representation of the solution set of potentially the beginning, but after a certain number of the population the gene encoding the individual components. The code to the traveling salesman problem, for example, describes the use of genetic algorithms.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
遗传算法\Lenc.m
........\TSP.m
........\cross.m
........\fit.m
........\genetic.m
........\mutate.m
........\swap.m
遗传算法