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

搜索资源列表

  1. shiyan1

    0下载:
  2. 蚁群算法在求解连续空间优化问题中的应用研究-Ant colony algorithm in continuous space optimization problem solving in applied research
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:1496
    • 提供者:郭桃
  1. ACOC

    0下载:
  2. Paper Clustering using Ant Colony Optimization Algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:152253
    • 提供者:david_liauw
  1. 080502

    0下载:
  2. 基于MATLAB的蚁群算法仿真研究 :介绍了基于MATLAB的蚁群算法仿真研究。对佛罗里达州六城市旅行商问题进行了MATLAB仿真,计算结果显示,作为新型 进化算法,蚁群算法能够解决复杂组合优化问题。-Ant colony algorithm based on MATLAB Simulation: This paper introduces the ant colony algorithm based on the MATLAB simulation. Six Cities of Flo
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-05
    • 文件大小:286540
    • 提供者:张学利
  1. GA_ppt

    0下载:
  2. 本文档主要介绍智能优化算法的应用,并详细介绍了遗传算法和蚁群算法。-This document focuses on the application of intelligent optimization algorithms, and details of the genetic algorithm and ant colony algorithm.
  3. 所属分类:File Formats

    • 发布日期:2017-03-26
    • 文件大小:232992
    • 提供者:Amy
  1. myra

    0下载:
  2. Myra is a cross-platform Ant Colony Optimization framework written in Java. It provides a specialised data mining layer to support the application of ACO to classification problems, including the implementation of Ant-Miner and cAnt-Miner algorithms.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:229413
    • 提供者:juksa
  1. PIDcontrowithAOC

    1下载:
  2. 除了蚁群算法,可用于PID参数优化的智能算法还有很多,比如遗传算法、模拟退火算法、粒子群算法、人工鱼群算法,等等。-In addition to ant colony algorithm can be used to optimize the PID parameters there are many intelligent algorithms, such as genetic algorithms, simulated annealing algorithm, particle swarm
  3. 所属分类:Post-TeleCom sofeware systems

    • 发布日期:2017-03-30
    • 文件大小:1577
    • 提供者:张望
  1. ant

    0下载:
  2. 一个基于蚁群算法实现TSP问题的程序,自己已经运行,使用的VS-A TSP problem based on ant colony optimization procedure has run its own, using the VS
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:800947
    • 提供者:李英
  1. MCMProjects

    1下载:
  2. 我备战2010数学建模美赛所精心准备的算法资料,一共13个算法。应该说是目前比较全的算法集了。每个算法由一个VC6例子实现,来解决一个问题。其中一些是自己编写,其它的也是由网上找到后经过修改编译通过的。比赛结果还不错,一个M,现在把资料共享出来,希望对大家有所帮助,算法主要有模拟退火,遗传算法,蒙特卡罗算法,蚁群算法,粒子群算法,元胞自动机,Dijkstra,最小生成树算法,二分图最大匹配算法,最大流算法,动态规划算法,分支定界法,排队论算法,决策论算法等,我写了个说明文件,列的挺详细的-I a
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1355522
    • 提供者:一招鲜
  1. RoutingInWSN

    0下载:
  2. Routing in Wireless Sensor Networks Using Ant Colony Optimization的中文小弟毕设的内容之一 自己翻译的 效果一般 仅供参考-Routing in Wireless Sensor Networks Using Ant Colony Optimization of Chinese younger brother one of their own complete set of the contents of the translatio
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-03
    • 文件大小:133840
    • 提供者:lovewinner
  1. ant

    0下载:
  2. 用蚁群算法优化TSP问题的优化方法。已经调试可以运行。-TSP with ant colony optimization problem of optimization. Has debug run.
  3. 所属分类:AI-NN-PR

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

    0下载:
  2. 用蚁群优化算法寻找最佳路线以及路程长度的计算,-ant colony optimization algorithms
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:2241
    • 提供者:张琳
  1. ACOmatlab

    0下载:
  2. 蚁群算法的Matlab程序,用于连续函数优化-Ant colony algorithm Matlab program for continuous function optimization
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:5391
    • 提供者:杜政
  1. ant

    0下载:
  2. 蚁群优化算法 一种根据蚂蚁觅食设计的仿生优化算法 通过matlab实现-An ant colony optimization algorithm based on ant foraging optimization algorithm designed to achieve through matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:389478
    • 提供者:sss
  1. ant

    0下载:
  2. ant colony optimization
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:5791
    • 提供者:lucas
  1. ANT.CPP

    0下载:
  2. C++ Implementation of Ant Colony Optimization Program.This uses a Cost matrix to Calculate the Shortest path from a number of Cities.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2258
    • 提供者:Prasenjit Nag
  1. ANT

    0下载:
  2. 关于蚁群算法( 蚁群算法(ant colony optimization, ACO),又称蚂蚁算法,是一种用来在图中寻找优化 路径的机率型算法)的一些文章-Some articles on the ant colony algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-08
    • 文件大小:1604653
    • 提供者:123456
  1. Studies-on-Fuzzy-C-Means-Based-on-Ant-Colony-Algo

    0下载:
  2. A fault identification with fuzzy C-Mean clustering algorithm based on improved ant colony algorithm (ACA) is presented to avoid local optimization in iterative process of fuzzy C-Mean (FCM) clustering algorithm and the difficulty in fault cl
  3. 所属分类:Development Research

    • 发布日期:2017-03-23
    • 文件大小:273117
    • 提供者:rishi
  1. antc

    0下载:
  2. 其主要内容包括蚁群算法的思想起源、研究现状及机制原理;蚁群算法的复杂度分析;蚁群算法的收敛性证明;蚁群算法参数对其性能的影响;蚁群算法的参数选择原则;离散域和连续域蚁群算法的若干改进策略;蚁群算法在多个优化领域的典型应用;蚁群算法的硬件实现技术;蚁群算法与其它仿生优化算法的比较与融合;蚁群算法的研究展望;最后还在附录部分给出了基本蚁群算法的程序源代码和相关网站。.-Its main contents include the origin of ant colony algorithm idea,
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:4136
    • 提供者:ma
  1. YICHUAN-pid

    0下载:
  2. 基于蚁群算法的PID控制参数优化Matlab源码-PID control algorithm based on ant colony parameter optimization Matlab source
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1591
    • 提供者:M_Jaunty
  1. ACO

    0下载:
  2. Ant Colony Optimization for VRP
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3090
    • 提供者:Ashwin Balani
« 1 2 3 4 5 6 78 9 10 11 12 ... 34 »
搜珍网 www.dssz.com