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

搜索资源列表

  1. ars.scr

    0下载:
  2. JAVA版的蚂蚁算法(Ant Colony Optimization Algorithms) -JAVA version of the ant algorithm (Ant Colony Optimization Algorithms)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:79.99kb
    • 提供者:张强
  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
    • 文件大小:5.91mb
    • 提供者:王军
  1. stock

    0下载:
  2. have recently become very interested in the area of genetic algorithms and Ant Colony Optimization techniques. I was determined to write a complete program demonstrating these two techniques. In particular I wanted to compare the efficiency of these
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:96.74kb
    • 提供者:nasser
  1. ACO.ZIP

    0下载:
  2. ACO algorythm. This software package provides an implementation of various Ant Colony Optimization (ACO) algorithms applied to the symmetric Traveling Salesman Problem (TSP). The ACO algorithms implemented are Ant System, Elitist Ant System, MAX-MIN
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:34.38kb
    • 提供者:Aco17
  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
    • 文件大小:279.82kb
    • 提供者:张学利
  1. ACOTSP.V1.0

    0下载:
  2. 大师级人物写的蚁群算法解决TSP问题,真的挺不错,你可以下下来看看的.- Program s name: acotsp Ant Colony Optimization algorithms (AS, ACS, EAS, RAS, MMAS, BWAS) for the symmetric TSP Copyright (C) 2004 Thomas Stuetzle This program is free software yo
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:86.86kb
    • 提供者:duane
  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
    • 文件大小:227.53kb
    • 提供者: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
    • 文件大小:224.04kb
    • 提供者:juksa
  1. ACA

    0下载:
  2. 关于蚁群优化算法和其他混合算法的优秀博士论文,相关领域的人员可参考-On the ant colony optimization algorithms and other hybrid algorithm of the best doctoral thesis of personnel in related fields can be found
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-05-17
    • 文件大小:4.43mb
    • 提供者:meimei
  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
    • 文件大小:1.54kb
    • 提供者:张望
  1. MCMProjects

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

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

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

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

    1下载:
  2. 其中包含了三种算法,粒子群优化方法,遗传算法和蚁群算法-Which contains the three algorithms, particle swarm optimization, genetic algorithms and ant colony algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:10.63kb
    • 提供者:宣利峰
  1. Ant-Colony-Optimization-Marco-Dorigo-Thomas-Stutz

    0下载:
  2. This book introduces the rapidly growing field of ant colony optimization. It gives a broad overview of many aspects of ACO, ranging from a detailed descr iption of the ideas underlying ACO, to the definition of how ACO can generally be applied t
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-09
    • 文件大小:1.85mb
    • 提供者:shalin
  1. Ant-Colony-Optimization-algorithms

    0下载:
  2. ant colony optimization algorithms
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:143.95kb
    • 提供者:rubberfly
  1. ant-colony-optimization-algorithm

    0下载:
  2. 建立了带约束条件的物流配送问题的数学模型,运用蚁群算法解决物流配送路径 优化问题,并将遗传算法的复制、交叉、变异等遗传算子引入蚁群算法,同时改进信息素的 更新方式、客户点选择策略,以提高算法的收敛速度和全局搜索能力。经过多次实验和计算 ,证明了用改进的蚁群算法优化物流配送线路,可以有效而快速地求得问题的最优解或近似最 优解。-A mathematical model with the constraints of logistics and distribution issues,
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:15.67kb
    • 提供者:低调惜缘
  1. ant-colony-optimization

    0下载:
  2. Large-scale problems are nonlinear problems that need metaheuristics, or global optimization algorithms. This paper reviews nature-inspired metaheuristics, then it introduces a framework named Competitive Ant Colony Optimization inspired by the chemi
  3. 所属分类:Algorithm

  1. Ant-colony-optimization-algorithms

    0下载:
  2. 改进传统蚁群算法,基于同一位置出发,考虑每一个城市地点之间的权重值,最终得出路径次优但是花费最少的路线-Improved traditional ant colony algorithm, based on the same starting position, considering the weight values ​ ​ for each location between the city and ultimately come to a suboptimal pat
  3. 所属分类:matlab

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

    0下载:
  2. In computer science and operations research, the ant colony optimization algorithm (ACO) is a probabilistic technique for solving computational problems which can be reduced to finding good paths through graphs. This algorithm is a member of the a
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:47kb
    • 提供者:reyhooon
  1. ant-colony-optimization

    1下载:
  2. 蚁群优化是一组概率性元启发式算法和智能优化算法,受蚂蚁社会行为的启发。(Ant Colony Optimization (ACO) are a set of probabilistic metaheuristics and an intelligent optimization algorithms, inspired by social behavior of ants.)
  3. 所属分类:matlab例程

« 12 3 »
搜珍网 www.dssz.com