搜索资源列表
-
0下载:
这是一个非常简单的遗传算法源代码,是由Denis Cormier (North Carolina State University)开发的,Sita S.Raghavan (University of North Carolina at Charlotte)修正。代码保证尽可能少,实际上也不必查错。对一特定的应用修正此代码,用户只需改变常数的定义并且定义“评价函数”即可。注意代码的设计是求最大值,其中的目标函数只能取正值;且函数值和个体的适应值之间没有区别。该系统使用比率选择、精华模型、单点杂交
-
-
0下载:
C Source Code for Genetic Algorithm (GA) in DCMST
-C Source Code for Genetic Algorithm (GA) in DCMST
-
-
0下载:
有关遗传算法的一个简单问题的C语言程序源代码-The C language source code for a simple genetic algorithm
-
-
0下载:
这个代码是用C语言编写的遗传算法代码,用来求解数值最优解-This code is written in C language, the genetic algorithm code used for numerical optimal solution
-
-
0下载:
遗传算法 利用遗传算法求解旅行商问题。 使用C++语言编程。使用VS2008编译环境,没有使用额外的库,运 行环境为w7操作系统-Genetic Algorithm. the traveling salesman problem. C source code, suitable for beginners and genetic algorithm optimization and other kinds of knowledge.
-
-
0下载:
TSP问题遗传算法C语言代码,能有效解决旅行商问题。-Genetic Algorithm for TSP C language code, can effectively solve the traveling salesman problem.
-
-
0下载:
针对遗传算法有可能淘汰掉优秀种群的确定,对遗传算法做改进并用C++代码实现。-For genetic algorithm could eliminate the determination of good species, to do to improve the genetic algorithm (ga) and it is implemented in a c++ code.
-