Welcome![Sign In][Sign Up]
Location:
Search - matlab,遗传算法

Search list

[Othermatlab中遗传算法工具箱GAOT

Description: matlab中遗传算法工具箱GAOT 很不错工具箱,里面的程序,通过本人运行后验证是正确的!
Platform: | Size: 134727 | Author: dxmboy88 | Hits:

[SourceCode遗传算法源代码集合

Description: 该文件包含了一个关于遗传算法的代码库。
Platform: | Size: 208321 | Author: wanghaibokm@hotmail.com | Hits:

[AI-NN-PR遗传算法工具箱源程序

Description: 本程序为遗传算法源代码,可用来解决一系列工程问题,如电力系统机组组合、经济调度等。
Platform: | Size: 217279 | Author: xionglongzhu@126.com | Hits:

[AI-NN-PR遗传算法的三个算子

Description: 改进的遗传算法的三个操作算子,包括选择、交叉和变异。-Improved three arithmetic operator in genetic algorithm including select,crossover and mutuation
Platform: | Size: 2048 | Author: 胡玉霞 | Hits:

[matlab基于MATLAB6.5遗传算法程序

Description: 基于MATLAB的遗传算法源程序,大家可以共同讨论这个。-based on MATLAB source of the genetic algorithm, we can discuss this.
Platform: | Size: 7168 | Author: 陈平 | Hits:

[Special EffectsTSP遗传算法程序

Description: 基于遗传算法的TSP实现,包含仿真出的图像路线图-based on genetic algorithm to achieve the TSP, including simulation of the road map images
Platform: | Size: 134144 | Author: 王月 | Hits:

[Windows Develop遗传算法求解vrp问题

Description: 遗传算法,使用MATLAB进行编程,求解VRP问题(Genetic algorithm for solving VRP problem)
Platform: | Size: 7168 | Author: GWJ | Hits:

[matlab利用遗传算法优化BP神经网络权值和阈值

Description: 利用遗传算法优化BP神经网络权值和阈值,内含程序和m文件(Using genetic algorithm to optimize BP neural network weights and thresholds, containing procedures and M files)
Platform: | Size: 111616 | Author: qwer123456 | Hits:

[matlab遗传算法解决TSP问题

Description: 遗传算法求TSP问题,有演进过程和最终进化曲线(The genetic algorithm for solving the TSP problem has evolution process and final evolution curve)
Platform: | Size: 18432 | Author: 蓝色妖怪 | Hits:

[DocumentsMATLAB遗传算法工具箱及应用

Description: MATLAB中含有遗传算法的工具箱,该文档详细介绍了该工具箱的使用说明(MATLAB contains genetic algorithm toolbox, the document details the use of the toolbox)
Platform: | Size: 9702400 | Author: dcrdcr | Hits:

[matlab用MATLAB实现遗传算法程序.pdf

Description: 遗传算法的基本步骤如下: 1)在一定编码方案下,随机产生一个初始种群; 2)用相应的解码方法,将编码后的个体转换成问 题空间的决策变量,并求得个体的适应值; 3)按照个体适应值的大小,从种群中选出适应值 较大的一些个体构成交配池; 4)由交叉和变异这两个遗传算子对交配池中的 个体进行操作,并形成新一代的种群; 5)反复执行步骤2-4,直至满足收敛判据为止。(The basic steps of the genetic algorithm are as follows: 1) under certain coding schemes, an initial population is randomly generated; 2) use the corresponding decoding method to convert the encoded individuals into questions The decision variable of the problem space is obtained and the fitness value of the individual is obtained; 3) according to the size of individual fitness, the fitness is selected from the population Larger individuals constitute mating pools; 4) by crossover and mutation, these two genetic operators are pairs of mating pools Individuals operate and form a new generation of populations; 5) repeat step 2-4 until the convergence criterion is satisfied.)
Platform: | Size: 76800 | Author: 傲视天下 | Hits:

[matlab遗传算法工具箱

Description: matlab下遗传算法工具箱,适用于matlab2016a(Genetic algorithm toolbox under Matlab)
Platform: | Size: 48128 | Author: hghhuazi | Hits:

[matlabmatlab bp+遗传算法

Description: 一个关于遗传算法优化BP神经网络的算法方案研究,遇到一个问题就是在用BP神经网络仿真的结果里,最大值和最小值预测误差特别大,而其他值的误差很小,同样,我用遗传算法优化之后这个问题依然没有解决,可以作为大家下一步研究的参考(A genetic algorithm to optimize BP neural network algorithm program, encountered a problem is that in the BP neural network simulation results, the maximum and minimum prediction error is particularly large, while the error of other values is small, the same, I use After the optimization of genetic algorithm this problem is still not solved, can be used as a reference for everyone to study next)
Platform: | Size: 376832 | Author: sci2018 | Hits:

[matlabmatlab编写的量子遗传算法

Description: 量子遗传算法的matlab程序,用于解决优化问题(The matlab program of quantum genetic algorithm is used to solve optimization problems)
Platform: | Size: 8192 | Author: wcggcw012 | Hits:

[matlab遗传算法

Description: 利用遗传算法计算目标函数极值,遗传算法与传统的优化方法(枚举,启发式等)相比较,以生物进化为原型,具有很好的收敛性,在计算精度要求时,计算时间少,鲁棒性高等都是它的优点。(Using the genetic algorithm to calculate the extremum of a objective function. Compared with the traditional optimization methods (enumeration, heuristics, etc.), genetic algorithms take the biological evolution as the prototype, which has good convergence. It has the advantages of less computational time and high robustness when calculating the precision requirements .)
Platform: | Size: 3072 | Author: amnesia666 | Hits:

[Other《Matlab遗传算法工具箱及应用》源码

Description: 对matlab遗传算法进行了详细地介绍,并进行了实例介绍(The matlab genetic algorithm is introduced in detail, and an example is introduced.)
Platform: | Size: 1435648 | Author: 东来东往CT | Hits:

[Othermatlab基于遗传算法的最大熵值法的双阈值图像分割

Description: 基于遗传算法实现灰度图像二阈值分割,使图像分割的更合理(Two threshold segmentation of gray image based on genetic algorithm, which makes the image segmentation more reasonable)
Platform: | Size: 110592 | Author: sunxiaonao | Hits:

[matlab用MATLAB实现遗传算法程序

Description: 收录了大多数遗传算法,可以用matlab实现(contain genetic algorithm can be run on matlab)
Platform: | Size: 162816 | Author: Monocerotis | Hits:

[AI-NN-PR用MATLAB实现遗传算法程序

Description: 遗传算法程序,内有相关ppt与例子讲解及源代码(tool of genetic algorithm)
Platform: | Size: 162816 | Author: 707210584@qq.com | Hits:

[Other遗传算法WinRAR 压缩文件

Description: 三个遗传算法matlab程序实例,更深刻了解遗传算法(Three genetic algorithm matlab program examples, a deeper understanding of genetic algorithms)
Platform: | Size: 16384 | Author: 落叶无痕12 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net