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

搜索资源列表

  1. ACO_TSP

    0下载:
  2. 利用matlab软件,应用蚁群算法解决31个城市的TSP问题(Using Antlab Algorithm to Solve TSP Problems in 31 Cities Using Matlab Software)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-30
    • 文件大小:1024
    • 提供者:csuyq
  1. ACA

    0下载:
  2. 基于蚁群算法的TSP问题的实现,仅用于对蚁群算法的学习(Implementation of TSP problem based on ant colony algorithm)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:1024
    • 提供者:Alex199535
  1. ACA_Matlab

    0下载:
  2. 该文件中程序主要解决TSP问题的蚁群算法的matlab程序(The program in this document mainly solves the TSP problem ant colony algorithm matlab program)
  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. Untitled3

    0下载:
  2. matlab源程序,运用蚁群算法求解最优商旅问题 可以优化求解其他问题(Solving the optimal business problem by ant colony algorithm)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-02
    • 文件大小:2048
    • 提供者:casonnnw
  1. ACAmain

    0下载:
  2. 程序为蚁群算法解决TSP问题,主要包含了蚁群算法的具体步骤(The program solves the TSP problem for the ant colony algorithm and mainly includes the steps of the ant colony algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-03
    • 文件大小:1024
    • 提供者:叶子666
  1. 无人机ant-algorithim

    2下载:
  2. 内容其实就是蚁群算法的路径规划,是三维的,比较粗糙,可以借鉴(The wrong name is actually robot path planning.)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-06
    • 文件大小:23552
    • 提供者:pandakill
  1. 蚁群优化算法原理及Matlab编程实现

    0下载:
  2. 蚁群优化算法原理及其在旅行商问题中的应用的Matlab代码。(Principle of ant colony optimization algorithm and implementation of Matlab programming)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-05-06
    • 文件大小:342016
    • 提供者:XIAOXIAGEGE
  1. 程序和相应的图片

    1下载:
  2. 在基于基础蚁群算法图像边缘检测的例程上改写的一个演示matlab演示动画程序,可以帮助初学者进一步了解算法进行边缘检测 的原理和步骤。首先说明一下:这个程序的检测效果不是很好,而且这里只能使用128*128的图片。这个程序主要是提供初学者学习,演示用。(A demonstration matlab demo program rewritten on the basis of the basic ant colony algorithm image edge detection routine c
  3. 所属分类:matlab例程

    • 发布日期:2020-11-06
    • 文件大小:7168
    • 提供者:忘了
  1. ACA_FCM

    1下载:
  2. 基于蚁群算法的图像边缘检测,matlab代码(Image edge detection based on ant colony algorithm, matlab code)
  3. 所属分类:图形图象

    • 发布日期:2020-04-05
    • 文件大小:3072
    • 提供者:今天要早睡
  1. ACS3-1

    2下载:
  2. 最优路径问题,蚁群算法,仓储系统的货位拣选路径优化仿真(Optimal path problem, ant colony algorithm, optimization simulation of cargo location picking path for warehouse system)
  3. 所属分类:matlab例程

    • 发布日期:2021-04-21
    • 文件大小:6144
    • 提供者:linuxos
  1. main

    3下载:
  2. 利用matlab蚁群算法进行人群场馆疏散模拟,找到逃生路线(Using MATLAB ant colony algorithm to simulate crowd evacuation and find escape route)
  3. 所属分类:matlab例程

    • 发布日期:2020-03-15
    • 文件大小:2048
    • 提供者:shude111
  1. matlab文件蚁群算法

    0下载:
  2. 蚁群算法,实现点到点的路径规划,由初始点到目标点的路径规划完美避障
  3. 所属分类:人工智能/神经网络/遗传算法

  1. ACOTSPtw

    4下载:
  2. 使用蚁群算法解决带时间窗的旅行商问题,注释详细(Ant colony algorithm is used to solve traveling salesman problem with time windows. Detailed annotations are given.)
  3. 所属分类:matlab例程

    • 发布日期:2020-01-11
    • 文件大小:2048
    • 提供者:Up235
  1. 蚁群算法

    3下载:
  2. 本文对蚁群算法的基本理论以及在 TSP 问题中的应用进行了系统研究和 MATLAB 仿真。介绍了蚁群算法的基本原理、特点和算法的实现方法。.基本蚁群算法由于存在搜索时间长,易陷入局部最优解等突出缺点,使得求解效果不是很好。针对这些缺陷,提出了改进的蚁群算法(最大-最小蚂蚁系统)求解 TSP 问题。改进主要在于限制路径信息素浓度、信息素的初始值以及强调对最优解得利用这三个方面。(In this paper, the basic theory of ant colony algorithm and
  3. 所属分类:其他

    • 发布日期:2020-04-12
    • 文件大小:6144
    • 提供者:阳光1111111
  1. 三维路径规划

    2下载:
  2. 基于蚁群算法的三维路径规划,利用matlab编程,可以实际运行(Three dimensional path planning based on ant colony algorithm)
  3. 所属分类:matlab例程

  1. VRP - 副本

    2下载:
  2. 用于求解配送路径优化问题,即vrp问题,算法是蚁群算法,优化目标为路线最短(It is used to solve the distribution path optimization problem, that is vrpentire. The algorithm is ant colony algorithm, and the optimization goal is the shortest route)
  3. 所属分类:matlab例程

    • 发布日期:2020-08-14
    • 文件大小:2048
    • 提供者:小时代8884
  1. A

    1下载:
  2. 蚁群算法的改进 在MATLAB中可以直接仿真 研究这方面的可以好好间就一下((Ant colony algorithm is improved))
  3. 所属分类:matlab例程

    • 发布日期:2021-03-18
    • 文件大小:2048
    • 提供者:moveon5
  1. 蚁群算法求解VRPTW问题matlab代码

    8下载:
  2. 用于车辆路径问题优化,提高物流运输路线效率,节省成本(It can be used to optimize the vehicle routing problem, improve the efficiency of logistics transportation routes and save costs)
  3. 所属分类:Windows编程

    • 发布日期:2020-06-28
    • 文件大小:17408
    • 提供者:hayjao
  1. mmas

    2下载:
  2. 最大最小蚁群算法MMAS程序matlab版本(MMAS program MATLAB version)
  3. 所属分类:其他

    • 发布日期:2021-04-05
    • 文件大小:8192
    • 提供者:来信
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 50 »
搜珍网 www.dssz.com