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

搜索资源列表

  1. yqsfmatlab.rar

    1下载:
  2. 强大的蚁群算法matlab程序源代码,可以迅速求解vrp等np难问题。,Ant colony algorithm matlab powerful source code, you can quickly solve the difficult problem of np such vrp.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-04-01
    • 文件大小:15284
    • 提供者:储育青
  1. Ant_TSP.rar

    0下载:
  2. 实现蚁群算法,实现蚁群算法的MATLAB程序。只要输入城市坐标就行,The realization of ant colony algorithm, ant colony algorithm to achieve the MATLAB program. Just enter the city coordinates on the line
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:2595
    • 提供者:yanxinxu
  1. yiqunsuanfa.rar

    1下载:
  2. 实用的蚁群算法,程序试图对具有31个城市的VRP进行求解,简单实用,Ant colony algorithm practical, the program attempts to have 31 cities to solve the VRP, simple and practical
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:6555
    • 提供者:刘柳
  1. main.rar

    0下载:
  2. 蚁群算法计算城市最短距离,matlab源代码,Ant colony algorithm is the shortest distance between cities,
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:991
    • 提供者:wing
  1. TSPmatlab.rar

    0下载:
  2. 用matlab实现的蚁群算法,希望对初学蚁群算法的人有所帮助,Matlab achieved using ant colony algorithm, ant colony algorithm beginner would like to help people
  3. 所属分类:MPI

    • 发布日期:2017-04-01
    • 文件大小:4802
    • 提供者:叶红
  1. VRP.rar

    4下载:
  2. 车辆路径问题的蚁群算法VRP -2opt,vrp
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-27
    • 文件大小:2310
    • 提供者:wangxuefeng
  1. QoS.rar

    1下载:
  2. QoS组播路由问题的蚁群算法通用Matlab源码,QoS multicast routing problem common Matlab source code ant colony algorithm
  3. 所属分类:matlab

    • 发布日期:2016-05-19
    • 文件大小:6086
    • 提供者:syy598
  1. 蚁群算法求解TSP问题的matlab程序

    0下载:
  2. %蚁群算法求解TSP问题的matlab程序 clear all close all clc %初始化蚁群 m=31;%蚁群中蚂蚁的数量,当m接近或等于城市个数n时,本算法可以在最少的迭代次数内找到最优解 C=[1304 2312;3639 1315;4177 2244;3712 1399;3488 1535;3326 1556;3238 1229;4196 1004; 4312 790;4386 570;3007 1970;2562 1756;2788 1491;2381 1
  3. 所属分类:matlab例程

  1. NCPSO

    0下载:
  2. matlab 优化问题 小生境和蚁群算法的结合 能运行-matlab optimization niche and the combination of ant colony algorithm can run
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:640758
    • 提供者:linlin
  1. TSpant

    1下载:
  2. 一种分组求解TSP问题的蚁群算法。非常经典。有助于初学者提高。-A division problem solving TSP Ant Colony Algorithm. Very classic. Help beginners improve.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:10771
    • 提供者:留言民
  1. ACO

    1下载:
  2. 用MATLAB编写的蚁群算法最短路径寻找程序,压缩包内包含了网络结点坐标。-The preparation of the ant colony algorithm using MATLAB to find the shortest path procedure, compressed package that contains a network node coordinates.
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-27
    • 文件大小:2004
    • 提供者:MXJ
  1. ACATSP

    0下载:
  2. 蚁群算法的MATLAB程序,提供变量初始化 C=[1304 2312 3639 1315 4177 2244 3712 1399 3488 1535 3326 1556 3238 1229 4196 1004 4312 790 4386 570 3007 1970 2562 1756 2788 1491 2381 1676 1332 695 3715 1678 3918 2179 4061 2370 3780 2212 3676 2578 4029 2838 4263 2931 3429 1
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:2310
    • 提供者:xiaofei
  1. ACASP

    0下载:
  2. 蚁群算法动态寻路算法 -Ant colony algorithm dynamic routing algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:2380
    • 提供者:yanxinxu
  1. ACO-BP

    4下载:
  2. 实现了蚁群算法与BP神经网络的结合。 -ACO-BP
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-11-22
    • 文件大小:2146
    • 提供者:lwd
  1. Image-Edge-Detection-Using-Ant-Colony-Optimization

    1下载:
  2. This a demo program of image edge detection using ant colony, based on the paper, "An Ant Colony Optimization Algorithm For Image Edge Detection," 基于蚁群算法的图像边缘检测。IEEE于2008收录的文章.有matlab源程序和“An Ant Colony Optimization Algorithm For Image Edge Detectio
  3. 所属分类:Graph program

    • 发布日期:2017-03-22
    • 文件大小:306346
    • 提供者:miaosiyi
  1. algorithms

    2下载:
  2. 我个人收集的各类智能算法,共有20多个源代码,包括:遗传算法,蚁群算法,粒子群算法,微分进化算法,遗传神经网络算法,粒子群SVM算法,粒子群神经网络算法等混合算法-I collect all kinds of intelligent algorithms, a total of more than 20 source code, including: genetic algorithms, ant colony optimization, particle swarm optimization,
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-21
    • 文件大小:6202087
    • 提供者:王军
  1. jibenyiqunjuleisuanfa

    4下载:
  2. 该算法,解决了不收敛的问题,聚类效果非常好(效果图如附件图片所示)。改进的蚁群算法是基于遗传算法的改进,在基本遗传算法的基础之上,加入了变异因子,产生变异,从而更快的收敛。-Basic ant clustering algorithm and its improved algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:50946
    • 提供者:卫民
  1. MATWORK

    1下载:
  2. 分别使用遗传算法、Hopfiled神经网络和蚁群算法基于MATLAB实现了TSP问题的近似求解。-COMPARATIVE STUDY AND COMPREHENSIVE EVALUATION OF SEVERAL INTELLIGENT ALGORITHMS FOR SOLVING TSP PROBLEM
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:646833
    • 提供者:willnow
  1. Cpp

    0下载:
  2. VRP问题蚁群算法的c++源码,很具有代表性-VRP problem of the ant colony algorithm c++ source code, it is a representative
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-07
    • 文件大小:11604
    • 提供者:任树伟
  1. QosRoute-Antcolony

    0下载:
  2. %% Ant Colony Algorithm for QoS Multicast Routing % QoS组播路由蚁群算法- Ant Colony Algorithm for QoS Multicast Routing QoS Multicast Routing with Ant Colony Algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:2719
    • 提供者:zhao xian sheng
« 1 2 3 4 5 6 78 9 10 11 12 ... 49 »
搜珍网 www.dssz.com