搜索资源列表

  1. SolvingSymmetricalandDisSymmetricalTSPbaseonAntCol

    1下载:
  2. Using Ant Colony Optimization Algorithm to solve Traveling Salesman Problem.对此方面的研究很有帮助-Using Ant Colony Optimization Algorithm to solve Traveling Salesman Problem. This research helpful
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:28672
    • 提供者:阳关
  1. ACATSP-MATLAB

    0下载:
  2. 一个蚁群算法的matlab源程序,置入matlab目录后即可直接调用(附蚁群算法简介)-An ant colony algorithm matlab source, placed directly after the directory matlab call (with Ant Colony Algorithm Introduction)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:41984
    • 提供者:zmx8901
  1. CsharpTSP

    0下载:
  2. Csharp实现蚁群算法解决TSP问题,主要是一种模拟生物的进化:用信息素来引导蚂蚁向比较好的方向前进.是学习该算法的很好的参考源码-CSharp realize ant colony algorithm to solve TSP problems, primarily a simulation of biological evolution: the use of information has always been a bette
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:5120
    • 提供者:tony
  1. ant

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

    • 发布日期:2024-05-18
    • 文件大小:5120
    • 提供者:jay chou
  1. TSPDBANT

    0下载:
  2. TSP双蚁群算法,应用双蚁群算法,来解决TSP问题,即旅行商问题-TSP Two-ant colony algorithm, the application of dual-ant colony algorithm to solve TSP problems, that is, traveling salesman problem
  3. 所属分类:并行运算

    • 发布日期:2024-05-18
    • 文件大小:12288
    • 提供者:chen
  1. ACO_Knight_3

    0下载:
  2. 三维广义骑士巡游问题的蚁群算法的程序,能够很好的生成骑士巡游路径-Cavalier parade of three-dimensional problems of generalized ant colony algorithm procedure can generate a good path Cavalier Parade
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-18
    • 文件大小:3072
    • 提供者:姜德雷
  1. Double_ACO_TSP

    0下载:
  2. 此程序包是用双种群蚁群算法来求中国75个城市的最短路径问题,即典型的TSP问题,把包解压运行main.m文件即可-This package is a dual population of ant colony algorithm to seek China s 75 cities, the shortest path problem, that is typical TSP problem, the package can extrac
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:8192
    • 提供者:梁锦兆
  1. ant_colony_system

    0下载:
  2. 蚁群算法解决TSP问题 matlab程序-Ant colony algorithm to solve TSP problem matlab program
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:chenglong
  1. AntAlg

    0下载:
  2. 蚁群算法是解决电力调配系统和商场供货系统问题的有效算法,这里提供了一种蚁群算法,供大家参考-Ant colony algorithm to solve the power to deploy systems and shopping malls effective delivery system of algorithms, here provides an ant colony algorithm for the U.S. refer
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:2381824
    • 提供者:穆海华
  1. TSP

    0下载:
  2. 包括蚁群,模拟退火,遗传,神经网络,禁忌搜索等智能优化算法对TSP问题的解决。-Including ant colony, simulated annealing, genetic, neural networks, tabu search, such as intelligent optimization algorithm to TSP problem.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:7168
    • 提供者:orange
  1. ant[matlab]

    0下载:
  2. 蚁群聚类算法及其源码 蚁群聚类算法及其源码-Ant Colony Clustering Algorithm and its source and its source code ant colony clustering algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:3072
    • 提供者:
  1. test1

    0下载:
  2. 蚁群算法是模仿真实的蚁群行为而提出的一种模拟进化算法,蚂蚁之间是通过一种信息素的物质传递信息的,蚂蚁在运动的过程中能够在经过的路径上留下该物质,而且能够感知这种物质的存在及其强度,并以此指导自己的运动方向。它是一种通过类比组合优化和蚁群觅食行为而构造的一种算法,可以用来解决各种组合优化问题,本代码用来解决生产调度问题-Ant colony algorithm is based on real ant colony behavior an
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:20480
    • 提供者:穆海华
  1. antcolony

    0下载:
  2. 程序是蚁群算法在最短路中的应用,稍加扩展即可应用于机器人路径规划-Ant colony algorithm is a procedure in the most short-circuit the application, can be used to expand a little robot path planning
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:时招军
  1. ant

    0下载:
  2. 用蚁群算法实现路径规划, 能够自己创建地图-Ant colony algorithm using the path planning, can create your own map
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:6144
    • 提供者:Can
  1. AntIDE

    0下载:
  2. 我自己写的蚁群算法IDE,用到了管道技术,界面简单,实用。-I wrote it myself ant colony algorithm IDE, use the pipeline technology, the interface is simple and practical.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:3803136
    • 提供者:zhangmeng
  1. ACSforTSP

    0下载:
  2. 蚁群算法求解TSP 想和大家交流一下。-Ant Colony Algorithm for TSP would like to exchange.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:5120
    • 提供者:zyczyccy
  1. AntClusting_VC_Tranlynn

    0下载:
  2. 一个关于蚁群聚类的程序希望对大家有用 -A clustering procedure on the ant colony to all of us hope that useful
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:785408
    • 提供者:王林
  1. antnet-1.1-src

    0下载:
  2. 用OMNET++仿真蚁群的源码,是无线传感器网络仿真的一个重要工具-With OMNET++ The source ant colony simulation, wireless sensor network simulation is an important tool
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:43008
    • 提供者:heheh
  1. aco-code

    0下载:
  2. 蚁群算法的应用描述,借鉴以为师兄的博士毕业论文-Application of ant colony algorithm descr iption, from a doctoral thesis that师兄
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:180224
    • 提供者:wu
  1. Tsp

    0下载:
  2. 用java实现的利用蚁群算法实现的tsp问题,有图形输出-Java achieved with the use of ant colony algorithm to achieve the tsp problem graphics output
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-18
    • 文件大小:6144
    • 提供者:廖美健
« 1 2 3 45 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org