搜索资源列表
VC_GAD
- 简单遗传算法VC实现,包括选择,交叉,变异以及种群初始化-simple genetic algorithm VC, including the selection, crossover and mutation, and initialization Stocks
GA(VC)
- 是利用VC6.0开发出来的,实现基本的遗传算法,提供给大家一起学习一下。-using VC6.0 developed, and achieving the basic genetic algorithm, for everyone to learn about.
tigongyuanma
- 该文件包共有5个文件 TSP--传统算法---说明TSP的传统算法实践 背包问题----0-1背包问题的传统算法实践 模拟退火算法----模拟退火算法实现TSP问题 我的通讯录----我整理写的个人通讯录 遗传算法----遗传算法解决TSP问题
genetic-algorithms
- 关于遗传算法的一个源代码,利用MFC编程实现。-on a genetic algorithm source code, using MFC programming.
ychsflz
- c++语言实现的遗传算法的例子,需要的快下啊-c language of the genetic algorithm example, the faster under ah
ycsf1
- 完成遗传算法实现波束形成的C语言程序,第一部分-complete genetic algorithm beamforming C Programming Language, the first part
ycsf2
- 完成遗传算法实现波束形成的C语言程序,第二部分-complete genetic algorithm beamforming C Programming Language, Part II
ycsf3
- 完成遗传算法实现波束形成的C语言程序,第三部分-complete genetic algorithm beamforming C Programming Language, Part III
ycsf4
- 完成遗传算法实现波束形成的C语言程序,第四部分-complete genetic algorithm beamforming C Programming Language, Part IV
ycsf5
- 完成遗传算法实现波束形成的C语言程序,第五部分-complete genetic algorithm beamforming C Programming Language, Part V
SGA_for_testing
- 在软件测试的单元测试中,需要找出满足某种覆盖率(如分支覆盖)的测试数据(函数参数值)来判断被测函数是否有bug。源程序利用遗传算法的全局寻优特性实现了测试数据的自动产生而不用人工凭经验输入参数值。程序中被测试函数用的是三角函数。源码用C++实现了GA的寻优过程,并注有必要的注释,运行结果能够很快找到解。
gaot
- gaot,标准遗传算法工具箱,MATLAB实现
2to16to10
- 本程序,是通过VB最为开发软件,能实现二进制,十进制,十六进制之间的转换和调用。可作为其他程序的一部分被调用,本人用VB编写遗传算法时用到其-the procedure, VB is the most developed software to achieve binary, decimal, hexadecimal between conversion and call. As part of the other procedures to be called, I prepared with
tsp-GA-UI
- 带有图形界面的TSP的求解教学程序,实现所用的代码采用了遗传算法。-With a graphical interface for solving TSP, the teaching process, the code used to achieve the adoption of a genetic algorithm.
M
- 流水线车间生产调度的遗传算法 用MATLAB实现-The line workshop production scheduling genetic algorithm in MATLAB
yasuobao
- 用遗传算法实现车间设备布局。matlab编的强大界面。 软件说明:请点击1.m运行文件(运行环境为matlab2008a) 注:不可直接运行1.fig 需使用1.m文件 附:输入各设备及物流量子窗口参数信息说明:请依次输入该零件所需的设备号,两个y设备号之间填入这两个设备间的物流量,例如一个零件需要的设备一次为3,5,7,其中3和5的物流量为10,5和7的物流量为20,则应按如下的格式输入3,10,5,20,7。只需输入数字即可,无需输入标点符号。且零件的排序为最下面的一行为零件1,
TSP
- 应用遗传算法实现旅行商周游问题,包括轮盘选择,杂交,变异等算法的实现-Application of Genetic Algorithm traveling salesman problems, including roulette selection, hybridization, mutation algorithm
2-kinds-of-Genetic-Algorithms
- 两个遗传算法的实现程序,用MATLAB编写。实现效果良好。-This software is a implementation of genetic algorithm, which is written by MATLAB.Using this software, we can have a good result.
1234
- 利用遗传算法,实现机器人轨迹规划,从而便于控制机器人-robot trajectory planing
035672
- 是利用VC60开发出来的,实现基本的遗传算法,提供给大家一起学习一下,()