搜索资源列表
实数自适应并行遗传算法的研究
- 曾孝平,陈燕飞,李勇明.实数自适应并行遗传算法的研究。针对遗传算法中的早收敛现象,提出了一种实数自适应并行遗传算法(real adaptive parallel genetic algo- rithm,RAPGA)。该算法采用了一种并行遗传进化结构,并将自适应交叉、变异算子引入到本算法中,增强和保 持了种群的多样性。最后,通过与其他经典优化遗传算法进行比较显示,RAPGA对多个标准测试函数均表现出 较好的搜索性能。
标准遗传算法
- 经典遗传算法的vc++6.0实现
二进制遗传算法Fortran
- 这是一个Fortran77编写的标准遗传算法,采用了二进制编码方式,小生境技术等,含有源代码,设置参数比较多,但是解释的比较详细。
Genetic_algorithm.rar
- 一个标准遗传算法的java代码和文档,文件为word格式,内附代码!,a genetic algorithm!
matlab.rar
- matlab标准遗传算法 优化函数为f=-(x-1)^2+4,其中,0<=x<=3,matlab
GAToolbox.rar
- MATLAB遗传算法工具包,内含标准遗传算法各函数及改进遗传算子的实现函数。,MATLAB genetic algorithm tool kit, containing the standard genetic algorithm to improve the function and genetic operators of the implementation function.
AdaptivegeneticalgorithmgeneticKylexy
- 自适应遗传算法 比标准遗传算法更加精确 应用广泛-Adaptive genetic algorithm genetic algorithm than the standard widely used in more precise
yichuan
- matlab用标准遗传算法求f(x)=x2-22x+30函数的最小值,x [0,31]。 包含源码及结果-matlab using standard genetic algorithms f (x) = x2-22x+30 the minimization, x [0,31]. Includes source code and results
SGA40
- 用标准遗传算法解决电力系统最优化问题,粒子使用的是40个节点的大规模计算问题-Using standard genetic algorithm to solve power system optimization problems, particle using 40 nodes of a large-scale computing problems
GA
- 标准遗传算法求解实数方程,MATLAB编写,有较详细说明!-Standard genetic algorithm to solve real equations, MATLAB prepared to explain in greater detail there is!
chejiandiaodu
- 本算法是用标准遗传算法来优化车间调度,具有很好的实时性。-This algorithm is a standard genetic algorithm to optimize shop scheduling with a good real-time.
example
- 本算法是一种标准遗传算法,应用于函数优化,性能较好。-The algorithm is a standard genetic algorithm, applied to function optimization, performance better.
sgaMethod
- 利用标准遗传算法求解函数f(x)=(x-5)*(x-5)的最小值,其中x属于区间[-255,255],算法的参数自己设定。-SGA method
SGAC
- 标准遗传算法源码 C语言编程 求解函数优化问题。-Standard genetic algorithm C language programming for Function Optimization.
Best
- java遗传算法程序,采用标准遗传算法求解函数的一个例子。-java genetic algorithm process, the use of standard genetic algorithm function of a case in point.
tspyouhua
- 将局部优化算子引入遗传算法求解TSP问题,以求提高算法的性能。具体措施是在标准遗传算法的最后阶段增加步,即对每代的最优个体进行一定次数的局部搜索,以求改善该最优个体。首先提出将反序一杂交法引入局部优化过程中。 同几种‘常用的局部优化力一法相比,反序一杂交法的性能最为突出。实验结果表明,该优化力一法能有效求解300个城市以内的 TSP问题。 -Will introduce a local optimization operator TSP problem genetic algorit
jsjy20070288
- :针对遗传算法易陷入局部最优的不足,在标准遗传算法基础上加入了三个新的操作- 复原、重构和录优操作,使改 进后的遗传算法收敛于全局最优,并在此基础上以路边约束、动态避障和路径最短作为适应度函数,提出了动态避障的路径 规划方法。通过实验仿真验证了算法的有效性、准确性和实时性,并与基于以往的遗传算法的路径规划方法进行比较,结果 表明本文提出的方法在产生的路径长度和算法运行时间上都具有更优的性能。-: Genetic algorithm for the lack of easy to
java
- 用Java实现遗传算法的 标准遗传算法求解函数原程序-A genetic algorithm with the standard Java Genetic Algorithm for Function of the original program
标准遗传算法matlab编程
- 标准遗传算法matlab编程,已验证正确
TDOA-SGA
- 本程序完成了利用标准遗传算法计算基于TDOA定位的移动通信基站定位算法,采用二进制编码过程,选择、交叉、变异操作等,运行结果分析都包含在内。(This program uses standard genetic algorithm to calculate the location algorithm of mobile communication base station based on TDOA positioning, using binary encoding process, sel