搜索资源列表
GA-Souce
- 一个不错的遗传算法的实例,代码比较好,调试方便-a good example of the genetic algorithm, code better, convenient debugging
遗传算法实例
- 遗传算法实例: 也是自己找来的,原代码有少许错误,本人都已更正了,调试运行都通过了的。 对于初学者,尤其是还没有编程经验的非常有用的一个文件 遗传算法实例
algorithm
- 传算法伪代码实例,遗传算法中最重要的过程就是选择和交叉。 -Examples of pseudo-code algorithm, genetic algorithm is the most important process of selection and crossover.
genetic_algorithm
- 遗传算法入门实例一:PID参数的优化[v1.0] 本文件夹包含: 图片IMG_0084 和IMG_0086为实验照片 IMG_0084为初始种群中某个体的PID调整效果 IMG_0086为进化了N(到底多少代我也没有去数)代之后的PID调整效果 文件GA为正文 源码\GA\ 为实验代码,WINAVR20060421+AVR Studio 4.12-Introduction example of a genetic algorithm: PID parameters optim
ga
- 包括遗传算法的各种运算(交叉,变异)的实例源程序代码-Various operations, including genetic algorithms (crossover and mutation) of the instance of the source code
GA
- 这个是个人编写的关于遗传算法的代码实现,并附有实例!-the realization of GA
GA
- 遗传算法源代码(分享) 这个是个人编写的关于遗传算法的代码实现,并附有实例!!参附件!!再次提供给大家分享!! -Genetic algorithm source code (sharing) that is written on personal genetic algorithm code, together with examples! ! Participation accessories! ! Available to share with you again! !
Instances-of-genetic-algorithm
- 遗传算法实例,vc6.0,一个用遗传算法实现的走迷宫的例子,本代码能够让你在看遗传算法的看得云里雾里时,揭开那层面纱,让你更加理解遗传算法,编写出自己的遗传算法.-Instances of genetic algorithm, the Maze example of a genetic algorithm, the code allows you watching When the Genetic Algorithm seen foggy opened the veil, so you bett
matlab
- 三个遗传算法matlab程序实例,通过对三种典型的遗传算法进行代码实现,可以简单明了的认识遗传算法-Three genetic algorithm living example of matlab code
ycsf
- matlab遗传算法的实例,包括交叉、变异、选择,有详细的备注和解释,可以根据需求自行修改代码,选择默认轮盘赌选择,交叉为单交叉-Examples matlab genetic algorithm, including the crossover, mutation, selection, detailed notes and explanations can modify the code based on the needs, the default roulette selection,
Iga
- 改进的遗传算法matlab实现实例,运行速度快,代码简单,易学-Improved genetic algorithm matlab implementation instance, running fast, the code is simple, easy to learn
yichuan2
- 本文所述为C++实现的遗传算法的类文件实例。一般来说遗传算法可以解决许多问题,希望本文所述的C++遗传算法类文件,可帮助你解决更多问题,并且代码中为了便于读者更好的理解,而加入了丰富的注释内容,是新手学习遗传算法不可多得的参考代码。-Examples of the types of documents herein is implemented by a genetic algorithm C++. General genetic algorithm can solve many problem
ga_tsp
- 基于MATLAB,对TSP问题进行基于遗传算法的求解。TSP 问题是典型的NP完全问题,代码包括求解TSP问题的遗传算法源程序m文件和实例-Based on TSP, the MATLAB problem is solved by genetic algorithm. TSP problem is a typical NP complete problem, including code for solving TSP problem genetic algorithm source
单变量遗传算法
- 单自变量遗传代码实例,非工具箱编写,可以更改目标函数,完成这一系列的最值问题求解。(Example of single independent genetic code)
example1
- 遗传算法实例应用 ,用来解决实例问题的代码(Genetic algorithm, example, application)
遗传算法实例
- 也是自己找来的,原代码有少许错误,本人都已更正了,调试运行都通过了的。 对于初学者,尤其是还没有编程经验的非常有用的一个文件 遗传算法实例(Also find their own, the original code has a little error, I have corrected, debugging run through.A very useful file for beginners, especially for those who have no programming
遗传算法
- 遗传算法的讲解与MATLAB 代码,及应用实例和实例的讲解(Genetic algorithm to explain and MATLAB code, and application examples and examples of explanation)
genetictsp
- 为加深对遗传算法的理解与应用,结合经典的旅行商问题,用vs 2013进行了编程实验,验证算法的性能和加深对遗传算法的学习。(In order to deepen the understanding and application of genetic algorithm, combined with the classic travel problem, we use vs 2013 to do the programming experiment, which verifies the alg
简单vrp实例代码 保证可用
- 基于遗传算法的车辆路径问题求解。本文件夹奥阔修改后的遗传算法实例代码 保证可用 (适合初学者和小白)(The problem of vehicle routing problem based on genetic algorithm is solved. This folder Aokuo modified genetic algorithm code examples to ensure that available (for beginners and white))
遗传算法实例
- 用matlab展现遗传算法的计算过程。例子为求0.711*t1-0.084*(a0*t4*t1/(t2-t1+t3))+0.7*(t4-t3)+0.091*t2+0.162*(a0*t2*t4/(t2-t1+t3))这个看起来很复杂的式子的最小值,各个变量的约束条件在代码里写了出来。(Matlab is used to show the calculation process of genetic algorithm. The example is to find the minimum val