CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - ant

搜索资源列表

  1. ant

    0下载:
  2. 蚁群算法( ant colony algorithm) 是由意大利学者 Dorigo 等人[1 ,2 ] 于20 世纪90 年代初期通过模拟自然界 中蚂蚁集体寻径的行为而提出的一种基于种群的启发 式仿生进化系统。蚁群算法包含两个基本阶段:适应阶 段和协作阶段。在适应阶段,各候选解根据积累的信息 不断调整自身结构。在协作阶段,候选解之间通过信息 交流,以期望产生性能更好的解,这类似于学习自动机 的学习机制。蚁群算法最早成功应用于解决著名的旅 行商问
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:5347
    • 提供者:jay chou
  1. P07164389[1].pdf

    0下载:
  2. Ant colony Algorithm for Vehicle Routing Problem wiht ComPleiton Time the pdf. it s useful to stuy GA for reader.-Ant colony Algorithm for Vehicle Routing Problem wiht ComPleiton Time the pdf. It' s useful to stuy GA for reader.
  3. 所属分类:Editor

    • 发布日期:2017-03-23
    • 文件大小:200177
    • 提供者:lisea
  1. P07298198[1].pdf

    0下载:
  2. An Application of the Combination of Ant Colony Algorithm and Neural Network. thank you for your download.-An Application of the Combination of Ant Colony Algorithm and Neural Network. Thank you for your download.
  3. 所属分类:Editor

    • 发布日期:2017-04-08
    • 文件大小:824314
    • 提供者:lisea
  1. ant

    1下载:
  2. 蚁群算法的C语言实验,如有不足,还请大家多多改正-Ant colony algorithm C-language test and, if inadequate, but also please correct lot
  3. 所属分类:source in ebook

    • 发布日期:2017-04-14
    • 文件大小:4059
    • 提供者:徐军
  1. ACO

    0下载:
  2. 蚁群算法源代码,无须修改便可以直接编译执行-Ant colony algorithm source code, no need to change the implementation can be directly translated
  3. 所属分类:MPI

    • 发布日期:2017-03-29
    • 文件大小:178050
    • 提供者:
  1. yiqunAdhoc

    0下载:
  2. 该文件包含了蚁群算法的Adhoc多路径路由协议,对初学者很有用-This file contains the ant colony algorithm Adhoc multi-path routing protocol, useful for beginners
  3. 所属分类:source in ebook

    • 发布日期:2017-03-31
    • 文件大小:299994
    • 提供者:xiayu
  1. VRP

    1下载:
  2. 31个城市的VRP进行蚁群算法求解的matlab源码-31 cities, ant colony algorithm for VRP to the matlab source code
  3. 所属分类:source in ebook

    • 发布日期:2017-03-26
    • 文件大小:2159
    • 提供者:叶宏
  1. ant

    0下载:
  2. 用蚁群算法解决TSP问题,该程序并非本人编写,见谅!-using ant colony to solve problem of TSP,this program is not created by me,forgiving me!
  3. 所属分类:MPI

    • 发布日期:2017-05-01
    • 文件大小:722217
    • 提供者:牛当当
  1. ANT

    0下载:
  2. 蚁群算法 解决车辆路径问题应用软件 VC-ant colony algorithm[VC++]
  3. 所属分类:assembly language

    • 发布日期:2017-04-16
    • 文件大小:11139
    • 提供者:xumeng
  1. ant

    0下载:
  2. 蚁群算法(ant colony optimization, ACO),又称蚂蚁算法,是一种用来在图中寻找优化路径的机率型算法。-The ant colony algorithm (ant colony optimization, ACO), also known as ant algorithm the the probability type algorithm is a method for finding the optimal path in the graph.
  3. 所属分类:source in ebook

    • 发布日期:2017-11-21
    • 文件大小:18781
    • 提供者:xx
  1. ant

    0下载:
  2. 蚁群算法是一种较新型的求解大规摸问题的群体智能算法,本源代码用于求解TSP问题-The ant colony algorithm is a more swarm intelligence algorithm to solve the problem of large-scale touch the source code used for solving TSP
  3. 所属分类:source in ebook

    • 发布日期:2017-11-26
    • 文件大小:2759
    • 提供者:马邦雄
  1. Ant-Colony-Algorithmmatlab

    0下载:
  2. 蚁群算法是一种用来在图中寻找优化路径的机率型算法-Ant colony algorithm is a method used in the diagram to find the optimal path probability-based algorithm
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:11224
    • 提供者:范振凯
  1. ant

    0下载:
  2. 这是一款蚂蚁算法的源代码,希望对你有帮助!-This is an ant algorithm source code, I hope to help you!
  3. 所属分类:assembly language

    • 发布日期:2017-04-07
    • 文件大小:18721
    • 提供者:卫小庄
  1. ant

    0下载:
  2. 经典蚁群算法 常用语解决tsp,多路径路由问题-Classical ant colony algorithm to solve common language tsp, multi-path routing problem
  3. 所属分类:source in ebook

    • 发布日期:2017-04-11
    • 文件大小:653
    • 提供者:严敏瑞
  1. ant-cPP

    0下载:
  2. 基于C++编程环境下的蚁群算法的入门指导教程-Ant colony algorithm based on C++ tutorial
  3. 所属分类:source in ebook

    • 发布日期:2017-04-25
    • 文件大小:164358
    • 提供者:祝民鹏
  1. ant-colony-optimization

    0下载:
  2. 蚁群算法,最大最小蚁群算法,用C++编写-max-min ant system,written by visual C++
  3. 所属分类:assembly language

    • 发布日期:2017-04-29
    • 文件大小:10714
    • 提供者:但灵芝
  1. ant-algorithm-twodemension

    2下载:
  2. matlab智能算法基于蚁群算法的二维路径规划(案例背景为在一个200*200的空间中找寻从起点S到终点D的最优路径)-ant colony algorithm find the beat path between two points in a two dimension place
  3. 所属分类:source in ebook

    • 发布日期:2017-04-08
    • 文件大小:3163
    • 提供者:zj
  1. Ant-colony-algorithm

    0下载:
  2. 蚁群算法详解,适合求解各种小型问题,能得出预期的结果。-Ant colony algorithm explanation, suitable for all kinds of small problems to solve, can obtain the expected result
  3. 所属分类:source in ebook

    • 发布日期:2017-05-07
    • 文件大小:1056150
    • 提供者:李瑞
  1. apache-ant-1.8.4-bin

    1下载:
  2. apache ant编译器,apache公司为程序员开发地方编译程序(apache ant compiler, apache programmers to develop local compiler)
  3. 所属分类:编译器/解释器

    • 发布日期:2019-03-12
    • 文件大小:8043520
    • 提供者:张磊
  1. Ant Lion Optimizer (ALO)

    1下载:
  2. ALO 算法核心思想是模拟蚁狮捕猎蚂蚁的狩猎机制以实现全局寻优。蚁狮在捕猎前会在在沙质土中利用其巨大的下颚挖出一个漏斗状的陷阱,并藏在陷阱底部等待猎物到来。一旦随机游走的蚂蚁落入陷阱时,蚁狮迅速将其捕食,随后重新修缮陷阱等待下一次捕猎。(The core idea of the ALO algorithm is to simulate the hunting mechanism of the ant lion hunting ants to achieve global optimization
  3. 所属分类:汇编语言

    • 发布日期:2021-03-04
    • 文件大小:157696
    • 提供者:程杰
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com