CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 选择交叉变异

搜索资源列表

  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. 讲述了遗传算法的过程的代码

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

  1. GA

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

    • 发布日期:2017-04-02
    • 文件大小:342.65kb
    • 提供者:周晓阳
  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. 所属分类:source in ebook

    • 发布日期:2017-04-13
    • 文件大小:3.03kb
    • 提供者:李娟
  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 crossover and mutation probability. C+
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:1.99kb
    • 提供者:arrow
  1. cross

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

    • 发布日期:2017-04-13
    • 文件大小:2.11kb
    • 提供者:刘明
  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. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1.67kb
    • 提供者:甘孟壮
  1. traveling_salesman

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

    • 发布日期:2017-03-29
    • 文件大小:2.5kb
    • 提供者:夏卞
  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. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:9.93kb
    • 提供者:小朱
  1. matlab-GA

    1下载:
  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 iption
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:227.81kb
    • 提供者:heizi
  1. GA

    1下载:
  2. 遗传算法求函数最值问题 matlab代码 使用轮盘赌选择 交叉 变异-Genetic algorithm for function most value problem matlab code crossover and mutation using the roulette wheel selection
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1.42kb
    • 提供者:小新
  1. ga

    0下载:
  2. 简单介绍了遗传算法的相关matlab程序 遗传算法包括选择交叉变异等步骤-particle filter ga algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-06
    • 文件大小:1021.68kb
    • 提供者:brandon
  1. NicheGeneticAlgorithm

    0下载:
  2. 小生境遗传算法Matlab实现,采用实值编码,选择交叉变异算子-Niche genetic algorithm to achieve Matlab
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:1.28kb
    • 提供者:hello
  1. GA

    0下载:
  2. 遗传算法来解决目标优化问题 用到选择交叉变异-Genetic algorithm to solve the problem of the objective optimization used to select the crossover and mutation
  3. 所属分类:Other systems

    • 发布日期:2017-11-23
    • 文件大小:8.67kb
    • 提供者:jean gao
  1. GAalgorithm

    0下载:
  2. 遗传算法求解非凸函数的极值,包含选择交叉变异子函数-Using Genetic algorithm to solve the extremum of non-convex function
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:2.7kb
    • 提供者:zhangyuan
  1. 28504749SGA

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

    • 发布日期:2017-12-24
    • 文件大小:62kb
    • 提供者:Msunshine
  1. 遗传算法 Python

    1下载:
  2. 用Pyhon语言编写的遗传算法(genetic algorithm),包括选择交叉变异算子
  3. 所属分类:人工智能/神经网络/遗传算法

« 12 3 4 5 6 7 8 9 10 ... 21 »
搜珍网 www.dssz.com