搜索资源列表
-
2下载:
遗传算法程序
主要程序
ga.m 遗传算法核心程序
BinaryExample.m 二进制编码应用程序
FloatExample.m 浮点编码的应用程序
相关算子及函数
initializega.m 种群初始化函数
simpleXover.m 用于二进制编码的简单交叉算子
arithXover.m 用于浮点编码的算术交叉算子
binaryMutation 用于二进制编码的变异算子
nonMutation.m 用于浮点编码的非均匀变异算子
-
-
3下载:
遗传算法例程:通过MATLAB,以航班调度排序为例,实现遗传算法。,Genetic algorithm routines: the adoption of MATLAB, in order to sort Flight Scheduling as an example, the realization of genetic algorithm.
-
-
0下载:
该为遗传算法解决比赛项目排序问题,给出了过程分析,列出了比赛项目排序的模型,进行了方法的研究,最后用c语言编程实现了矩阵的导入,矩阵的转化,遗传算法.程序在解决此类问题,效果良好-The events for the genetic algorithm to solve scheduling problem, given the process of analysis, a list of events sort of model, carried out research on methods
-
-
0下载:
遗传算法的备选方案排序,C程序实现,供参考之用.-Genetic algorithm to sort the options, C program, for information purposes only.
-
-
1下载:
本算法为自适应遗传算法,采用基于排序的选择策略,编码方案为实数编码。能够解决很多优化问题!-The algorithm for the adaptive genetic algorithm, based on the sort of choice strategy, coding schemes for real-coded. Many optimization problems can be solved!
-
-
0下载:
带精英策略非支配排序遗传算法的应用实例。-The control strategy with elite sort of genetic algorithm, the application example.
-
-
0下载:
java 语言 遗传算法 排序 性能不错-java language sort of genetic algorithm performance is good
-
-
2下载:
在matlab环境下用遗传算法实现航班排序-The flights Sort genetic algorithm in Matlab environment
-
-
0下载:
简单的遗传算法MATLAB实现,解释详细,格雷编码,有交叉与变异操作,非线性排序选择-Simple genetic algorithm MATLAB realize, explained in detail, Gray code, there is crossover and mutation operation, nonlinear sort choose
-