CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 蚂蚁算法

搜索资源列表

  1. 蚂蚁算法求解TSP的源代码

    1下载:
  2. 基于C++开发的蚂蚁算法求解TSP的源程序。这种代码不多见哦,还不快下载。-C development based on the ant algorithm for TSP of the source. This code rare Oh, not faster download.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:10844
    • 提供者:周志连
  1. 浅谈蚂蚁算法

    0下载:
  2. 蚂蚁算法的分析与举例。-ant algorithm analysis and examples.
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:174915
    • 提供者:张科
  1. 机器人路径规划蚂蚁算法

    2下载:
  2. 这是一个关于蚂蚁算法在机器人路径寻优应用方面的一个幻灯片,希望对对大家有所帮助。-This is one of the ant algorithm robot path optimization application of a slide, and I hope to be helpful to everyone.
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:29582
    • 提供者:宁黎华
  1. 改进智能蚂蚁算法

    9下载:
  2. 智能蚂蚁算法——蚁群算法的改进 求解VRP问题 求解TSP问题-smart ant algorithm -- ant colony algorithm improvements for VRP for TSP
  3. 所属分类:C#编程

    • 发布日期:2013-11-23
    • 文件大小:42986
    • 提供者:程方
  1. 蚂蚁算法

    1下载:
  2. VC++设计的蚂蚁算法在TSP问题中的应用 方便学习蚂蚁算法 -VC design Ant Algorithm in the TSP of ants facilitate learning algorithm
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:176817
    • 提供者:xjt
  1. aca_path.rar

    0下载:
  2. 利用蚂蚁算法求解最短路径问题,稍作修改既可以用于移动机器人路径规划当中。,Ants use the shortest path algorithm to solve the problem, with some slight modifications can be used in mobile robot path planning among them.
  3. 所属分类:matlab例程

    • 发布日期:2017-03-26
    • 文件大小:8476
    • 提供者:付他
  1. FOA

    0下载:
  2. 台湾学者新发现的一种新型的算法,可以和遗传算法、蚂蚁算法对比学习。[潘文超]果蠅最佳化演算法_簡體版-Taiwan scholars discovered a new type of algorithm that can and genetic algorithms, ant algorithms comparison study. [Pan Chao] Drosophila optimization algorithms _ Simplified
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:1718359
    • 提供者:情何以堪
  1. yiqunsanfa

    0下载:
  2. 小蚂蚁算法在图象分割的代码,编程环境matlab-Small ant algorithm to image segmentation code, matlab programming environment
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:1223
    • 提供者:zengye888
  1. ant

    1下载:
  2. 蚂蚁算法小程序,比较好用,大家可以下来看一下,交流一下-Ant Algorithm applet to compare ease of use, we can look under the exchange of about
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:12333
    • 提供者:提阿宁
  1. acs

    2下载:
  2. 利用蚂蚁算法求解TSP问题的matlab源程序,适合初学蚂蚁算法的朋友学习,同时又利于理解TSP问题。-The use of ant algorithm matlab source TSP problem, suitable for beginners to learn ant algorithm friends, but also conducive to understanding the problem TSP.
  3. 所属分类:matlab

    • 发布日期:2015-12-31
    • 文件大小:2903
    • 提供者:付他
  1. Ant_Colony_Optimization_1

    0下载:
  2. 详细讲解蚂蚁优化算法的ppt课件。通过对课件的学习可以掌握最基本的蚂蚁算法的原理和基本应用领域。-Explain in detail the optimization algorithm ants ppt courseware. By learning courseware can acquire the most basic principle of ant algorithm and basic applications.
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:24424
    • 提供者:付他
  1. ant_colony_elitists

    0下载:
  2. 利用改进的蚂蚁算法,即带精英策略的蚂蚁算法,求解TSP问题。对深入理解蚂蚁算法的优化原理很有帮助。-Improved ant algorithm, that is, with the elite strategy of ant algorithm for solving TSP problems. Ant Algorithm-depth understanding of the principle of optimality helpful.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:3127
    • 提供者:付他
  1. AntTSPsrc10

    0下载:
  2. 一个Java Applet,用于蚂蚁算法的演示-A Java Applet, a demo for the Ant Algorithm
  3. 所属分类:Applet

    • 发布日期:2017-04-24
    • 文件大小:17502
    • 提供者:Dennis
  1. ACO-TSP

    0下载:
  2. 利用蚁群算法解决旅行商问题,其中运用智能蚂蚁算法-Using Ant Colony Optimization Algorithm to solve Traveling Salesman Problem
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:74112
    • 提供者:波波
  1. Genetic-Ant

    0下载:
  2. 遗传算法和蚂蚁算法融合的代码,比较好的利用了两种代码的优点,有很好的参考价值-Genetic Algorithm and Ant Algorithm code integration, better use of the advantages of two kinds of code, have a good reference value
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:182166
    • 提供者:liuhui
  1. ant

    1下载:
  2. C++的蚂蚁算法源代码,用户可作必要变化即可直接应用-ant
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:14481
    • 提供者:jarrychou
  1. 蚂蚁算法

    0下载:
  2. 蚂蚁算法的源代码,用于解决tsp等问题。(Ant algorithm source code, used to solve TSP and other issues.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-29
    • 文件大小:18432
    • 提供者:wanwanyu
  1. 蚂蚁算法

    0下载:
  2. 蚁群算法又叫蚂蚁算法,借助蚂蚁的一些生活方式进行问题的解决,最著名的就是TSP问题(Ant colony algorithm, also called ant colony algorithm, solves the problem by means of some way of life of ants. The most famous problem is the TSP problem)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-29
    • 文件大小:10240
    • 提供者:春1
  1. matlab蚂蚁算法VRP

    1下载:
  2. matlab 蚂蚁算法 进行VRP 计算(Matlab Ant Algorithms for VRP Computing)
  3. 所属分类:进化算法

    • 发布日期:2020-04-12
    • 文件大小:6144
    • 提供者:b坏鱼f
  1. 基于蚂蚁算法的移动机器人三维路径规划代码

    1下载:
  2. 基于蚂蚁算法的三维航迹规划,程序可以运行,亲测有效(Three dimensional path planning based on ant algorithm, the program can run, and the pro test is effective)
  3. 所属分类:汇编语言

    • 发布日期:2020-06-27
    • 文件大小:6144
    • 提供者:周0231
« 12 3 4 5 6 7 8 9 10 ... 19 »
搜珍网 www.dssz.com