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

搜索资源列表

  1. Image-edge-detection

    1下载:
  2. 此程序是基于蚁群算法的图像边缘检测,matlab 文件,有例图和结果-This procedure is the image edge detection based on ant colony algorithm, matlab file, is illustrated and results
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:19402
    • 提供者:dqme525
  1. ASTSP

    0下载:
  2. 基于蚁群算法的解决30个城市坐标的旅行商问题matlab编码-Based on ant colony algorithm to solve the 30 cities coordinates traveling salesman problem matlab coding
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1997
    • 提供者:欣然
  1. yiqun

    0下载:
  2. 蚁群算法matlab程序 应用matlab工具箱进行蚁群算法人工智能仿真-Ant colony algorithm matlab toolbox matlab program application of artificial intelligence ant colony algorithm simulation
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2444
    • 提供者:王佳荟
  1. ACO

    0下载:
  2. MATLAB实数编码的蚁群算法源程序,M文件 函数1:f=cos(2*pi.*x).*cos(2*pi.*y).*exp(-((x.^2+y.^2)/10)) 函数2:f=exp(-2*log(2).*((x-0.1)./0.8).^2).*(sin(5*pi.*x)).^6 函数3:f=(3./(0.05+(x.^2+y.^2))).^2+(x.^2+y.^2).^2 函数1带有注释-MATLAB real-coded ant colony algorithm source,
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3280
    • 提供者:胡毅
  1. shortroad_ant_main

    0下载:
  2. MATLAB蚁群算法求解最短路,自行输入距离矩阵,验证可用-MATLAB ant colony algorithm for the shortest path, its own input distance matrix, to verify Available
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1571
    • 提供者:Peter.
  1. Ant-Colony-Algorithm

    0下载:
  2. 利用matlab编写的蚁群算法可以很快得到最优值。-Ant colony algorithm using matlab prepared can quickly get the best value.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-26
    • 文件大小:11302
    • 提供者:李力
  1. yiqunsuanfa

    0下载:
  2. 蚁群路径优化算法原理及matlab编程的实现。这是一种简单的程序。效果可能不是太好,我会陆续发一些更好的优化的程序。-Ant colony optimization algorithm theory and matlab path programming to achieve. This is a simple procedure. The effect may not be good, I will continue to send some better optimization proce
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:343474
    • 提供者:cui
  1. MMAS

    0下载:
  2. 使用matlab开发环境解决最大最小蚁群问题-Use matlab development environment to solve the biggest problems the smallest ant colony
  3. 所属分类:matlab

    • 发布日期:2017-04-28
    • 文件大小:10859
    • 提供者:梁宇
  1. Ant-Algorithm

    0下载:
  2. 蚁群算法的源代码,有MATLAB源程序和c语言的源代码。可以自己改进代码解决问题-Ant colony algorithm source code, with MATLAB source and c language source code. Can improve code to solve the problem by themselves
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:79275
    • 提供者:xi
  1. aco

    0下载:
  2. 蚁群算法解决路径规划问题,可以自己设置地图中的障碍,使得规划路径避开障碍。运用蚁群算法计算比较简单。-ACO is one of the Heuristic algorithm,and it has a long history.The program is coded by MATLAB.It can solve the question that mapping the best route.
  3. 所属分类:matlab

    • 发布日期:2017-05-11
    • 文件大小:2431190
    • 提供者:李寄玮
  1. ACASP

    0下载:
  2. 蚁群算法的机器人路径寻优,最短路径计算,matlab算例。-Path ant colony optimization algorithm, the shortest path calculation, matlab example.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:2429
    • 提供者:郭佳伟
  1. antsystem-TSP

    0下载:
  2. matlab智能算法 蚁群算法的优化计算,旅行商问题优化(案例背景为巡回我国31个地区)-apply ant colony algorithm to solve TSP
  3. 所属分类:source in ebook

    • 发布日期:2017-04-07
    • 文件大小:2698
    • 提供者:zj
  1. ant-algorithm-twodemension

    2下载:
  2. matlab智能算法基于蚁群算法的二维路径规划(案例背景为在一个200*200的空间中找寻从起点S到终点D的最优路径)-ant colony algorithm find the beat path between two points in a two dimension place
  3. 所属分类:source in ebook

    • 发布日期:2017-04-08
    • 文件大小:3163
    • 提供者:zj
  1. AC_TSP

    0下载:
  2. 蚁群算法求解TSP问题的Matlab源代码-Ant colony algorithm for TSP problem Matlab source code
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1465
    • 提供者:pan dazhi
  1. ant-colony-optimization

    0下载:
  2. 描述的蚁群算法,在MATLAB上能直接运行。-describe the ant colony optimization,and it can operate through MATLAB directly
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:2747
    • 提供者:张明
  1. ant

    0下载:
  2. 通过matlab实现:用蚁群算法求解旅行熵问题。-Through matlab: entropy problem using ant colony algorithm to solve travel.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1797
    • 提供者:zhq
  1. ACA

    0下载:
  2. matlab实现的蚁群算法(ACA)例程,解决TSP旅行商问题,可以在图中进行动态显示-ant colony algorithm matlab realized (ACA) routines to solve the traveling salesman problem TSP, can be dynamically shown in the figure
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:4342
    • 提供者:frank
  1. ANT-TSP

    0下载:
  2. 用蚁群算法求解TSP问题的MATLAB源码-Ant Colony Algorithm TSP
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3534
    • 提供者:钱十
  1. chapter22

    0下载:
  2. 用MATLAB语言编程蚁群算法求解旅行商问题-Ant colony algorithm for traveling salesman problem
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:2674
    • 提供者:yanshen
  1. ycsf

    0下载:
  2. matlab 遗传算法GA,粒子群算法PSO,蚁群算法AS 前段时间上智能计算方法实验课上,自己做的程序。帖到这里,希望有人能改进它们,交流经验这样更有价值。 遗传算法解决最小生成树问题,PURFER编码。 粒子群算法做无约束最优化问题。 蚁群算法解决TSP问题。 -matlab genetic algorithm GA, particle swarm optimization PSO, some time ago on the ant colony algorithm intelligent
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:900
    • 提供者:
« 1 2 ... 33 34 35 36 37 3839 40 41 42 43 ... 50 »
搜珍网 www.dssz.com