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

搜索资源列表

  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
    • 文件大小:6.51kb
    • 提供者:阿科
  1. ant_test

    0下载:
  2. 蚁群算法的程序,是关于函数优化的,是一个同学给的,上传上去和大家分享
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:39.21kb
    • 提供者:杜鲁燕
  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-15
    • 文件大小:5.84kb
    • 提供者:conke
  1. PrincipleandApplicationofantcolonyalgorithm

    0下载:
  2. 蚁群算法的原理及其应用.pdf;;蚁群算法是优化领域中新出现的一种仿生进 化算法。该算法采用分布式并行计算机制,具有较强的鲁棒性 但有搜索时间较长,易陷入局部最优解的缺点。-The principle of ant colony algorithm and its application. Pdf ant colony algorithm is to optimize the emerging field of evolutionary algorithm for a bionic. T
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:290.2kb
    • 提供者:冒晶晶
  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
    • 文件大小:4.23mb
    • 提供者:王巍
  1. wangzhan

    0下载:
  2. 智能优化算法(蚁群算法,模拟退火退火算法,遗传算法,等)-Intelligent optimization algorithm (ant group, annealing, genetic algorithm and so on)
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:14.36kb
    • 提供者:王展
  1. MMAS

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

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

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

    • 发布日期:2017-03-30
    • 文件大小:3.6kb
    • 提供者: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-14
    • 文件大小:2.14kb
    • 提供者:liucong
  1. Ant-Algorithm--CPP

    1下载:
  2. 蚂蚁算法 是一种用来在图中寻找优化路径的机率型算法。它由Marco Dorigo于1992年在他的博士论文中提出,其灵感来源于蚂蚁在寻找食物过程中发现路径的行为。蚁群算法是一种模拟进化算法,初步的研究表明该算法具有许多优良的性质.针对PID控制器参数优化设计问题,将蚁群算法设计的结果与遗传算法设计的结果进行了比较,数值仿真结果表明,蚁群算法具有一种新的模拟进化优化方法的有效性和应用价值。 -Ant Algorithm
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-03-11
    • 文件大小:29.52kb
    • 提供者:张俊丰
  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-27
    • 文件大小:1.51kb
    • 提供者:詹东文
  1. ant

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

    • 发布日期:2017-11-27
    • 文件大小:1.51kb
    • 提供者:张勇
  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-07
    • 文件大小:1.75kb
    • 提供者:wushuyuan
  1. ACO_on_JSSP

    4下载:
  2. 该程序是用matlab实现蚁群优化算法求解车间调度问题-The program is ACO algorithm for the jobshop scheduling problem
  3. 所属分类:Algorithm

    • 发布日期:2017-04-23
    • 文件大小:56.62kb
    • 提供者:熊福力
  1. MMAS

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

    • 发布日期:2017-04-08
    • 文件大小:10.7kb
    • 提供者:祝民鹏
  1. Ant-Colony-Optimization

    0下载:
  2. 一个蚁群优化算法的JAVA代码,代码清晰、简单,很适合初学者学习。-Ant Colony Optimization
  3. 所属分类:Algorithm

    • 发布日期:2017-04-26
    • 文件大小:8.81kb
    • 提供者:李寒月
  1. MOACO

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

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

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

    • 发布日期:2017-05-03
    • 文件大小:616.34kb
    • 提供者: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
    • 文件大小:566byte
    • 提供者: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
    • 文件大小:1kb
    • 提供者:巴二二
搜珍网 www.dssz.com