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

搜索资源列表

  1. ACS

    0下载:
  2. 基本蚁群算法用于解决eil51 TSP问题代码,开发环境是VC-basic ant colony algorithm is used to solve eil51 TSP code development environment is VC
  3. 所属分类:并行运算

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

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

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

    0下载:
  2. 蚁群算法( ant colony algorithm) 是由意大利学者 Dorigo 等人[1 ,2 ] 于20 世纪90 年代初期通过模拟自然界 中蚂蚁集体寻径的行为而提出的一种基于种群的启发 式仿生进化系统。蚁群算法包含两个基本阶段:适应阶 段和协作阶段。在适应阶段,各候选解根据积累的信息 不断调整自身结构。在协作阶段,候选解之间通过信息 交流,以期望产生性能更好的解,这类似于学习自动机 的学习机制。蚁群算法最早成功应用于解决著名的旅 行商问
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:5347
    • 提供者:jay chou
  1. TSPDBANT

    0下载:
  2. TSP双蚁群算法,应用双蚁群算法,来解决TSP问题,即旅行商问题
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:12189
    • 提供者:chen
  1. ga

    0下载:
  2. 龙哥的用MATLAB解决蚁群算法 3段解决蚁群算法蚁群算法-Longge the ant colony algorithm using MATLAB to solve 3
  3. 所属分类:source in ebook

    • 发布日期:2017-04-03
    • 文件大小:5299
    • 提供者:曾令龙
  1. ant

    0下载:
  2. 用蚁群算法解决TSP问题,该程序并非本人编写,见谅!-using ant colony to solve problem of TSP,this program is not created by me,forgiving me!
  3. 所属分类:MPI

    • 发布日期:2017-05-01
    • 文件大小:722217
    • 提供者:牛当当
  1. ANT

    0下载:
  2. 蚁群算法 解决车辆路径问题应用软件 VC-ant colony algorithm[VC++]
  3. 所属分类:assembly language

    • 发布日期:2017-04-15
    • 文件大小:11139
    • 提供者:xumeng
  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
    • 文件大小:1080
    • 提供者:小强
  1. Antcolony-algorithm

    0下载:
  2. 蚁群算法是一种新型模拟进化算法,次程序是 解决旅行商问题,matlab程序,很实用-Ant colony algorithm is a new type of simulated evolutionary algorithm, program is To solve traveling salesman problem, matlab, very practical
  3. 所属分类:assembly language

    • 发布日期:2017-11-20
    • 文件大小:4269
    • 提供者:刘宁
  1. YiQun

    0下载:
  2. 用蚁群算法来解决TSP问题,压缩包内附有源代码,可以正常运行-Ant colony algorithm to solve TSP problems, compressed package containing source code, can be normal operation
  3. 所属分类:assembly language

    • 发布日期:2017-04-17
    • 文件大小:313957
    • 提供者:wangming
  1. ant

    0下载:
  2. 经典蚁群算法 常用语解决tsp,多路径路由问题-Classical ant colony algorithm to solve common language tsp, multi-path routing problem
  3. 所属分类:source in ebook

    • 发布日期:2017-04-11
    • 文件大小:653
    • 提供者:严敏瑞
  1. abc

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

    • 发布日期:2017-04-14
    • 文件大小:5946
    • 提供者:丁丁
  1. yiqunsuanfa

    0下载:
  2. 蚁群算法解决TSP问题。通过蚁群算法解决一个城市的结合以及城市之间的旅行代价,寻找经过每个城市一次且仅一次而最终返回的旅行最小代价,及寻找最短路径。-Ant colony algorithm to solve TSP problem. Through the combination of ant colony algorithm to solve a city and cost of travel between cities, seeking after each city once and
  3. 所属分类:Compiler program

    • 发布日期:2017-05-05
    • 文件大小:380281
    • 提供者:高小英
  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-04
    • 文件大小:108436
    • 提供者:高小英
  1. TSP

    0下载:
  2. 能够解决旅行商的路径规划问题,是一个蚁群算法。-Can solve the traveling salesman problem of path planning is an ant colony algorithm.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-13
    • 文件大小:2100
    • 提供者:奚倩倩
  1. matlab-8.1

    1下载:
  2. 电力潮流蚁群优化算法,用于解决潮流优化问题,强力推荐-Power flow ant colony optimization algorithm for solving the power flow optimization problem, a strong recommendation
  3. 所属分类:assembly language

    • 发布日期:2017-05-05
    • 文件大小:10798
    • 提供者:冯禹清
  1. ACO_slove_TSP

    0下载:
  2. 根据最基本的蚁群算法条件编写的蚁群算法,用来解决TSP问题-According to the most basic conditions of ant colony algorithm written ant colony algorithm, used to solve the TSP problem
  3. 所属分类:source in ebook

    • 发布日期:2017-05-05
    • 文件大小:12974
    • 提供者:zyx
  1. antcolony蚁群算法客户时间窗车辆路径问题

    4下载:
  2. 蚁群算法求解带时间窗的车辆路径问题,所用软件:Matlab。结果有:路径图和配送路线以及迭代次数图,能解决带时间窗的车辆路径问题VRPTW。MAC系统可用。
  3. 所属分类:MacOS编程

搜珍网 www.dssz.com