搜索资源列表

  1. algorithm_GP

    0下载:
  2. 演化算法的示例代码,包括演化算法的全部实现过程,主要操作包括选择,交叉,变异-evolutionary algorithm code examples, including the evolution of the algorithm to achieve full process, including the operation of the main selection, crossover, Variation
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:12.37kb
    • 提供者:cai
  1. GA_Code

    0下载:
  2. 遗传算法的算法编程框架,包括编码,选择,交叉,变异等等,可执行,并赋有一定的注释,可以在基于此框架上编写自己的算法流程
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:12.04kb
    • 提供者:StephenChen
  1. yichuansuanfa_lunwen2

    1下载:
  2. 基于遗传算法的智能组卷研究与应用 详细介绍了改进的动态分层遗传算法应用于组卷问题的解决步骤,涵盖了其中的各项关键技术 包括模拟试题库的建立、组卷策略、编码方案、适应度函数的确定、选择交叉变异算子、动态分层遗传算法的实现等。
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:4.62mb
    • 提供者:lan
  1. 基因计算

    0下载:
  2. 简单遗传算法(SGA) 主要算法模块有:选择 交叉 变异 (三个遗传操作) 和 群体更新 -simple genetic algorithm (SGA) algorithm for the main modules are : choice of crossover and mutation (3 Genetic Manipulation) and update groups
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:3.99kb
    • 提供者:赵小美
  1. 讲述了遗传算法的过程的代码

    0下载:
  2. 讲述了遗传算法的过程的代码,选择交叉变异
  3. 所属分类:源码下载

  1. 基因计算

    0下载:
  2. 简单遗传算法(SGA) 主要算法模块有:选择 交叉 变异 (三个遗传操作) 和 群体更新 -simple genetic algorithm (SGA) algorithm for the main modules are : choice of crossover and mutation (3 Genetic Manipulation) and update groups
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-11-07
    • 文件大小:4kb
    • 提供者:赵小美
  1. algorithm_GP

    0下载:
  2. 演化算法的示例代码,包括演化算法的全部实现过程,主要操作包括选择,交叉,变异-evolutionary algorithm code examples, including the evolution of the algorithm to achieve full process, including the operation of the main selection, crossover, Variation
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-11-07
    • 文件大小:222kb
    • 提供者:
  1. GA_Code

    0下载:
  2. 遗传算法的算法编程框架,包括编码,选择,交叉,变异等等,可执行,并赋有一定的注释,可以在基于此框架上编写自己的算法流程-Genetic algorithm programming fr a mework, including the encoding, selection, crossover, mutation, etc., enforceable, and are endowed with certain notes, can be
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-11-07
    • 文件大小:12kb
    • 提供者:StephenChen
  1. yichuansuanfa_lunwen2

    0下载:
  2. 基于遗传算法的智能组卷研究与应用 详细介绍了改进的动态分层遗传算法应用于组卷问题的解决步骤,涵盖了其中的各项关键技术 包括模拟试题库的建立、组卷策略、编码方案、适应度函数的确定、选择交叉变异算子、动态分层遗传算法的实现等。 -Based on Genetic Algorithm Research and Application of Intelligent Test Paper detailed the improved ge
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-11-07
    • 文件大小:4.62mb
    • 提供者:lan
  1. GA

    0下载:
  2. 详细介绍GA的PPT,编码,解码,选择,交叉,变异,都是很好的指导性材料-GA details of the PPT, encoding, decoding, selection, crossover and mutation, are very good guidance material
  3. 所属分类:文件格式

    • 发布日期:2024-11-07
    • 文件大小:343kb
    • 提供者:周晓阳
  1. SGA

    0下载:
  2. 基本遗传算法代码实现,选择交叉变异 对于初学遗传算法的同志很有帮助,希望大家一起提高进步-Code to achieve the basic genetic algorithm, select the crossover and mutation genetic algorithm for beginners comrades helpful, hope all of us to improve progress
  3. 所属分类:书籍源码

    • 发布日期:2024-11-07
    • 文件大小:3kb
    • 提供者:李娟
  1. GA-1

    0下载:
  2. 遗传算法求解函数极值问题。完整实现了遗传算法的选择/交叉/变异等功能,可设定交叉和变异概率。C++语言,输出为文件形式-Genetic Algorithm for function extremum problem. Full realization of the genetic algorithm selection/crossover/mutation and other functions, can be set crossove
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-11-07
    • 文件大小:2kb
    • 提供者:arrow
  1. cross

    0下载:
  2. 遗传算法分程序 选择交叉变异源程序 谢谢大家-GA selection crossover mutation
  3. 所属分类:matlab例程

    • 发布日期:2024-11-07
    • 文件大小:2kb
    • 提供者:刘明
  1. GA

    0下载:
  2. 遗传算法 0-1背包问题的代码 初始群体 选择 交叉 变异 评估函-0-1 knapsack problem genetic algorithm code for the initial assessment of functional group selection crossover and mutation
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-11-07
    • 文件大小:2kb
    • 提供者:甘孟壮
  1. traveling_salesman

    0下载:
  2. 遗传算法 旅行商路径优化 编码选择交叉变异解码-Genetic algorithm optimization of traveling salesman path selection crossover and mutation encoding decoding
  3. 所属分类:matlab例程

    • 发布日期:2024-11-07
    • 文件大小:3kb
    • 提供者:夏卞
  1. GA

    0下载:
  2. 基本的遗传算法,实现了基本遗传算法的选择交叉变异等操作,对于初学遗传算法有一定的参考价值-Basic genetic algorithm, the choice of the basic genetic algorithm crossover and mutation operations, the genetic algorithm for the beginner has some reference value
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-11-07
    • 文件大小:10kb
    • 提供者:小朱
  1. matlab-GA

    0下载:
  2. matlab实现的遗传算法,包括编码,解码,选择,交叉,变异,每个过程都有独立的m文件,外加上一个PDF说明-matlab implementation of the genetic algorithm, including encoding, decoding, selection, crossover and mutation, each process has its own m-files, plus a PDF descr i
  3. 所属分类:matlab例程

    • 发布日期:2024-11-07
    • 文件大小:228kb
    • 提供者:heizi
  1. GA

    0下载:
  2. 遗传算法求函数最值问题 matlab代码 使用轮盘赌选择 交叉 变异-Genetic algorithm for function most value problem matlab code crossover and mutation using the roulette wheel selection
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-11-07
    • 文件大小:1kb
    • 提供者:小新
  1. ga

    0下载:
  2. 简单介绍了遗传算法的相关matlab程序 遗传算法包括选择交叉变异等步骤-particle filter ga algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-11-07
    • 文件大小:1022kb
    • 提供者:brandon
  1. 28504749SGA

    0下载:
  2. 实现简单的遗传算法,选择交叉变异 ,自己调试过可以运行(To achieve a simple genetic algorithm, select cross variation)
  3. 所属分类:汇编语言

    • 发布日期:2024-11-07
    • 文件大小:62kb
    • 提供者:Msunshine
« 12 3 4 5 6 7 8 9 10 ... 22 »

源码中国 www.ymcn.org