搜索资源列表
改进遗传算法-郭涛算法做最优化问题很管用
- 改进遗传算法-郭涛算法做最优化问题很管用,算法的基本思想是 先任意产生n个随机数,然后从n个数里随机选择m个数,再有这m个 数合成一个新数,将这个新数同n个数中间适应值函数值的最差的比较, 如果好的话就取代最差的那个,如果它比最好的还要好的话,则把最好的 也取代。如果比最差的坏,则重新合成一个新数。依次循环下去。 程序的奇妙之处是GA_crossover()函数,产生的新数确实比较好,看看 那位大侠能改进一下,产
改进遗传算法结合灵敏度分析的无功优化
- 改进遗传算法结合灵敏度分析的无功优化
Genetic Algorithm Test
- 改进遗传算法程序-improved genetic algorithm program
吸血鬼
- 求解tsp的改进遗传算法matlab源码-Improved Genetic Algorithms Matlab FOSS
改进遗传算法-郭涛算法做最优化问题很管用
- 改进遗传算法-郭涛算法做最优化问题很管用,算法的基本思想是 先任意产生n个随机数,然后从n个数里随机选择m个数,再有这m个 数合成一个新数,将这个新数同n个数中间适应值函数值的最差的比较, 如果好的话就取代最差的那个,如果它比最好的还要好的话,则把最好的 也取代。如果比最差的坏,则重新合成一个新数。依次循环下去。 程序的奇妙之处是GA_crossover()函数,产生的新数确实比较好,看看 那位大侠能改进一下,产
ADAPTIVEGA
- ADPTIVE GA是改进遗传算法程序,提供了各种交叉算子,变异算子,具有强大的计算功能-ADPTIVE GA is improved genetic algorithms and procedures, and providing a variety of cross-operator, mutation operator, with powerful computing capabilities
reactive_power_optimization
- 一种改进遗传算法,用于电力系统无功优化,已经编译通过-an improved genetic algorithm for reactive power optimization, has been compiled by
sgayiyuanyouhua
- 改进遗传算法-郭涛算法做最优化问题很管用,算法的基本思想是 先任意产生n个随机数,然后从n个数里随机选择m个数,再有这m个 数合成一个新数,将这个新数同n个数中间适应值函数值的最差的比较, 如果好的话就取代最差的那个,如果它比最好的还要好的话,则把最好的 也取代。如果比最差的坏,则重新合成一个新数。依次循环下去。 -improved genetic algorithm- Guo Tao algori
ga
- goat工具箱 遗传算法主函数祥解 goat工具箱 是网上流传最广的一个遗传工具箱,现针对其主函数的做了注释供大家分享,以便于大家更好的学习和研究遗传算法,改进遗传算法-goat genetic algorithm toolbox祥解goat Toolbox main function is the most widely circulated online a genetic toolbox, for its main functio
gaijinga
- 基于改进遗传算法的BP神经网络及应用_英文_.pdf-Improved genetic algorithm based on BP neural network and its application in English _ _.pdf
GAToolbox
- MATLAB遗传算法工具包,内含标准遗传算法各函数及改进遗传算子的实现函数。-MATLAB genetic algorithm tool kit, containing the standard genetic algorithm to improve the function and genetic operators of the implementation function.
improvedGA
- 改进遗传算法(GA)部分代码,仅供学习者参考-Improved genetic algorithm (GA) part of code, for learner reference
BP_GA
- 用BP网络建立映射关系,为遗传算法提供适应度函数,通过改进遗传算法完成最小值优化-the mapped relation is built using BP network in order to provide fitness function for genetic algorithm. At last, optimization of minimum value is finished by genetic algorithm.
C
- C的改进遗传算法,Change any of these parameters to match your needs-C Improved Genetic Algorithm
improvedGA
- 此程序为改进遗传算法,使用了新的自然数编码方式,进一步缩短了染色体长度,提高了计算效率。-This program to improve the genetic algorithm, using a new natural number encoding to further shorten the chromosome length, improve the computational efficiency.
IGA
- 为改进遗传算法的源程序,采用了多次2-opt变异算子,进一步改进了计算结果。-The source code for the improved genetic algorithm using a number of 2-opt mutation operator to further improve the results.
GA
- VC 遗传算法。文件中包括多个程序代码,有最基本二进制遗传代码。 另外包含多个改进遗传算法代码,C语言开发。在VC下可运行。 唯一需要改进的是:第一:目标函数(结合你自己需要求解的问题) 第二:随机函数。(代码中是自己写的库,在一些电脑上运行不正确。可以换成已有的rand)。在我另外上传的一个资料中已经更正。但这是最原始的,容易理解。所以上传上来。-Gene Algorithm
tuxiangfenge
- 基于改进遗传算法的图像分割,算法中引入了优生算子、改进的变异算子和新个体,避免了局部早熟,提高了收敛速度和全局收敛能力。 -Based on improved genetic algorithm for image segmentation algorithm is introduced eugenics operator, the improved mutation operator and new individual, to av
改进遗传算法求最大值程序
- matlab的改进遗传算法求最大值程序,main函数是主函数,其他3个是子函数。具体内容见代码注释(Matlab improved genetic algorithm for maximum value procedures, main function is the primary function, and the other 3 are sub functions. See the code for details)
改进遗传算法MATLAB编程
- 对传统遗传算法进行了改进,简单易懂可运行(The traditional genetic algorithm is improved, which is simple, easy to understand and run)