搜索资源列表
-
0下载:
这是一道很基本的程序,一方面希望它对初学遗传算法的兄弟们有用(包含了遗传算法实现的大部分步骤,而且有详细的注释),另一方面旨在抛砖引玉,
在下浅见:
1、遗传算法在进行大规模计算时,数据交换量大,速度确实是一个瓶颈,就如这道程序,在种群规模50,进化代数1000时运行需要40秒左右(cpu:duron 1G),当然,小弟编程能力弱,望各位大侠指教啊,或帮我修改一下这道程序
-This is a very basic procedure, While they want it begi
-
-
0下载:
A Function Optimizer using Simple Genetic Algorithm developed from the Pascal SGA code
-
-
0下载:
一個簡單的ga演算法,並有線圖產生,利用VB所寫的。-Ga a simple algorithm, and cable map production, written using VB.
-
-
0下载:
遗传算法源代码,教您如何编写遗传算法代码解决相关优化问题-Genetic algorithm source code, teach you how to write a genetic algorithm code to solve optimization problems
-
-
0下载:
遗传算法的matlab程序,有详细的子函数,自适应求解多维矩阵参数,浮点型实数求解,程序明了易懂!-Genetic algorithm matlab program, detailed subfunctions adaptive solving multidimensional matrix parameters, floating point real numbers to solve the program is clear and easy to understand!
-
-
0下载:
基本遗传算法的MATLAB语言源程序。(遗传算法的应用范围极其广泛,它可应用于函数优化、组合优化、生产调度问题、自动控制、机器人学、图像处理、人工生命、遗传编程以及机器学习等领域。)-Basic genetic algorithm matlb language sourc-e code. (Genetic algorithm extremely broad range of applications, it can be applied to function optimization, com
-
-
0下载:
使用此代码是用遗传算法求解优化模型的一个简单的实例-Application of genetic algorithm optimization model
-
-
0下载:
遗传算法,非常经典,大家相互交流,大家有好的程序源代码也上传啊-Genetic algorithm (ga), very classic, we communicate with each other, everyone has a good program source code also uploaded
-
-
0下载:
vc++中用以测试mpi并行的遗传算法,应用在0-1背包的问题中。-Vc++ is used to test the mpi parallel genetic algorithm (ga), used in 0-1 knapsack problem.
-
-
0下载:
tsp问题的遗传算法求解代码,应用于matlab平台-Code genetic algorithm to solve TSP problem, applied in the matlab platform
-
-
0下载:
遗传算法原源程序,注释完整,很适合初学者,可以直接调用。-Genetic algorithm and the original source code, comments complete, very suitable for beginners, can be called directly.
-