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

搜索资源列表

  1. ACS1

    0下载:
  2. 稍加修改的基本蚁群算法,可用于求解交通路径规划中的距离最短路径的求解。-Slightly modified the basic ant colony algorithm can be used to solve the traffic path planning to solve the shortest path distance.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:642463
    • 提供者:wangshuang
  1. ACS2

    1下载:
  2. 改进的蚁群算法,用于求解基于交通密度的最短路径规划问题。-Improved ant colony algorithm for solving the shortest path based on traffic density planning.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:662254
    • 提供者:wangshuang
  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. 先进算法讲义

    1下载:
  2. 其中包含蚁群算法,退火算法,遗传算法等智能算法,参加数学建模必备的优化算法
  3. 所属分类:文档资料

  1. Ant_TSP

    0下载:
  2. 基于蚁群算法的旅行商问题,matlab源代码,带功能说明(Ant colony algorithm for traveling salesman problem matlab source code)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-19
    • 文件大小:1024
    • 提供者:水木刀
  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. 29_ACO_note_35

    1下载:
  2. 基于蚁群算法tsp路径寻优,有详细说明每步的意义,做法(Based on the ant colony algorithm tsp path optimization, there is a detailed descr iption of each step of the meaning, practice)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-21
    • 文件大小:4096
    • 提供者:水木黄昏
  1. matlab_vrp

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

    • 发布日期:2017-12-27
    • 文件大小:6144
    • 提供者:mio
  1. MATLAB智能算法30个案例分析_decrypted

    2下载:
  2. MATLAB智能算法案例分析,包括粒子群算法、蚁群算法,模拟退火算法等(Case study of MATLAB intelligent algorithm)
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:51948544
    • 提供者:U Know
  1. 智能算法

    0下载:
  2. 智能算法,含有遗传算法、模拟退火算法、BP神经网络优化、免疫算法、粒子群算法、蚁群算法等智能算法,MATLAB亲测可用。(Intelligent algorithm, including genetic algorithm, simulated annealing algorithm, BP neural network optimization, immune algorithm, particle swarm algorithm, ant colony algorithm and other
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-29
    • 文件大小:1501184
    • 提供者:Markov
  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. partitioning

    0下载:
  2. 基于蚁群算法的二电路划分优化java源代码(Ant colony optimization based circuit partitioning java source code)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-29
    • 文件大小:21504
    • 提供者:wang1996
  1. 蚁群算法(D为最短路矩阵)

    0下载:
  2. 群蚁算法,路径规划,附带源代码,直接用.......................(Group ant algorithm, path planning, source code, direct use)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-04-18
    • 文件大小:3072
    • 提供者:挚瑶满夙缘
  1. PSO_TSP(混合粒子群:较优)

    1下载:
  2. 解决环球旅行问题的一种精确度比较高的算法,相较于蚁群算法和遗传算法都有较大的改进;(A high precision algorithm for solving global travel problems has a greater improvement than the ant colony algorithm and the genetic algorith)
  3. 所属分类:其他

    • 发布日期:2018-04-19
    • 文件大小:2048
    • 提供者:倚楼天狼啸
  1. Copy_of_yiquan

    0下载:
  2. 蚁群VRP,可正常运行。T优化蚁群算法对的每个配送区域的求解最优路径的二(ACA VRP.can load and run)
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:3072
    • 提供者:王丽131468
  1. MATLAB智能算法30个案例分析程序

    2下载:
  2. 蚁群算法、遗传算法、免疫算法等智能优化算法应用代码(Application code of intelligent optimization algorithms, such as ant colony algorithm, genetic algorithm, immune algorithm and so on)
  3. 所属分类:软件工程

  1. 蚁群算法

    1下载:
  2. 基于海图的快速临近值插值进行地图构建,并根据水下机器人的动力学模型,利用遗传算法进行全局路径规划。(The map is constructed based on the fast approaching value interpolation of the sea chart, and the global path planning is carried out by the genetic algorithm according to the dynamic model of the un
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-04-21
    • 文件大小:24576
    • 提供者:zyx1903435712
  1. 蚁群聚类

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

    • 发布日期:2018-04-21
    • 文件大小:3072
    • 提供者:小瑾
« 1 2 ... 26 27 28 29 30 3132 33 34 35 36 ... 50 »
搜珍网 www.dssz.com