CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - tsp with aco

搜索资源列表

  1. PSO-ACO-TSP

    2下载:
  2. PSO-ACO-TSP算法,解决旅行商问题,结合PSO和ACO算法-PSO - ACO - TSP algorithm to solve the traveling salesman problem, and with PSO and ACO Algorithm
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:69057
    • 提供者:liangwei
  1. AntSystem

    2下载:
  2. 一个较好的蚁群MATLAB程序,附地图。-In this M-file, the implemention of ACO Algorithm is given with the support of reference papers listed. You can easily use it as following command to see the pictures of result and the iterative playing course.
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-07-12
    • 文件大小:27818
    • 提供者:boy
  1. aco

    0下载:
  2. 在visual c++下编写的ACO基本算法,实现对TSP问题的解决-In visual c++, prepared with the basic ACO algorithm, the solution to the problem of the TSP
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:3385
    • 提供者:xujiangle
  1. ACO

    0下载:
  2. 求解TSP问题的蚂蚁算法,利用TSPLIB上的测试用例做测试。用C语言实现。有注释。-Ant algorithm for solving TSP problems, the use of the test cases for testing TSPLIB. With the C language. Annotated.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:2227
    • 提供者:gaofeng
  1. ant

    0下载:
  2. 蚁群算法(ant colony algorithm,简称ACA)是20世纪90年代由意大利学者M.Dorigo等人首先提出来的一种新型的模拟进化算法.它的出现为解决NP一难问题提供了一条新的途径.用蚁群算法求解旅行商问题(TSP)、分配问题(QAP)、调度问题(JSP)等,取得了一系列较好的实验结果.虽然对蚁群算法研究的时间不长,但是初步研究已显示出蚁群算法在求解复杂优化问题(特别是离散优化问题)方面具有一定的优势,表明它是一种很有发展前景的方法.蚁群算法的主要特点是:正反馈、分布式计算.正反馈
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:2383
    • 提供者:咋都有
  1. my-ACO-for-TSP

    0下载:
  2. solving TSP problem with ACO in matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:3800
    • 提供者:maneshti
  1. ACO-for-TSP

    0下载:
  2. tsp aco algorithm with simulation
  3. 所属分类:source in ebook

    • 发布日期:2017-03-31
    • 文件大小:4092
    • 提供者:marmooz
  1. solve-Tsp-problem-with-ACO-Algorithm

    0下载:
  2. 用蚁群优化算法解决TSP问题,给定core set,只是编号不同,做同样的任务序列,发现结果不同;也是存在正相关-Solve the TSP Problem with ant colony Optimization algorithm
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-11-03
    • 文件大小:35288
    • 提供者:Brent Lee
  1. MATLAB-code-for-TSP

    1下载:
  2. 用GA算法和ACO算法在MATLAB上解决TSP问题,附有31个城市的坐标数据-Coordinate data with GA algorithms and ACO algorithm in MATLAB to solve the TSP with 31 cities
  3. 所属分类:transportation applications

    • 发布日期:2017-11-08
    • 文件大小:13953
    • 提供者:刘洪佚
  1. AntSolver

    0下载:
  2. 在linux下C写的蚁群算法,用于解决约束条件下的VRP、TSP问题,效果发很好。-AntSolver is a program for solving constraint satisfaction problems with ACO
  3. 所属分类:Other systems

    • 发布日期:2017-11-29
    • 文件大小:20422
    • 提供者:mlon
  1. AntSolver2.0

    0下载:
  2. 在linux下C写的蚁群算法,用于解决约束条件下的VRP、TSP问题,效果发很好。-AntSolver2.0 is a program for solving constraint satisfaction problems with ACO,more better than AntSolver
  3. 所属分类:Other systems

    • 发布日期:2017-12-07
    • 文件大小:20467
    • 提供者:mlon
  1. TSP

    0下载:
  2. Solving Traveling Salesman Problem (TSP) With Ant Colony Optimization (ACO)
  3. 所属分类:matlab

    • 发布日期:2017-12-07
    • 文件大小:1241
    • 提供者:LIND
  1. ACO

    0下载:
  2. 基于蚁群算法的机器人的路径规划问题蚁群算法,一种与传统的数学规划原理截然不同的,模拟自然生态系统以求解复杂优化问题(如NPC(NP Complete)类问题,典型的有TSP(Traveling Saleman Problem)问题)的仿生优化算法,因其较强分布式计算机制、鲁棒性、易于与其他方法相结合等优点,使得蚁群算法具有较广泛应用领域,为那些最优化技术难以解决的组合优化问题提供了一类新的切实可行的解决方案。从最初的一维的静态优化问题扩展到多维的动态组合优化问题,包括车辆路径规划,工程设计,电力
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-10
    • 文件大小:1100410
    • 提供者:lin
  1. ACA-----TSP

    0下载:
  2. 蚁群算法ACO应用于TSP问题,MATLAB程序代码,具有详细解释,运行正确-ACO ACO algorithm is applied to the TSP, MATLAB code, with a detailed explanation of the correct operation
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2042
    • 提供者:昊轩
  1. pandey-final

    0下载:
  2. this code consists of both GA and pso based and comparison with aco for tsp-this code consists of both GA and pso based and comparison with aco for tsp......................
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:61224
    • 提供者:pandey_ji
  1. ACO-TSP

    0下载:
  2. Ant Colony Optimization Algorithm (ACO) and TSP ACO algorithm mimics the behavior of real life ants and on how they interact with each other. The basic philosophy of the algorithm involves the movement of a colony of ants through the different stat
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:13949
    • 提供者:sorayya
  1. 05-ACO-for-TSP

    0下载:
  2. this code is ACO for TCP. work with this GA very simple.
  3. 所属分类:Communication

    • 发布日期:2017-05-04
    • 文件大小:4309
    • 提供者:rezanasiripour
  1. ACO v1

    0下载:
  2. tsp with aco in matlab
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:1024
    • 提供者:AbbasSalehi
  1. TSP问题代码

    0下载:
  2. 本文是以旅行商问题为研究点,利用蚂蚁算法优化求解最短路径,平台工具是具有绘图功能的matlab软件。(This paper takes traveling salesman problem as the research point, and uses ant algorithm to optimize the shortest path. The platform tool is matlab software with drawing function.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-24
    • 文件大小:12288
    • 提供者:lm521
  1. TPS ANT

    0下载:
  2. 使用蚁群算法解决TSP问题,python2.7(solve TSP with ACO algorithm)
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:3072
    • 提供者:
« 12 »
搜珍网 www.dssz.com