搜索资源列表
-
1下载:
多种群的链式智能体遗传算法,代码及其用于优化的实验结果都在里面。大家用了最好给点评价,建议只作为研究用。我有相关的论文,需要索取的话,请与我联系,Multi-population of chain-agent genetic algorithm, the code and to optimize the experimental results are inside. We use the best rating to the point, it is recommended only for
-
-
0下载:
利用了遗传算法求解函数最大值的源程序代码-Use of genetic algorithm source code for the function maximum
-
-
0下载:
遗传算法的原代码,用于最优化计算,只需解压便可使用。-Genetic algorithm source code for the optimization calculation, just unzip to use.
-
-
2下载:
matlab源码,运用遗传算法 优化RBF隐层神经元的中心值,宽度,和权值,具有很强的学习性。-matlab source code, the use of genetic algorithm optimization of RBF hidden layer neurons in the central value, width, and weight, has a strong learning.
-
-
0下载:
本代码包含遗传算法matlab工具箱中部分代码,与GAmat1.rar共同使用-This code contains the genetic algorithm matlab toolbox, part of the code, with the joint use of GAmat1.rar
-
-
0下载:
基于模拟退火遗传算法的车辆调度问题研究,其中使用matlab程序编出了整个算法-Genetic algorithm based on simulated annealing scheduling problem of vehicles, which use matlab program code out of the whole algorithm
-
-
0下载:
用遗传算法优化神将网络的程序代码,在matlab环境下运行。-God will use the genetic algorithm to optimize the network code, run the matlab environment.
-
-
0下载:
遗传算法应用程序使用说明:
1.安装MATLAB5.X;
2.建立目录:(c:\GeneticProgram),并将这里提供的所有源程序拷入该目录;
3.运行(c:\GeneticProgram)中的 startup;
4.在MATLAB Command Window内直接运行程序 FloatExample和BinaryExample。
FloatExample和BinaryExample分别采用浮点编码和二进制编码方法,求函数
y=20+x + 10*sin(
-
-
0下载:
用matlab实现遗传算法的源程序,含变异等操作。测试过了,很好用。-Matlab genetic algorithm source code, containing mutation operation. Tested, very good use.
-
-
1下载:
遗传算法虽然全局搜索能力较强,但是局部搜索能力较弱,一般只能搜索到函数优化问题的次优解,而不是最优解,特别是函数具有多个峰值时,遗传算法易陷入局部极小,不能找到真正的全局最优解。非线性规划因多采用梯度下降方法求解,而具有极强的局部搜索能力。因此,本源代码结合两种算法的优点,一方面采用遗传算法进行全局搜索,另一方面采用非线性规划进行局部搜索,以得到函数优化问题的全局最优解。实验证明,这种方法不仅能解决多峰函数寻优易陷入局部极小的问题,而且具有很高的迭代寻优效率,取得了满意的结果。-Global s
-
-
2下载:
基于matlab的双层规划遗传算法源代码,应用效果良好,请使用-Matlab the bilevel programming genetic algorithm source code, with good results, use
-