搜索资源列表
GAGJ)
- 改进的GA. fga.m 为遗传算法的主程序 采用二进制Gray编码,采用基于轮盘赌法的非线性排名选择, 均匀交叉,变异操作,而且还引入了倒位操作! -improved GA. Fga.m for the main program of genetic algorithm using binary Gray code, Based on the roulette method of nonlinear ranking choic
myGA
- 我自己的遗传算法工具箱,支持多种编码和交叉变异操作,需要的请自行下载-my own genetic algorithm toolbox, which supports multiple coding and cross - mutation, the need to please download
algorithm_GP
- 演化算法的示例代码,包括演化算法的全部实现过程,主要操作包括选择,交叉,变异-evolutionary algorithm code examples, including the evolution of the algorithm to achieve full process, including the operation of the main selection, crossover, Variation
GA_Code
- 遗传算法的算法编程框架,包括编码,选择,交叉,变异等等,可执行,并赋有一定的注释,可以在基于此框架上编写自己的算法流程
yichuansuanfa_lunwen2
- 基于遗传算法的智能组卷研究与应用 详细介绍了改进的动态分层遗传算法应用于组卷问题的解决步骤,涵盖了其中的各项关键技术 包括模拟试题库的建立、组卷策略、编码方案、适应度函数的确定、选择交叉变异算子、动态分层遗传算法的实现等。
基因计算
- 简单遗传算法(SGA) 主要算法模块有:选择 交叉 变异 (三个遗传操作) 和 群体更新 -simple genetic algorithm (SGA) algorithm for the main modules are : choice of crossover and mutation (3 Genetic Manipulation) and update groups
讲述了遗传算法的过程的代码
- 讲述了遗传算法的过程的代码,选择交叉变异
基因计算
- 简单遗传算法(SGA) 主要算法模块有:选择 交叉 变异 (三个遗传操作) 和 群体更新 -simple genetic algorithm (SGA) algorithm for the main modules are : choice of crossover and mutation (3 Genetic Manipulation) and update groups
ycsf
- 本程序演示的是用简单遗传算法随机一个种群,然后根据所给的交叉率,变异率,世代数计算最大适应度所在的代数-demonstration of this program is simple genetic algorithm used a random population, according to the cross-rate, the rate variation, calculated for generations to adapt
VC_GAD
- 简单遗传算法VC实现,包括选择,交叉,变异以及种群初始化-simple genetic algorithm VC, including the selection, crossover and mutation, and initialization Stocks
duodianjiaocha
- 用多点交叉实现遗传算法,能够自主选择种群大小、变异率、交叉率以及染色体编码的输出,结果输出为文本。-with more cross-Genetic algorithm, can choose the size of population, the mutation rate, chromosome cross-rate encoding and output, the output text.
fencen
- 用分层实现遗传算法,高、低两个层次并行运行,自主选择种群规模、变异率及两层的交叉率,结果以文本方式输出。-layered with Genetic algorithms, low- and high-level parallel operations, choosing their own population size, mutation rate and the two-tier cross-rates, the results i
ADAPTIVEGA
- ADPTIVE GA是改进遗传算法程序,提供了各种交叉算子,变异算子,具有强大的计算功能-ADPTIVE GA is improved genetic algorithms and procedures, and providing a variety of cross-operator, mutation operator, with powerful computing capabilities
GAGJ)
- 改进的GA. fga.m 为遗传算法的主程序 采用二进制Gray编码,采用基于轮盘赌法的非线性排名选择, 均匀交叉,变异操作,而且还引入了倒位操作! -improved GA. Fga.m for the main program of genetic algorithm using binary Gray code, Based on the roulette method of nonlinear ranking choic
myGA
- 我自己的遗传算法工具箱,支持多种编码和交叉变异操作,需要的请自行下载-my own genetic algorithm toolbox, which supports multiple coding and cross- mutation, the need to please download
algorithm_GP
- 演化算法的示例代码,包括演化算法的全部实现过程,主要操作包括选择,交叉,变异-evolutionary algorithm code examples, including the evolution of the algorithm to achieve full process, including the operation of the main selection, crossover, Variation
GA-1
- 遗传算法求解函数极值问题。完整实现了遗传算法的选择/交叉/变异等功能,可设定交叉和变异概率。C++语言,输出为文件形式-Genetic Algorithm for function extremum problem. Full realization of the genetic algorithm selection/crossover/mutation and other functions, can be set crossove
cross
- 遗传算法分程序 选择交叉变异源程序 谢谢大家-GA selection crossover mutation
_基于交叉库与并行变异的自适应遗传算法_苗振华
- 遗传算法在交叉,变异中的并行关系。。。。。。。。。(Parallel relation of genetic algorithm in crossover and mutation)
28504749SGA
- 实现简单的遗传算法,选择交叉变异 ,自己调试过可以运行(To achieve a simple genetic algorithm, select cross variation)