CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - genetic

搜索资源列表

  1. MATLAB遗传算法工具箱及应用

    0下载:
  2. MATLAB中含有遗传算法的工具箱,该文档详细介绍了该工具箱的使用说明(MATLAB contains genetic algorithm toolbox, the document details the use of the toolbox)
  3. 所属分类:文章/文档

    • 发布日期:2017-09-20
    • 文件大小:9702400
    • 提供者:dcrdcr
  1. 简单函数优化的遗传算法程序

    0下载:
  2. 遗传算法是一种基于生物自然选择与遗传机理的随机搜索与优化方法。(Genetic algorithm (GA) is a random search and optimization method based on biological natural selection and genetic mechanism.)
  3. 所属分类:文章/文档

    • 发布日期:2017-12-28
    • 文件大小:4096
    • 提供者:刘曼
  1. 旅行商

    0下载:
  2. matlab里使用遗传算法,这种算法可以求解一种旅行商问题(mtsp)(Matlab uses genetic algorithms, which can be used to solve a traveling salesman problem (MTSP))
  3. 所属分类:软件工程

  1. 遗传算法课件与程序

    0下载:
  2. 遗传算法课件与程序,matlab遗传算法程序包(Genetic algorithm courseware and program, matlab genetic algorithm package)
  3. 所属分类:文章/文档

  1. 3 IJETR042433

    0下载:
  2. Increasing population diversity in genetic algorithm for solving Two-Dimensional nesting problems
  3. 所属分类:文章/文档

    • 发布日期:2017-12-30
    • 文件大小:786432
    • 提供者:kerkuklu
  1. 基于遗传算法的智能题库系统设计_蔡国民

    1下载:
  2. 该文章阐述了基于遗传算法的智能题库系统的设计方法,有一定的的参考学习价值。(This paper expounds the design method of intelligent item bank system based on genetic algorithm, which has certain reference learning value.)
  3. 所属分类:系统设计方案

    • 发布日期:2018-01-01
    • 文件大小:226304
    • 提供者:胡闹
  1. 遗传算法

    0下载:
  2. 遗传算法实现优化问题,附有例题以及程序,非常实用。(Genetic algorithm for optimization problems)
  3. 所属分类:文章/文档

    • 发布日期:2018-01-02
    • 文件大小:6144
    • 提供者:行者W
  1. 现代优化计算方法

    0下载:
  2. 现代优化计算方法,介绍遗传算法,蚁群算法等智能优化方法(Modern optimization methods, such as genetic algorithm, ant colony algorithm and other intelligent optimization methods)
  3. 所属分类:文章/文档

    • 发布日期:2018-01-04
    • 文件大小:4205568
    • 提供者:L莫尔
  1. 1196-MATLAB遗传算法工具箱及应用

    0下载:
  2. 这是一个遗传算法工具箱应用的电子版文档,希望对大家有所帮助(This is a genetic algorithm toolbox electronic version of the document, I hope to be helpful to everyone)
  3. 所属分类:文章/文档

    • 发布日期:2018-01-07
    • 文件大小:9774080
    • 提供者:贾娇娇
  1. 遗传算法代码

    0下载:
  2. 代码,用于遗传算法的基础代码,最简单的一种(Code, the basic code for genetic algorithms, the simplest)
  3. 所属分类:文章/文档

    • 发布日期:2018-01-07
    • 文件大小:1024
    • 提供者:matlabsuv
  1. 遗传pid

    0下载:
  2. 基本的基于遗传算法的pid控制,在matlab平台上运行(genetic algorithm pid)
  3. 所属分类:文章/文档

    • 发布日期:2018-04-20
    • 文件大小:2048
    • 提供者:finder2017
  1. MATLAB智能算法30个案例分析程序

    2下载:
  2. 蚁群算法、遗传算法、免疫算法等智能优化算法应用代码(Application code of intelligent optimization algorithms, such as ant colony algorithm, genetic algorithm, immune algorithm and so on)
  3. 所属分类:软件工程

  1. 粒子群优化算法

    0下载:
  2. 粒子群优化(PSO)是一种进化计算技术(进化计算)。 捕食鸟行为的研究。粒子群算法(PSO)的基本思想是通过群体中个体之间的协作和信息共享找到最优解。 粒子群优化算法的优点是它简单且易于实现,没有多个参数。目前,它已广泛应用于函数优化、神经网络训练、模糊系统控制等遗传算法中。(The particle swarm optimization (PSO:Particle swarm optimization) is an evolutionary computing technology (Ev
  3. 所属分类:文章/文档

  1. ga

    0下载:
  2. genetic algorithm;11111111
  3. 所属分类:文章/文档

    • 发布日期:2018-04-21
    • 文件大小:21504
    • 提供者:tobie
  1. 基于Rayleigh波理论的地基土动参数反演

    0下载:
  2. 本文从环境振动的影响出发,基于Raylei曲波理论研究了层状地基土模型 的频散曲线、截止频率等特性,利用遗传算法对地基土剪切波速进行了反演,进 而得到地基土的其它动参数。(In this paper, based on the influence of environmental vibration, based on the Raylei Qu Bo theory, the layered soil model is studied. With the characteristics o
  3. 所属分类:文章/文档

    • 发布日期:2018-04-22
    • 文件大小:3152896
    • 提供者:王麻子剪刀
  1. 简单vrp实例代码 保证可用

    2下载:
  2. 基于遗传算法的车辆路径问题求解。本文件夹奥阔修改后的遗传算法实例代码 保证可用 (适合初学者和小白)(The problem of vehicle routing problem based on genetic algorithm is solved. This folder Aokuo modified genetic algorithm code examples to ensure that available (for beginners and white))
  3. 所属分类:文章/文档

    • 发布日期:2018-04-28
    • 文件大小:2048
    • 提供者:西瓜331
  1. 基于遗传算法的多机器人避障程序

    2下载:
  2. 遗传算法的避障程序,在MATLAB即可打开(The obstacle avoidance program of the genetic algorithm can be opened in MATLAB)
  3. 所属分类:文章/文档

    • 发布日期:2018-04-29
    • 文件大小:23552
    • 提供者:fffgwergre
  1. 在PHP中利用遗传算法组卷1

    0下载:
  2. 遗传算法的重要文档,非常重要,各种技术都在里面了(genetic algorithm paper important files)
  3. 所属分类:文章/文档

    • 发布日期:2018-04-30
    • 文件大小:1075200
    • 提供者:sunny567890
  1. 遗传算法VRP

    0下载:
  2. 使用遗传算法求解vrp问题,使用matlab编程(Using Genetic Algorithm to Solve the Problem of vrp)
  3. 所属分类:文章/文档

    • 发布日期:2018-05-01
    • 文件大小:7168
    • 提供者:小柠檬233
  1. 智能优化算法及其应用

    0下载:
  2. 介绍了模拟退火,遗传算法等优化算法、神经网络、混合优化算法等(The optimization algorithms such as simulated annealing, genetic algorithm, neural network and hybrid optimization algorithm are introduced.)
  3. 所属分类:文章/文档

    • 发布日期:2018-05-07
    • 文件大小:11054080
    • 提供者:ljraindot
« 1 2 ... 29 30 31 32 33 3435 »
搜珍网 www.dssz.com