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

搜索资源列表

  1. yiqun

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

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

    1下载:
  2. TSP问题;蚁群算法;关键参数设置;MATLAB-MATLAB,tsp
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:3749
    • 提供者:sam
  1. BB_Ants_System

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

    • 发布日期:2017-03-27
    • 文件大小:7138
    • 提供者:lixianghua
  1. ACOUCP

    0下载:
  2. 无约束连续函数优化的人工蚁群算法通用MATLAB源码 此源码是对人工蚁群算法的一种实现,用于无约束连续函数的优化求解,对于含有约束的情况,可以先使用罚函数等方法,把问题处理成无约束的模型,再使用本源码进行求解 -Unconstrained optimization of continuous function of artificial ant colony algorithm for general-purpose MATLAB source code。 This sour
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1701
    • 提供者:孙准
  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. ant

    0下载:
  2. 遗传融合的自适应蚁群算法最优PID控制研究-Genetic fusion of adaptive ant colony algorithm optimal PID control
  3. 所属分类:matlab

    • 发布日期:2017-05-19
    • 文件大小:5289416
    • 提供者:wu
  1. BasicAntColon_AlgorithmmatlabforTSP

    0下载:
  2. 蚁群算法、TSP、MATLAB。已经调试通过,算法比较简洁。-Ant colony algorithm, TSP, MATLAB. Has been debugged, the algorithm of relative simplicity.
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:6731
    • 提供者:program_c
  1. antcolonyalgorithm

    0下载:
  2. 用基本蚁群算法实现CDMA系统中的多用户检测-Basic ant colony algorithm with CDMA systems multiuser detection
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:257093
    • 提供者:江雪
  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. AntColonyAlgorithmforTSP

    1下载:
  2. matlab编写的蚁群算法解决TSP问题,对路径选择部分作了改进,有详细中文注解。-ant colony algorithm written in matlab to solve TSP problem, select the part of the path has been improved, there are more Chinese comments.
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:2901
    • 提供者:王放
  1. antRBFNN

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

    • 发布日期:2017-04-16
    • 文件大小:13300
    • 提供者:lwd
  1. TSP

    0下载:
  2. 蚁群算法解决TSP问题,可以高速运行,附有详细注释-Ant colony algorithm to solve TSP problem, you can run at high speed, with detailed notes
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2717
    • 提供者:junjie
  1. Ant-colony-algorithm

    0下载:
  2. 蚁群算法,包括基本蚁群算法,排序蚁群算法,最大最小蚁群算法-Ant colony algorithm, including the basic ant colony algorithm, sorting ant algorithm, ant colony algorithm for the maximum and minimum
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:36293
    • 提供者:aa
  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. 成功的蚁群

    0下载:
  2. 能够运行起来的matlab代码,解决车辆路径问题,程序能够跑起来,对学习车辆路径问题有所帮助(Matlab code that can run, solve the vehicle routing problem, the program can run, help to learn the vehicle routing problem)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-26
    • 文件大小:2048
    • 提供者:343513545
  1. matlab_vrp

    0下载:
  2. vrptw没有时间窗。蚁群算法。有注释。(vrptw without time control.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-27
    • 文件大小:6144
    • 提供者:mio
  1. 蚁群聚类

    0下载:
  2. 基于蚁群算法的K-means聚类分析模型(Ant colony clustering analysis model)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-21
    • 文件大小:3072
    • 提供者:小瑾
  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 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 44 »
搜珍网 www.dssz.com