搜索资源列表
20056153639781
- 本文采用C++开发遗传算法,并由次算法解决最短路算法,函数最优化算法,取得了良好的效果。-this paper, C development of genetic algorithms, meeting with the shortest path algorithm for solving algorithms, function optimization algorithm, achieved good results.
m5
- 详细说明: 用遗传算法解决函数优化问题原代码 求出最优解与迭代次数
SGA
- 实现基本遗传算法对Rosenbrock函数的全局最大值的计算,可以通过改变遗传算子和染色体的编码解码来实现基本遗传算法通用性。-Genetic algorithm to achieve the basic function of Rosenbrock calculation of the overall maximum value, you can by changing the genetic operator and chromosome codec to achieve universal
matlab-ga
- 遗传算法寻优程序实例 用遗传算法对函数寻优-GA matlab
work
- 针对带时间窗的车辆配送问题,用遗传算法,有很多程序,这些程序都是对遗传算法中需要的函数注释以及函数用途说明。并且画图来看遗传算法的优化过程和迭代次数及最优解-For vehicles with time window distribution problem, using genetic algorithms, there are many programs that are required for the function of the genetic algorithm function
work--VRP
- 是对VRP问题,使用改进的遗传算法,这是针对论文写的代码,所以很详细,并且对函数和变量都进行注释说明,当然画图是必不可少的-VRP is a problem, use of improved genetic algorithm, which is to write the code for the paper, so very detailed, and have carried on the functions and variables explanatory notes, of cours
GA4
- 多变量的优化问题的遗传算法,该算法具有通用性只需改变变量的区间和适应度函数即可。-multi-parameter optimization. you can change the areas of the parameters and the fitness function
generic-algorithm
- 本程序试用遗传算法来解决Rosenbrock函数全局最大值计算问题-solve the max problem of Rosenbrock function