搜索资源列表
-
0下载:
用C#编的用遗传算法求解旅行商(TSP)问题的源代码。-with C# Part of the Genetic Algorithm for TSP (TSP) of the source code.
-
-
0下载:
这是一个非常简单的遗传算法源代码,是由Denis Cormier (North Carolina State University)开发的,Sita S.Raghavan (University of North Carolina at Charlotte)修正。代码保证尽可能少,实际上也不必查错。对一特定的应用修正此代码,用户只需改变常数的定义并且定义“评价函数”即可。注意代码的设计是求最大值,其中的目标函数只能取正值;且函数值和个体的适应值之间没有区别。该系统使用比率选择、精华模型、单点杂交
-
-
0下载:
c++遗传算法非常有用的代码希望大家下载
多说无益快去下载吧-c++ code for genetic algorithm is very useful to say a futile hope to download Go to download it
-
-
0下载:
Genetic Algorithm For Travelling sales man (TSP) problem c++ source code file-Genetic Algorithm For Travelling sales man (TSP) problem c++ source code file
-
-
0下载:
用遗传算法求解多目标非线性规划问题的C程序代码-The C++ code for genetic algorithm solving multi-objective nonlinear programming problem
-
-
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下载:
非支配排序遗传算法,用来求解多目标优化问题-Non-dominated sorting Genetic Algorithm for Muti-objective problem,
-
-
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.
-