搜索资源列表
MATLAB-genetic-algorithm-toolbox
- 介绍遗传算法的原理,流程。详细展示了交叉,变异,选择等算子。同时,还介绍了谢菲尔德大学遗传工具箱的使用 。本书对初学遗传算法者很有帮助。-Introduce the principle of genetic algorithms, processes. Detail shows crossover, mutation, selection operator. Meanwhile, the University of Sheffield also introduced the use of gen
genetic
- 关于遗传算法的书籍,我这里有十本关于这方面的资料,为了争积分,智能一本一本上传-About genetic algorithms books, I have about 10 such information, in order to dispute points, a smart one upload
genetic
- 遗传算法-Genetic algorithms
genetic
- 遗传算法 遗传算法-Genetic algorithm genetic algorithms genetic algorithms
Genetic
- 遗传算法得一种编译程序,不是很正统,但是很新颖,并且方法简单,很实用,是计算机运行的时间更加快 -Genetic algorithms have a compiler, is not very orthodox, but very innovative, and method is simple, very practical, it is time the computer is running more to speed up
matlab-genetic-algorithm-toolbox
- matlab遗传算法工具箱函数及实例讲解-matlab genetic algorithm toolbox function and examples to explain
Nonlinear Integer Programming Matlab Genetic Algorithm Procedure
- 本程序是基于非线性整数规划的遗传算法所编写的Matlab程序-This procedure is based on the non-linear integer programming genetic algorithm written Matlab program
genetic-algorithm-artificial-life-simulation
- 基于遗传算法的人工生命模拟,用VC++编写,对于理解遗传算法有好处-Based on genetic algorithm artificial life simulation, using VC++ to prepare, good for understanding the genetic algorithm
genetic
- 《Matlab遗传算法工具箱及应用》Sheffield大学gatbs工具箱所有算例下载及调试说明-" Matlab toolbox and application of genetic algorithms" Sheffield University, all gatbs toolbox download and debug an example that
genetic
- 这是用遗传编程算法来拟合曲线的一个经典程序,非常不错,大家可以通过修改function程序里的曲线定义来拟合多种曲线-This is the genetic programming algorithm to a classical curve fitting procedures, is very good, you can program by modifying the function of the curve to fit the definition of a wide range o
Genetic-Algorithm-for-Minimum-SpanningTree
- 使用遗传算法求解最小生成树的编码,C++环境-Genetic Algorithm for Minimum Spanning Tree
genetic
- Genetic programming, Genetic algorithms are the offline optimization algorithms
Genetic
- 基于遗传算法的研究的代码,利用的是C语言描述-Research based on genetic algorithm code, using the C language to describe
genetic
- 基本遗传算法 里面的函数可自行更换 适合初学者 容易理解-A function of the basic genetic algorithm which can be suitable for beginners is easy to understand on their own replacement
8-puzzle-genetic
- It s simple implementation of Genetic Algorithm on 8-puzzle and as result it can say either there is or not a set of movement to go from initial state to a given final state.-It s simple implementation of Genetic Algorithm on 8-puzzle and as re
Genetic
- 遗传算法中,初始化,编码,解码,选择,交叉,变异,倒位的源程序-Genetic algorithms, initialization, encoding, decoding, selection, crossover, mutation, inversion of the source code
genetic-algorithm-vc
- 用VC实现的遗传算法的完整工程文件。有转轮法,交叉和变异。-VC genetic algorithm implemented with the full project file. There wheel method, crossover and mutation.
Genetic
- Genetic algorithms in 8 queen problem
A.new.tree-based.encoding.genetic.algorithm.with.i
- 基于新的树编码方式用免疫遗传算法解决DCMST问题:提出了一种新的树编码方式,可以方便地表达一棵树,简化了树在遗传算法中的编码表达。且新的树编码方式清楚地表达了边的信息,有利于疫苗的设计。此外,本文使用免疫遗传算法,有效地克服了传统遗传算法中解退化的现象。数值实验表明,解的振荡相对于传统遗传算法减小了,且收敛速度更快。-New tree-based encoding genetic algorithm with immune DCMST problem: A new tree encoding,
genetic
- This is knapsack problem solution by genetic algorithm