CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - Ant Colony Algorithm Optimization

搜索资源列表

  1. ACS(c++)

    0下载:
  2. 蚁群算法是新近出现的一种智能优化算法,是求解组合优化问题的又一种好的方法!-ant colony algorithm is a newly emerging intelligent optimization algorithm, the solution is the combinatorial optimization problems also a good way!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:6670
    • 提供者:阿科
  1. antchoice

    0下载:
  2. 有关蚁群算法的优化及应用在电老鼠进行最短距离的算法-Optimization of the ant colony algorithm and its application in electrical mice algorithm for the shortest distance
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:5977
    • 提供者:conke
  1. algorithmProjectReport

    0下载:
  2. "Evaluating Ant Colony Optimization on Traveling Salesman Problems" a project report in Algorithm design technique graduate course
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:262573
    • 提供者:tanvir
  1. SIALAB

    0下载:
  2. 此代码是有关群智能优化算法的集合平台,集成了遗传算法、微粒群算法和蚁群算法的BenchMark优化问题以及TSP问题的求解。-This code is related to group a collection of intelligent optimization algorithm platform, integrating the genetic algorithm, particle swarm optimization and ant colony optimization algor
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-03-15
    • 文件大小:4437091
    • 提供者:王巍
  1. MMAS

    0下载:
  2. 最大最小改进蚁群优化算法,c++工程,编译即可-Max Min Ant Colony Optimization Algorithm, c++ projects can be compiled
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:840597
    • 提供者:xuyc
  1. ant-colony-algorithm-

    0下载:
  2. 蚁群算法(ant colony optimization, ACO),又称蚂蚁算法,是一种用来在图中寻找优化路径的机率型算法-ant colony algorithm : survey and prospect
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:3683
    • 提供者:juanjuan0724
  1. vrptw-CPP

    0下载:
  2. 基于物流当中的VRPTW算法源程序 主要用于TSP中 对蚁群算法的优化-TSP in the optimization of ant colony algorithm based logistics VRPTW algorithm source which is mainly used for
  3. 所属分类:Algorithm

    • 发布日期:2017-11-13
    • 文件大小:2196
    • 提供者:liucong
  1. Ant-colony-algorithm

    0下载:
  2. 蚁群算法优化计算。多个路径中选择最优路径,来确定最优计算顺序-Ant colony optimization algorithm. Multiple paths, select the optimal path to determine the optimal calculation sequence
  3. 所属分类:Algorithm

    • 发布日期:2017-11-26
    • 文件大小:1544
    • 提供者:詹东文
  1. ant

    0下载:
  2. 蚁群算法是经典的优化智能算法,能找到的最短路径。-The ant colony optimization algorithm is the classic intelligent algorithm can find the shortest path.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-27
    • 文件大小:1549
    • 提供者:张勇
  1. ACA

    0下载:
  2. 蚁群算法解决连续空间上的全局优化问题,参数可以修改-Ant colony algorithm to solve the continuous space on the global optimization problems, the parameters can be modified
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:1795
    • 提供者:wushuyuan
  1. MMAS

    0下载:
  2. 采用C++语言编写的最大最小蚁群优化算法程序-C++ language using the max min ant colony optimization algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:10960
    • 提供者:祝民鹏
  1. AntColSource

    0下载:
  2. In all Ant Colony Optimization algorithms, each ant gets a start city. Beginning this city, the ant chooses the next city according to algorithm rules. After visiting all customer cities exactly once, the ant returns to the start city. The ants might
  3. 所属分类:Algorithm

    • 发布日期:2017-05-15
    • 文件大小:3791802
    • 提供者:amine
  1. antcolony

    0下载:
  2. This code is for solving traveling salesman problem using ant colony algorithm.Ant Colony Optimization (ACO) is a population-based approach for solving combinatorial optimization problems that is inspired by the foraging behavior of ants and thei
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1056
    • 提供者:uja
  1. Ant-algorithm

    0下载:
  2. Ant colony optimization toolbox, this toolbox is graph based toolbox. that can help you to understand who ant colony work. I hope that this software can useful for you
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:416210
    • 提供者:Long
  1. MOACO

    2下载:
  2. 多目标蚁群算法,蚁群算法(ant colony optimization, ACO),又称蚂蚁算法,是一种用来在图中寻找优化路径的机率型算法。-MOACO,Multi-objective ant colony algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1863
    • 提供者:kurt
  1. CMA-ES-optimization

    1下载:
  2. 包括优化算法源程序及算法原理介绍。自适应协方差矩阵进化策略,一种2000年左右发展起来的新优化算法,简称CMA-ES,最近十几年得到了学术界的广泛关注,非常有应用前景。这是一种黑箱子优化算法,可以再程序末自己定义优化函数,也可以调用外部程序(如有限元等)进行计算,然后提取优化函数的解。该优化算法在各种变量维度下的表现优于蚁群算法、粒子群算法,有较好的收敛性,这归功于其严谨的数学表达。-Covariance matrix adaptation evolution strategy, about o
  3. 所属分类:Algorithm

    • 发布日期:2017-05-03
    • 文件大小:631128
    • 提供者:Weizhu Yang
  1. spiral_dyn

    0下载:
  2. 基于结构优化的现代智能优化算法(遗传算法,蚁群算法,神经网络算法)-Modern intelligent optimization algorithm based on structural optimization (genetic algorithm, ant colony algorithm, neural network algorithm)
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:566
    • 提供者:xiao
  1. 蚁群算法解决最优化

    1下载:
  2. 运用蚁群算法matlab解决运输优化问题,运输网络优化求解(Ant colony algorithm (matlab) is used to solve the transportation optimization problem, and the transportation network is optimized)
  3. 所属分类:数学计算

    • 发布日期:2017-12-20
    • 文件大小:1024
    • 提供者:巴二二
搜珍网 www.dssz.com