搜索资源列表
遗传算法——理论、应用与软件实现
- 遗传算法——理论、应用与软件实现
简单但很全面的遗传算法例子
- 通过一个简单的实例来很好的理解遗传算法的思想,真正做到算法的应用。
MATLAB遗传算法工具箱及应用
- MATLAB遗传算法工具箱及应用 包括pdf和源码
matlab遗传算法工具箱及应用
- 系统介绍matlab遗传算法和直接搜索工具的特点及应用
Matlab遗传算法改进程序
- 遗传算法(Genetic Algorithm)是一类借鉴生物界的进化规律(适者生存,优胜劣汰遗传机制)演化而来的随机化搜索方法。它是由美国的J.Holland教授1975年首先提出,其主要特点是直接对结构对象进行操作,不存在求导和函数连续性的限定;具有内在的隐并行性和更好的全局寻优能力;采用概率化的寻优方法,能自动获取和指导优化的搜索空间,自适应地调整搜索方向,不需要确定的规则。遗传算法的这些性质,已被人们广泛地应用于组合优化、机器学习
基于遗传算法的电力系统无功优化程序
- 应用遗传算法进行电力系统的无功优化。
遗传算法123
- 遗传算法的一些应用-GA applications
遗传算法理论应用及软件实现主程序
- 遗传算法理论应用及软件实现主程序-genetic algorithm theory, application software and the main program
神经网络和遗传算法在水科学领域的应用
- 神经网络和遗传算法在水科学领域的应用-neural networks and genetic algorithms in the field of water science applications
遗传算法在tsp中的应用
- 遗传算法在tsp中的应用-genetic algorithm in the application tsp
遗传算法原理及应用
- 这是一本较详细介绍遗传算法原理和应用的书籍,很多应用在本书中多有介绍-This is a more detailed genetic algorithm theory and application of books, many applications in this book presents more
遗传算法应用
- 这是一个基于遗传算法的人工生命模拟 AL_GA.C -This is a genetic algorithm based on the simulation of artificial life AL_GA.C
GA遗传算法——理论、应用与软件实现中的源代码
- GA遗传算法——理论、应用与软件实现中的源代码-GA GA-- Theory, Application and Implementation of the software source code
柔性加工车间遗传算法调度C++
- 这是一个柔性加工车间的优化调度的遗传算法,算法应用矩阵编码的方式,实现优化求解,欢迎与作者联系其他算法linxk333@yahoo.com.cn-This is a flexible processing workshops optimal scheduling of the genetic algorithm, the algorithm application matrix coding modes to achieve optim
C语言遗传算法程序包
- 一个经典的C语言遗传算法程序包,可直接用来开发遗传算法的应用程序-a classic genetic algorithm C language package can be used directly for the development of the genetic algorithm application
演化程序——遗传算法和数据编码的结合
- 演化程序——遗传算法和数据编码的结合 具体介绍了遗传算法的应用-evolutionary process-- genetic algorithms and data encoding the specific combination of the application of genetic algorithms
实数编码遗传算法
- (用matlab编写的十进制的遗传算法程序)实数编码遗传算法-(using Matlab prepared by the metric of genetic algorithm) is coded genetic algorithms
基本遗传算法
- 基本遗传算法应用实例。用基本遗传算法求下面函数的最大值。F=x^3-60*x^2+900*x+100,0<=X<=30.个体数目去50,最大进化代数取100,离散精度去0.01,杂交概率取0.9.(Application examples of basic genetic algorithm. Apply the basic genetic algorithm to the maximum of the following
《Matlab遗传算法工具箱及应用》源码
- 《Matlab遗传算法工具箱及应用》源码,雷俊杰版,适用于基础薄弱的学者(genetic algorithm toolbox and application Matlab source, Lei Junjie version, suitable for the weak foundation of the scholars)
遗传算法应用于模糊C均值聚类
- 将遗传算法应用于模糊C均值聚类,可以取得不错的效果(The application of genetic algorithm to fuzzy C mean clustering can achieve good results.)