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

搜索资源列表

  1. java蚁群算法

    1下载:
  2. 本代码是基于java语言,通过蚁群算法的实现了对最优路径查找的功能。
  3. 所属分类:人工智能/神经网络/遗传算法

  1. ACOforTSP

    0下载:
  2. 蚁群算法的java版,需要TSP文件,输入蚂蚁量,迭代次数,权重信息等参数-Java version of the ant colony algorithm, you need to TSP file, enter the amount of ants, the number of iterations, weights and other parameters
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:2530
    • 提供者:王婷
  1. ant_code

    0下载:
  2. JAVA实现的基本蚁群算法源程序,可以选择地图,可以设置一些参数,有图形输出-JAVA realization of the basic ant colony algorithm source code, you can choose the map, you can set some parameters, there are graphics output
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:48460
    • 提供者:hrbeu
  1. aco

    0下载:
  2. 蚁群算法的java源码,附带使用方法,很好用-Ant colony algorithm java source code, incidental use, very good use
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:8429
    • 提供者:王荣
  1. antcolony

    0下载:
  2. 程序名称:蚁群觅食模拟 程序介绍: 本程序模拟自然界蚂蚁寻找食物并带回自己窝的过程,栩栩如生的再现了单个蚂蚁的灵活性和整体蚁群的智能涌现。关于用几条简单规则涌现生命现象的信念得到了进一步加强验证。用户可以自定义地图,从而让蚂蚁有机会与复杂的地形环境打交道,地形越复杂,蚂蚁的智能特性越能体现出来。-Name: ant foraging simulation program descr iption: This procedure simulated natural ants to fin
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:235697
    • 提供者:李保
  1. antjava

    0下载:
  2. 蚁群算法的java实现,这个还是要经过优化一下即可。在myeclipse下实现-ant colony
  3. 所属分类:Java Develop

    • 发布日期:2017-04-27
    • 文件大小:7686
    • 提供者:Yolanda
  1. java

    2下载:
  2. 这是一份完整的用Java实现蚁群算法的代码!希望能给你在解决蚁群算法的代码中提供一定的帮助!-This is a complete implementation of ant colony algorithm using Java code! I hope you can solve the ant colony algorithm in the code must provide the help!
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:8699
    • 提供者:
  1. paike

    0下载:
  2. 高校排课系统的算法,基于蚁群算法。高校排课系统的算法,基于蚁群算法-University Course Scheduling System algorithms, based on the ant colony algorithm. University Course Scheduling System algorithms, based on the ant colony algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:1122661
    • 提供者:carl208
  1. ant_code

    1下载:
  2. java实现的基本蚁群算法,蚁群算法是一种智能算法-the realization of the ant colony algorithm java
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:45421
    • 提供者:hrbeu
  1. tsp

    1下载:
  2. TSP问题,用蚁群算法解决该问题,将时间复杂度降低-use ant colony to solve the TSP problem
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:14755
    • 提供者:chaplin
  1. ArcGIS_New0.8

    0下载:
  2. java 实现的 蚁群算法。利用java自主实现的一群算法-java implements the ACO
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:42570
    • 提供者:胡汝敖
  1. antcolonyalgorithm

    0下载:
  2. 蚁群算法的模拟实现 安装JDK,配置环境变量,导入项目,一般情况下直接保存、运行ant.UI即可启动程序。如果不能运行,将文件夹下的swt.jar加入构建路径,然后在运行中的JVM参数中加入-Djava.library.path="dll所在目录的绝对路径"即可。 也可以在命令行下直接运行该程序,假设文件夹放在D盘跟目录。则在cmd下切换到文件夹下,运行如下命令即可启动程序。-Simulation and Realization of ant colony algorithm
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-04-10
    • 文件大小:1529947
    • 提供者:天天
  1. SmartAnt

    1下载:
  2. 蚁群算法(又称蚂蚁算法,ACO)的演示。我的人工智能实验课大作业。-Ant colony optimization algorithm demonstration.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:47800
    • 提供者:张旭初
  1. GeneticAntAlgorithms

    0下载:
  2. Java环境下的遗传算法,蚁群算法的混合实现-Java environment, genetic algorithms, ant colony algorithm for hybrid realization
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:78444
    • 提供者:樊福剑
  1. ACOTest

    0下载:
  2. 蚁群算法的Java实现,适合初学者,可将其改进应用于其他领域。-Ant colony algorithm Java implementation, suitable for beginners, it can be applied to other areas of improvement.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:2155
    • 提供者:李亮
  1. jbyqsftsp

    0下载:
  2. 基本蚁群算法程序:讲的是蚂蚁利用自己的记忆和更新机制并利用移动规则从而对线路进行优化并找到最优路线-Basic ant colony algorithm program: tell the ants use their own memory and update mechanism and use Rules to move on line and find the best route to optimize
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:7902
    • 提供者:liyanan
  1. java

    0下载:
  2. 实现蚁群算法解决TSP问题,打印寻找到的最短路径以及其长度,随附数据-Implementation problems ant colony algorithm to solve TSP, print to find the shortest path and its length
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:3444
    • 提供者:heli
  1. ACO

    0下载:
  2. 这是一个我用java编写的蚁群算法,我觉得还不错,供大家参考。-This is one I prepared the ant colony algorithm using java, I feel pretty good, for your reference.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:8549
    • 提供者:孤独剑客
  1. java_tsp

    1下载:
  2. 用Java 编写的蚁群算法解决TSP问题的路径规划,取得了很好的效果-Java written by ant colony algorithm to solve TSP problem of path planning, and achieved good results
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:2237
    • 提供者:zhangbaohua
  1. ANT-JAVA

    0下载:
  2. 简单蚁群算法的JAVA实现,对学习蚁群算法有帮助,希望大家喜欢.-JAVA implementation simple ant colony algorithm, ant colony algorithm for learning help, hope you like.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:23540
    • 提供者:胖大海
« 12 3 4 »
搜珍网 www.dssz.com