搜索资源列表
遗传退火进化算法(附源码)
- 对Matlab中的遗传算法工具箱进行改进而得到的遗传退火进化算法。可用于一般的最优化问题,求解无约束的或带有线性约束的连续函数的全局最小值。 首先对传统的遗传算法和模拟退火算法进行改进,然后将模拟退火算法引入了遗传算法,结合两种算法的优点,得到一种新的遗传退火进化算法。它不但实现了遗传算法的全局搜索能力与模拟退火算法的局部搜索能力的结合,同时可使改进后的模拟退火算法能够充分利用遗传算法所得的全局信息。经验证,改算法能使遗传算法避免产生早熟收敛,增强了算法的全局收敛性,而且加快了算法的收敛速
遗传算法
- PDF格式的文件,为遗传算法的入门文章,内容生动,简单易懂。压缩文件为实现程序
遗传算法实现车间工件生产的优化排序
- 该程序是基于遗传算法编写的,用于解决车间生产工件的优化排序问题。
用遗传算法解迷宫问题的实现与改进
- 用遗传算法解迷宫问题的实现与改进
遗传算法选择操作的递归实现
- 遗传算法选择操作的递归实现
GA
- 遗传算法及其MATLAB实现 主要内容: (1)遗传算法简介 (2)遗传算法的MATLAB实现 (3)应用举例 (4)遗传算法优化神经网络方向-MATLAB realization of genetic algorithm and its main elements: (1) brief introduction to genetic algorithm (2) realize MATLAB Genetic Algorithm (3) application, for exa
zydp
- 文件中包含一些资源调配相关的论文,其中涵盖了资源掉配模型的研究,并采用蚁群算法、遗传算法来实现。-Document contains a number of papers related to the allocation of resources, which covers the allocation of resources out of the research model and the use of ant colony algorithm, genetic algorithm to
MATLABandGA
- 关于遗传算法的MATLAB工具箱使用 怎么使用MATLAB实现遗传算法-On genetic algorithms using MATLAB toolbox How to use MATLAB to achieve the genetic algorithm pdf format papers
Bayes
- 基于信息几何构建朴素贝叶斯分类器,一篇论文,写的挺好的。请改名为doc 简单的实现了遗传算法的功能。-Geometry-based Naive Bayes classifier to build, a paper written in very good shape. Simple implementation of genetic algorithm.
1111111
- 一个实现遗传算法的例子,使用visual C++编写的-genetic algorithm
SimulatedAnnealing
- 本文介绍了模拟退火算法的原理和求解方法,并将其用于指数曲线的拟合,在Matlab语言环境下实现了该算法,并且与文献中的遗传算法、线性回归相比较。数值模拟结果表明,该算法能更好地实现最优拟合。-This article describes the principle of simulated annealing algorithm and solution methods, and used an exponential curve fitting, the language environmen
Ageneticalgorithmwithmatlabprogram
- 简要阐述了遗传算法的基本原理,探讨了在 环境中实现遗传算法各算子的编程方法,并以一个简单的实例说明所编程序在函数全局寻优中的应用。-Briefly described the basic principles of genetic algorithms to explore the genetic algorithm in the environment to achieve the operator' s programming, and a simple example shows t
aa
- VB实现遗传算法计算最大值,一些函数的设定,和遗传算法实现 -
genetic-algorithm-matlab-code
- 能完整实现遗传算法所有功能,有一定的效果,程序比较规范,值得学习.-it is a goog code ,the genetic algorithm have a very goog mothod.
Achieve-Ga
- Matlab实现遗传算法的文档介绍,虽然简单,但是对初学者思路上的提点有很好的作用。-Matlab document describes the genetic algorithm, though simple, but there is a very good role in reminding beginners ideas.
MATLAB-programming-methods
- 简要阐述了遗传算法的基本原理 ,探讨了在 MATLAB 环境中实现遗传算法各算子的编程方法 , 并以一个简单的实例说明所编程序在函数全局寻优中的应用-Briefly the basic principles of genetic algorithms to explore the genetic algorithm in MATLAB programming methods for each operator, and a simple example to illustrate the pro
三个遗传算法matlab程序实例.
- 三个遗传算法matlab程序实例,用于简单的说明遗传算法在MATLAB中的实现过程。(Three examples of genetic algorithm matlab program)
ga
- 基于遗传算法的多目标算法优化,包括程序的实现(Multi - objective Algorithm Optimization Based on Genetic Algorithm)
Ryan_GA_BP
- 实现了基于遗传算法GA优化的BP神经网络,遗传代数为100代(BP neural network based on GA optimization)
遗传算法
- 遗传算法实现优化问题,附有例题以及程序,非常实用。(Genetic algorithm for optimization problems)