搜索资源列表
GA
- 实数遗传算法源码 Delphi实现,用户可以参考并改进
GA-BP-neural
- 由于BP网络的权值优化是一个无约束优化问题,而且权值要采用实数编码,所以直接利用Matlab遗传算法工具箱。以下贴出的代码是为一个19输入变量,1个输出变量情况下的非线性回归而设计的,如果要应用于其它情况,只需改动编解码函数即可。程序需要调用gaot工具箱.
GeneticAlgorithmxujinpeng
- 这个算法采用遗传算法(实数编码),可以找到带有约束和无约束函数的最大值 。遗传算法的表现也通过后代的数量绘制出来。-This function can find the maximum of constrained and unconstrained problems with using of genetic algorithm (real coding). Also the performance of GA is plotted vs. the number of generations
GA
- 标准遗传算法求解实数方程,MATLAB编写,有较详细说明!-Standard genetic algorithm to solve real equations, MATLAB prepared to explain in greater detail there is!
Matlab-GA
- 对于单种群进化,多方式进化是提高全局搜索能力和收敛速度的一种有效策略 该程序采用: 编码:二进制编码、实数编码(默认) 选择:非线性排名选择(主要表现在前期),锦标赛选择(主要表现在后期,含精英保留),由于单纯的转轮盘选择存在诸多弊端,这里没有采用 交叉:二进制编码采用多点交叉和均匀交叉,并逐步增大均匀交叉概率 实数编码采用离散交叉(前期)、算术交叉(中期)、AEA重组(后期) 变异:二进制编码采用随机变异 实数编码采用两种自适应变异和两种随机变异,且尽量采用前者
PID-GAs
- 遗传算法的PID调节 题目:已知 ,利用GA 寻优PID参数,其中K=1,T=2, ,二进制/实数编码,位数不限,M,Pc,Pm自选,性能指标 ,Q=100为仿真计算步长。-PID regulation of genetic algorithms Title: known, the use of PID parameters of GA optimization, in which K = 1, T = 2,, binary/real-coded, not limited to the me
ga
- 这是一个用matlab编写的基于实数遗传算法程序,汉语注释详细,绝对原创。运行结果正确。-This is a prepared using matlab genetic algorithm based on real process, detailed notes in Chinese, is absolutely original. The correct results.
ga
- matlab实现的GA算法程序,实数编码-GA algorithm matlab implementation process, real-coded
backpack-ga-algorithm
- 背包问题或0-1背包问题遗传算法程序,里面用的实数编码方式值得借鉴。-0-1 knapsack problem or knapsack problem genetic algorithm procedure, which uses real coding can be learned.
SGA
- 实数编码的遗传算法程序,FORTRAN编写-real code ga
RAGA
- 实数编码遗传算法,采用自适应性变异,有范例,效果良好。-GA base on float,which use the auto-fitness mutation.
SimpleGA
- 简单的进化算法(SGA),C语言实现。提供实数编码和二进制编码两种编码方式-Simple GA ,C descr iption
GA
- 基于二进制和实数编码的遗传算法,很好用,肯定能调通-Based on binary and real coded genetic algorithm, is useful, certainly transfer through
shishubianmaGA
- 利用遗传算法求Rosenbrock函数的极大值,采用实数编码。-Rosenbrock GA
job-shop-GA
- 利用实数编码,实现车间调度的遗传算法代码-Job-shop GA
GA
- 遗传算法的实现, matlab编写的 遗传算法程序,实数编码,-Genetic algorithm implementation, matlab genetic algorithm written procedures, real-coded,
GA
- 遗传算法的matlab程序,有详细的子函数,自适应求解多维矩阵参数,浮点型实数求解,程序明了易懂!-Genetic algorithm matlab program, detailed subfunctions adaptive solving multidimensional matrix parameters, floating point real numbers to solve the program is clear and easy to understand!
GA-MATLAB
- 遗传搜索算法,实数编码的源程序。适合各种版本的 matlab-Genetic search algorithm matlab
GA实数编码遗传算法程序
- 实数编码遗传算法程序,可用于模型参数辨识,也有其它的用途
GA-for-jizhi
- 这是基于实数编码遗传算法的极值优化程序,很有利于对遗传算法的理解-This is a global optimization procedure based on real-coded genetic algorithm, is very beneficial to the understanding of the genetic algorithm