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

搜索资源列表

  1. ACOUCP

    0下载:
  2. 此源码是对人工蚁群算法的一种实现,用于无约束连续函数的优化求解,对于含有约束的情况,可以先使用罚函数等方法,把问题处理成无约束的模型,再使用本源码进行求解,-This source code is an implementation of artificial ant colony algorithm for unconstrained optimization of continuous function to solve for the case containing the constra
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:1700
    • 提供者:张望
  1. yqsfy

    0下载:
  2. TSP问题蚁群算法通用Matlab程序源码-Ant colony algorithm for TSP problem common Matlab source code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:4705
    • 提供者:天道酬勤
  1. ACAJSP

    3下载:
  2. 蚁群算法用以解决作业车间调度问题,这是目前解决该类问题最有效的方法之一。-Ant colony algorithm to solve job shop scheduling problem, which is to solve such problems one of the most effective way.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:810
    • 提供者:薛大伟
  1. aco

    0下载:
  2. matlab编的蚁群算法解TSP问题(att48),调整参数可解决多类问题。-matlab code of ant colony algorithm for solving TSP problems (att48), adjust the parameters to resolve multi-class problems.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-27
    • 文件大小:3210
    • 提供者:li qingshan
  1. xianjiaodayiqun

    0下载:
  2. 一个关于西安交大的蚁群算法源程序,希望有用。-ACS
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:10105
    • 提供者:张辉
  1. yichuansuanfa-yuzhifenge

    1下载:
  2. 图像的阈值分割,采用蚁群算法,解决了图像处理问题-Image segmentation using ant colony algorithm to solve the problem of image processing
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:4991
    • 提供者:wubin
  1. zuiduanlujing

    0下载:
  2. 实现Floyd,Dijkstra,蚁群算法,并附上测试案例,希望能有用 -using c and matlab to realize floyd,dijkstra,ant-plane
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:24025
    • 提供者:张云鹏
  1. ACO_VRP

    0下载:
  2. 蚁群算法的MATLAB实现,有详细的注释(ACO_VRP.m)-ACO_VRP
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:1959
    • 提供者:穆雨
  1. jiandan40

    0下载:
  2. 运用matlab编程实现蚁群算法的低压电力线设计-Ant colony algorithm using matlab programming design of low voltage power line
  3. 所属分类:File Formats

    • 发布日期:2017-03-30
    • 文件大小:3064
    • 提供者:ywj7891
  1. matlabyiqunsuanfa

    5下载:
  2. 蚁群算法是一种用来在图中寻找优化路径的机率型算法。是一种求解组合最优化问题的新型通用启发式方法,该方法具有正反馈、分布式计算和富于建设性的贪婪启发式搜索的特点。通过建立适当的数学模型,基于故障过电流的配电网故障定位变为一种非线性全局寻优问题。-Ant colony algorithm is a method used to find optimal path in the graph the probability-based algorithm. Is a combination of opt
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:2648
    • 提供者:prince
  1. AntcolonyAlgorithm

    4下载:
  2. 这是改进的蚁群算法,比传统的蚁群算法更简易,图像分割速度也快很多!-This is the improved ant colony algorithm, more than the traditional simple ant colony algorithm, image segmentation speed is much faster!
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1330
    • 提供者:wangkuncheng
  1. Antcolonyalgorithmpathplanning

    0下载:
  2. 用于蚁群算法,环境是matlab,是关于路径优化-Ant colony algorithm path planning
  3. 所属分类:MPI

    • 发布日期:2017-04-16
    • 文件大小:41284
    • 提供者:沈徐聪
  1. ga

    0下载:
  2. 龙哥的用MATLAB解决蚁群算法 3段解决蚁群算法蚁群算法-Longge the ant colony algorithm using MATLAB to solve 3
  3. 所属分类:source in ebook

    • 发布日期:2017-04-03
    • 文件大小:5299
    • 提供者:曾令龙
  1. yiqun

    0下载:
  2. 一个很不错的关于蚁群优化算法的matlab程序。-A very good on the ant colony optimization matlab program.
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:2681
    • 提供者:温黎茗
  1. ACO-PSO

    15下载:
  2. 蚁群算法(ACO)和粒子群算法(PSO)的混合算法解决旅行商问题(TSP)的matlab代码-Ant colony optimization (ACO) and particle swarm optimization (PSO) of the hybrid algorithm to solve traveling salesman problem (TSP) in matlab code
  3. 所属分类:matlab例程

    • 发布日期:2013-09-04
    • 文件大小:4273
    • 提供者:薛栋
  1. 0000

    2下载:
  2. 一个经典的蚁群算法matlab仿真代码,带有gui界面,用过就会知道它有多方便-it is a classical simulation matlab code of ant colony algorithm with gui interface ,you will know how convenient it is.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:5811
    • 提供者:冰兵
  1. ant-for-tsp-pr76

    0下载:
  2. 基于蚁群算法用MATLAB求解76城市TSP问题,可得目前世界最优解,适合高手阅读使用-Using MATLAB based on ant algorithm for solving the problem of 76 cities TSP, the best solution available to the world for master read the
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-24
    • 文件大小:11537
    • 提供者:刘兵
  1. yiqunsuanfa

    0下载:
  2. 该文件是蚁群算法程序,能更有效地解决路径问题,希望可以给广大朋友起到一定的作用。-The program file is the ant colony algorithm can more effectively address the routing problem, hope to play a role in the general friend.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:2335
    • 提供者:xiaohua
  1. ant

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

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

    1下载:
  2. 加入贪婪策略和遗传算法中的变异策略的混合蚁群算法-Join the greedy strategy and mutation strategy of ant colony algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:2458
    • 提供者:xuqiang
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 50 »
搜珍网 www.dssz.com