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

搜索资源列表

  1. CEC04_ECH

    0下载:
  2. 一篇关于蚁群优化算法的英文文章,该文章提出关于蚁群优化算法的一些改进及应用,很有价值
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:353249
    • 提供者:陈鑫
  1. antTSP

    0下载:
  2. Java语言开发,完整的,能运行的蚁群TSP算法源代码-Java, complete TSP can run the ant colony algorithm source code
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:162200
    • 提供者:chenxuyuan
  1. Ant

    0下载:
  2. JS版的蚁群算法。主要是为了交流学习。由于机器配置有限,还有待完善!-JS version of the ant colony algorithm. Primarily to exchange learning. As the machine configuration is limited, have to be perfect!
  3. 所属分类:JavaScript

    • 发布日期:2017-03-31
    • 文件大小:1429
    • 提供者:阿海
  1. ACO_Demo

    0下载:
  2. 这是一个模拟蚂蚁觅食过程的蚁群算法工程包,将此包导入到myeclipse后即可看到演示结果-This is a process of simulated ants foraging ant colony algorithm works package to import this package myeclipse can see the demo results ...
  3. 所属分类:Java Develop

    • 发布日期:2017-11-16
    • 文件大小:11811
    • 提供者:李秀
  1. aaaaa

    0下载:
  2. 蚁群算法(ant colony optimization, ACO),又称蚂蚁算法,是一种用来在图中寻找优化路径的机率型算法。它由Marco Dorigo于1992年在他的博士论文中提出,其灵感来源于蚂蚁在寻找食物过程中发现路径的行为。蚁群算法是一种模拟进化算法,初步的研究表明该算法具有许多优良的性质。针对PID控制器参数优化设计问题,将蚁群算法设计的结果与遗传算法设计的结果进行了比较,数值仿真结果表明,蚁群算法具有一种新的模拟进化优化方法的有效性和应用价值。-Ant Colony Algori
  3. 所属分类:FlashMX/Flex

    • 发布日期:2017-11-22
    • 文件大小:24477
    • 提供者:舒万春
  1. Ant-JAVA-2

    0下载:
  2. 蚂蚁算法的java实现 或称蚁群算法 用于解决TSP旅行商问题 尚待优化-Ant algorithm to achieve the java or ant colony algorithm to solve TSP traveling salesman problem yet to optimize
  3. 所属分类:Java Develop

    • 发布日期:2017-11-07
    • 文件大小:12937
    • 提供者:715420247
  1. ant-java

    0下载:
  2. 蚂蚁算法(Ant Colony Optimization, ACO),又称蚁群算法,是一种用来在图中寻找优化路径的机率型技术。蚂蚁算法的Java设计与实现-Ant Algorithm Java Design and Implementation
  3. 所属分类:JavaScript

    • 发布日期:
    • 文件大小:3570
    • 提供者:szp
  1. Robot

    2下载:
  2. 基于Simbad环境的移动机器人避障源代码(采用蚁群算法和A星算法)-failed to translate
  3. 所属分类:Java Develop

    • 发布日期:2017-11-14
    • 文件大小:21569
    • 提供者:Gilbert
  1. Ant-colony-algorithm-website

    0下载:
  2. 一个门户网站,可以让人们更好地查阅到蚁群算法的有关资料-A portal that allows people to better access to relevant information on ant colony algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:75137
    • 提供者:李语丝
  1. Ant-colony-optimization

    0下载:
  2. 蚁群优化算法的JAVA实现,说明:算法只是提供了一个框架。-Ant colony optimization algorithm JAVA, Descr iption: algorithm only provides a framework for
  3. 所属分类:JavaScript

    • 发布日期:2017-04-02
    • 文件大小:1195
    • 提供者:gy
  1. yiqunsuanfa

    0下载:
  2. 蚁群算法求解旅行商问题,JAVA实现可视化效果,scr文件夹内的MainFrame.java为主框架代码-Ant colony algorithm for traveling salesman problem, JAVA achieve visual effects, scr folder within the main framework code MainFrame.java
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:7184
    • 提供者:叶师哲
  1. yiqunsuanfa-java

    0下载:
  2. 这是蚁群算法的java编程,本算法为AS算法,内有对编程的解释-This is the ant colony algorithm java programming, the algorithm AS algorithm, there are explanations for programming
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:9253
    • 提供者:
  1. ACO_java

    0下载:
  2. 蚁群算法的JAVA源码,是初学者的重要学习资料-JAVA ant colony algorithm source code is important for beginners learning materials
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:4258
    • 提供者:李国栋
  1. antcolonyalgorithm

    0下载:
  2. 用matlab解释蚁群算法,基于旅行商的问题的介绍-Ant colony algorithm using matlab to explain, based on descr iption of the traveling salesman problem
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:4867
    • 提供者:shan6583173
  1. ACO-TSP

    0下载:
  2. 对于蚁群算法求解TSP问题进行改进,可直接在文件中写入经纬度进行算法计算,算法的起始点为固定点,通过遍历找到最小值,起始点不是同一点。-For the ant colony algorithm for TSP to improve, the latitude and longitude can be written directly in the document the algorithm to calculate the starting point for fixed point arit
  3. 所属分类:Java Develop

    • 发布日期:2017-05-04
    • 文件大小:12638
    • 提供者:张雷
  1. workspace

    0下载:
  2. cloudsim3.0.3的源码以及蚁群算法的实现(Cloudsim3.0.3 source code and implementation of ant colony algorithm)
  3. 所属分类:Java编程

    • 发布日期:2017-12-30
    • 文件大小:44032
    • 提供者:wu22222
« 1 2»
搜珍网 www.dssz.com