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

搜索资源列表

  1. mmas

    0下载:
  2. 采用C++语言编写最大最小蚁群优化算法程序,解决问题-using C language largest smallest ant colony optimization algorithm to solve problems
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:5.17kb
    • 提供者:王红
  1. mop_5_27_modified_a

    2下载:
  2. 用改进蚁群算法求解一类连续空间优化问题的matlab实现-improved ant colony algorithm for solving a class of continuous space optimization problems achieving Matlab
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:2kb
    • 提供者:邹昨然
  1. PSOFuzzyModeler

    1下载:
  2. Fuzzy PSO算法仿真源代码,实现模糊蚁群优化算法的仿真。-Fuzzy PSO algorithm
  3. 所属分类:source in ebook

    • 发布日期:2017-05-13
    • 文件大小:3.05mb
    • 提供者:sukuifeng
  1. Antcolonyalgorithmpathplanning

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

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

    0下载:
  2. mop算法,蚁群算法,多目标优化,基于c-mop
  3. 所属分类:assembly language

    • 发布日期:2017-04-15
    • 文件大小:8.22kb
    • 提供者:王恒
  1. yiqunsuanfa

    1下载:
  2. 蚁群算法解决单目标函数优化问题。并通过作图的形式直观看出形象。-The ant colony algorithm to solve the single objective function optimization problem. And seen the image of the form of mapping intuitive.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-06
    • 文件大小:1.05kb
    • 提供者:小强
  1. ant

    0下载:
  2. 蚁群算法(ant colony optimization, ACO),又称蚂蚁算法,是一种用来在图中寻找优化路径的机率型算法。-The ant colony algorithm (ant colony optimization, ACO), also known as ant algorithm the the probability type algorithm is a method for finding the optimal path in the graph.
  3. 所属分类:source in ebook

    • 发布日期:2017-11-21
    • 文件大小:18.34kb
    • 提供者:xx
  1. zinengsufa

    0下载:
  2. 智能优化算法集(PSO GA 蚁群 上帝算法等)-Intelligent optimization algorithms set (PSO GA the ant colony God algorithms, etc.)
  3. 所属分类:source in ebook

    • 发布日期:2017-12-09
    • 文件大小:58.47kb
    • 提供者:易风
  1. matlab

    0下载:
  2. 优化算法,蚁群算法,有助于将实现过程理解,用matlab实现-It can help you study
  3. 所属分类:assembly language

    • 发布日期:2017-11-23
    • 文件大小:11.04kb
    • 提供者:李红
  1. matlab-resource

    0下载:
  2. 基于旅行商问题的蚁群算法优化,对于蚁群算法初学者很有帮助!-Optimization, ant colony algorithm based on the traveling salesman problem for the ant colony algorithm beginners helpful!
  3. 所属分类:MPI

    • 发布日期:2017-11-23
    • 文件大小:1.47mb
    • 提供者:zhengzhiwei
  1. Ant-Colony-Algorithmmatlab

    0下载:
  2. 蚁群算法是一种用来在图中寻找优化路径的机率型算法-Ant colony algorithm is a method used in the diagram to find the optimal path probability-based algorithm
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:10.96kb
    • 提供者:范振凯
  1. yichuanyuyiquan.RAR

    0下载:
  2. 蚁群算法,又称蚂蚁算法,是一种用来在图中寻找优化路径的机率型算法.-Ant Colony Optimization, ACO
  3. 所属分类:assembly language

    • 发布日期:2017-04-17
    • 文件大小:144kb
    • 提供者:王 王
  1. guzhang-zhenduan

    0下载:
  2. 蚁群优化算法,优化理论详细注解。更改数据后可举一反三-Ant colony optimization algorithm, optimization theory detailed notes. After you change the data can draw inferences
  3. 所属分类:assembly language

    • 发布日期:2017-04-17
    • 文件大小:211.84kb
    • 提供者:qiboci
  1. abc

    0下载:
  2. 蚁群算法 matlab代码 解决路径优化问题-Ant colony algorithm matlab code to solve the routing problem
  3. 所属分类:assembly language

    • 发布日期:2017-04-15
    • 文件大小:5.81kb
    • 提供者:丁丁
  1. antsystem-TSP

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

    • 发布日期:2017-04-07
    • 文件大小:2.63kb
    • 提供者:zj
  1. yiqun

    0下载:
  2. 蚁群算法的优化计算――旅行商问题(TSP)优化 -Ant colony optimization algorithm- traveling salesman problem (TSP) optimization
  3. 所属分类:source in ebook

    • 发布日期:2017-04-14
    • 文件大小:2.85kb
    • 提供者:snjuntin
  1. yiqunyouhua

    0下载:
  2. 蚁群算法是受真实的蚂蚁群体行为启发而得出的一类仿生算法。采用蚁群算法,设计好蚁群系统,利用MATLAB进行仿真,解决函数优化问题。-Ant colony algorithm is inspired by real ants swarm behavior and it is concluded that the category of bionic algorithm. Using ant colony algorithm, design good ant colony system, use o
  3. 所属分类:Compiler program

    • 发布日期:2017-05-05
    • 文件大小:105.89kb
    • 提供者:高小英
  1. ACO

    0下载:
  2. 蚁群算法(Ant Colony Optimization,ACO)是一种新颖的组合优化算法,它具有较强的鲁棒性、优良的分布式计算机制、易于与其他方法相结合等优点.包括改进的蚁群算法求解最优路径MATLAB源码,运行环境R2014b-Ant colony algorithm (Ant Colony Optimization, ACO) is a novel combinatorial optimization algorithm that is robust, excellent distribu
  3. 所属分类:source in ebook

    • 发布日期:2017-12-14
    • 文件大小:5.95kb
    • 提供者:高帅
  1. TSP双蚁群算法

    0下载:
  2. 蚁群算法是一种用来寻找优化路径的概率型算法。它由Marco Dorigo于1992年在他的博士论文中提出,其灵感来源于蚂蚁在寻找食物过程中发现路径的行为(The ant colony algorithm is a probabilistic algorithm used to find the optimal path. It was proposed by Marco Dorigo in his doctoral dissertation in 1992, inspired by the wa
  3. 所属分类:书籍源码

    • 发布日期:2018-01-02
    • 文件大小:16kb
    • 提供者:春天里的
  1. ACO-BP预测

    0下载:
  2. 一种基于蚁群算法优化的BP神经网络,请大家参考指正(Ant Colony Optimization BP Neural Network)
  3. 所属分类:汇编语言

    • 发布日期:2018-05-01
    • 文件大小:2kb
    • 提供者:X。
« 12 »
搜珍网 www.dssz.com