搜索资源列表
改进遗传算法-郭涛算法做最优化问题很管用
- 改进遗传算法-郭涛算法做最优化问题很管用,算法的基本思想是 先任意产生n个随机数,然后从n个数里随机选择m个数,再有这m个 数合成一个新数,将这个新数同n个数中间适应值函数值的最差的比较, 如果好的话就取代最差的那个,如果它比最好的还要好的话,则把最好的 也取代。如果比最差的坏,则重新合成一个新数。依次循环下去。 程序的奇妙之处是GA_crossover()函数,产生的新数确实比较好,看看 那位大侠能改进一下,产生比这跟好的数。-improved genetic algo
GABP.利用改进遗传优化算法解决BP神经网络中局部最小问题
- matlab格式源代码。功能:利用改进遗传优化算法解决BP神经网络中局部最小问题。,matlab source code format. Function: the use of improved genetic optimization algorithm BP neural network to solve local minimum problems.
GAToolbox.rar
- MATLAB遗传算法工具包,内含标准遗传算法各函数及改进遗传算子的实现函数。,MATLAB genetic algorithm tool kit, containing the standard genetic algorithm to improve the function and genetic operators of the implementation function.
Niching_GA
- 结合小生境技术的改进遗传算法,对学习遗传算法的朋友提供一个很好的参考!-Niching GA is very usful and effective for learning GA.
improvedGA
- 改进遗传算法(GA)部分代码,仅供学习者参考-Improved genetic algorithm (GA) part of code, for learner reference
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 avoid premature local, to improv
nsga2-v1.1
- 用C语言实现的改进遗传算法,主要用于非线性多目标函数的优化。 -This code can be used in the multi-objective optimization.
GA_TSP
- 用改进遗传算法解决旅行商问题,以寻求最优解-Using improved genetic algorithm to solve traveling salesman problem, to find the optimal solution
genetic
- 实现遗传算法,主要采用自适应交叉算子改进遗传算法。-Genetic algorithm to achieve the main adaptive crossover improved genetic algorithm.
GA
- MATLAB实现的改进遗传算法程序,希望对大家有所作用。-MATLAB program to achieve the improved genetic algorithm, we hope to effect.
ga
- 求解电力系统无功优化的改进遗传算法程序,程序效率高,推荐-Solving reactive power optimization of improved genetic algorithm
GA
- 改进遗传算法程序,用来优化参数的选择,很好用的方法-GA
微电网在电力系统中的改进遗传算法优化
- 用于微电网在电力系统中的改进遗传算法优化,仿真运行-Improved Genetic Algorithm for micro-grid power system optimization, simulation run
改进遗传算法求最大值程序
- 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)
改进遗传算法
- 改进的遗传算法,求解路径寻优的问题,加快了寻找全局最优解的速度(The improved genetic algorithm solves the problem of path optimization and accelerates the speed of finding the global optimal solution)
基于凸_改进遗传算法的圆阵列方向图联合优化_袁飞
- 一种新的基于凸优化和改进遗传算法的优化方法。(An optimum method based on genetic algorithm and convex optimization is presented in this paper.)