CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 蚁群算法程序

搜索资源列表

  1. ACOTSP.tar

    0下载:
  2. linux gc编写的蚁群算法程序 首先tar xzfv 解压缩 进入目录后,./confiure 然后make -prepared by the ant colony algorithm first extract tar xzfv directory access, . / then make confiure
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:92379
    • 提供者:来守林
  1. yiqunsuanfachengxu

    1下载:
  2. 基本蚁群算法程序程序在vc++6.0下面同过,对原来的做了一点修改。-basic ant algorithm Procedure in the same vc 6.0 below that of the original done a few modifications.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2335
    • 提供者:李虹
  1. yiqunsuanfa_matlab

    0下载:
  2. matlab下一个比较成熟的解决tsp问题的蚁群算法程序。-Matlab under a more mature solution tsp the ant algorithm procedures.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:13631
    • 提供者:luo
  1. pso

    0下载:
  2. 使用matlab编写的蚁群算法程序,供大家参考使用。
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1378
    • 提供者:张杰
  1. PSOFitness

    0下载:
  2. matlab编写的蚁群算法程序,供大家使用参考。
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:977
    • 提供者:张杰
  1. therightacotspwenti

    0下载:
  2. 经更改过的TSP蚁群算法程序代码,有图象输出,
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3990
    • 提供者:廖本友
  1. ACA

    0下载:
  2. 段海滨教授主编的《蚁群算法原理及其应用》附录里的C程序代码.-Professor Duan Haibin editor-in-chief of ant colony algorithm and its application in Appendix C in the program code.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:2479
    • 提供者:罗子方
  1. yiqun

    0下载:
  2. 蚁群算法的程序,自己写的,用得着的可以-yiqun IS written by me
  3. 所属分类:matlab

    • 发布日期:2017-04-24
    • 文件大小:22523
    • 提供者:jinbeili
  1. BB_Ants_System

    2下载:
  2. 改进的蚁群算法matlab程序,验证无误。-ant-system
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:7138
    • 提供者:lixianghua
  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. algorithm

    0下载:
  2. 模拟退火法,蚁群算法,遗传算法,分水岭算法等常见算法的Matlab程序-Simulated annealing, ant colony algorithm, genetic algorithm, watershed algorithm common algorithm Matlab program
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:9694
    • 提供者:sunshaobin
  1. antcolonyalgorithm

    1下载:
  2. 蚁群算法LF解决聚类问题,程序文章比较全面,已测试-LF ant colony algorithm to solve clustering problems, the article is more comprehensive program has been tested! ! !
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:334139
    • 提供者:xzhy
  1. Matlab

    0下载:
  2. 蚁群算法最短路径通用Matlab程序蚁群算法动态寻路算法-Shortest path algorithm for general ant colony algorithm Matlab program Dynamic Algorithm for Route
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:2469
    • 提供者:kevin
  1. antRBFNN

    0下载:
  2. 蚁群算法优化rbfnn的程序,可以补充修改-Ant Colony Optimization rbfnn the program, you can add to modify
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:13300
    • 提供者:lwd
  1. 基本蚁群算法程序

    1下载:
  2. 本文算法可用于优化、识别等问题,和其他遗传算法有同工异曲之妙
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2012-12-10
    • 文件大小:33280
    • 提供者:xinkuan123
  1. yiqun

    0下载:
  2. 蚁群算法求解城市TSP,亲测可用,如果换不同城市位移矩阵,可直接用,目前程序TSP是否回到原点,有点忘了,麻烦各位看家稍微看一下(Particle swarm optimization algorithm to solve the maximum and minimum values of the objective function)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-25
    • 文件大小:1024
    • 提供者:yjabbt
  1. ant

    0下载:
  2. 蚁群的matlab程序,可以进行修改,从而解决多种问题(Ant colony matlab program, you can modify, and thus solve a variety of problems)
  3. 所属分类:matlab例程

  1. 22蚁群算法的优化计算——旅行商问题(TSP)优化

    0下载:
  2. 这是完整的基于MATLAB的遗传算法的程序,是关于旅行商问题的求解(This is a complete procedure of genetic algorithm based on MATLAB, which is about solving traveling salesman problem.)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-02
    • 文件大小:3072
    • 提供者:晗宝宝
  1. 美赛程序算法分类详解

    3下载:
  2. 美赛 人员疏散模型 元胞自动机 美国大学生数学建模竞赛MATLAB示例程序(Evacuation Model Based on Cellular Automata)
  3. 所属分类:matlab例程

    • 发布日期:2020-01-12
    • 文件大小:1507328
    • 提供者:ACATSP
  1. 路径规划算法

    1下载:
  2. 基于蚁群算法的二维和三维路径规划算法,结合具体的案例给出了程序分析(A two-dimensional path planning algorithm based on ant colony algorithm, combined with specific cases, gives a program analysis)
  3. 所属分类:matlab例程

    • 发布日期:2020-08-26
    • 文件大小:8192
    • 提供者:陈圆圆123
« 1 2 3 4 56 7 8 9 10 ... 29 »
搜珍网 www.dssz.com