搜索资源列表
遗传算法源代码集合
- 该文件包含了一个关于遗传算法的代码库。
遗传算法源代码的合集
- 遗传算法代码
基于实数编码遗传算法的投影寻踪Matlab代码
- 这是用Matlab编写的基于实数编码遗传算法的投影寻踪模型,已经检验通过,大家可以根据需要修改遗传算法的交叉、变异算子。
讲述了遗传算法的过程的代码
- 讲述了遗传算法的过程的代码,选择交叉变异
现代遗传源代码
- 此代码经过大量使用,反映很好,代码优化,效率高-this code after extensive use, reflecting good code optimization, high efficiency! !
遗传算法源代码
- 遗传算法的源程序,里面有基本的遗传算法的各种操作过程,很全面!-genetic algorithm source, there are basic genetic algorithm various operational and very comprehensive!
遗传算法代码
- 这是遗传算法进行函数优化的程序,可以运行成功,需要的就下吧-This is the source code of genetic algorithm for function optimization, it can run ,down it if you need it.
神经网络遗传算法代码
- 神经网络遗传算法的一个简单例子代码,开发神经网络遗传算法的第一步-neural network genetic algorithm code a simple example, the development of neural network genetic algorithm first step
C++遗传算法的源代码
- 用VC++编写的遗传算法源程序,可以用内容较多-very useful, widely,VC++, coding, Genetic algorithm of C++
sga-c遗传算法c代码
- 这是一个遗传算法的c的源代码。在上传的压缩包中,有一个对所有原程序包的详细说明的pdf 。-This is a genetic algorithm c source code. The upload compressed, one for all the original package, a detailed descr iption of the pdf.
delphi遗传
- 关于求最值的delphi遗传算法源码,绝对可以用,调试通过,界面美观,由王小平书上的c代码改编所成,创建了一个ga类,向构造函数输入合适的参数就可以运算!-seek the most value on the delphi genetic algorithm source code can definitely use, debug, beautiful interface, Wang Xiaoping book adaptation
遗传算法模板
- 用vb写的遗传算法程序。是一些通用代码,与具体问题对应的代码空出来,用的时候填进去。-used to write the genetic algorithm. Some common code, with the specific issues the corresponding code space, and the time spent filling into account.
GA遗传算法2005
- 遗传算法的C代码。如需使用可根据实际问题进行修改。-genetic algorithm C code. For use in accordance with practical problems amended.
遗传算法笔记
- 提供遗传算法的经典笔记,内付典型程序代码,希望对大家有帮助。-provide genetic algorithm classic Notes, which pay the typical procedure code, and I hope to be helpful.
遗传算法(实数编码)
- 遗传算法的源代码,不错,希望与大家共同分享,谢谢1-genetic algorithm source code, good, and he hopes to share with you, thank you a
GA
- VC 遗传算法。文件中包括多个程序代码,有最基本二进制遗传代码。 另外包含多个改进遗传算法代码,C语言开发。在VC下可运行。 唯一需要改进的是:第一:目标函数(结合你自己需要求解的问题) 第二:随机函数。(代码中是自己写的库,在一些电脑上运行不正确。可以换成已有的rand)。在我另外上传的一个资料中已经更正。但这是最原始的,容易理解。所以上传上来。-Gene Algorithm
改进遗传算法求最大值程序
- matlab的改进遗传算法求最大值程序,main函数是主函数,其他3个是子函数。具体内容见代码注释(Matlab improved genetic algorithm for maximum value procedures, main function is the primary function, and the other 3 are sub functions. See the code for details)
单变量遗传算法
- 单自变量遗传代码实例,非工具箱编写,可以更改目标函数,完成这一系列的最值问题求解。(Example of single independent genetic code)
王小平遗传代码库
- 王小平遗传算法代码库,有需要的可以研究一下(Wang Xiaoping genetic algorithm code library, there is a need to study it)
遗传算法 车间调度 甘特图 代码
- 遗传算法解决车间调度问题,可以直接运行出结果,没有问题(Solving job shop scheduling problem by genetic algorithm)