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

搜索资源列表

  1. tsplib

    0下载:
  2. matlab求解tsplib,该算法简单有效,能够解决tsplib的通用问题,通过计算机仿真,得到结果与实际符合度较高-Matlab tsplib solution, the algorithm is simple and effective, tsplib can solve the common problems through computer simulation, and the actual outcome with a higher degree
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:17.62kb
    • 提供者:吴伟锋
  1. eil51

    2下载:
  2. 在http://elib.zib.de/pub/Packages/mp-testdata/tsp/tsplib/tsp/上下载eil51地图,以eil51.tsp与源程序存在一起-at http : / / elib.zib.de / pub / Packages / mp - testdata / t sp / tsplib / tsp / eil51 download maps, eil51.tsp to exist together with the source
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2.8kb
    • 提供者:huanxong
  1. MAOS_TSP

    0下载:
  2. 用于求解TSP(Traveling salesman problem,旅行商问题)问题,基本执行见run.bat, 其它详见其中的readme.txt。(实例为TSPLIB格式,见myprojects目录,包括eil51, d198, lin318等小型问题,以及1000到3000城市之间的例子,基本能得到最优解)-for TSP (Traveling salesman problem, TSP), the implementation of basic run.bat see, see the
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:229.08kb
    • 提供者:caqi
  1. TSPLIB_source

    0下载:
  2. A library for TSP Simmetric problem.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:26.09kb
    • 提供者:Raffaello
  1. p2gAp4.tar

    0下载:
  2. TSP Algorithm (GRASP+Simmulated annealing) TSPLIB format compliant
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:112.2kb
    • 提供者:spadks
  1. ga.py

    0下载:
  2. Pyhton Implementation of Genetic Algorithm Using Classes. This one is pretty easy and works fine for any TSPLIB problems.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:2.9kb
    • 提供者:Prasenjit Nag
  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
    • 文件大小:2.17kb
    • 提供者:gaofeng
  1. ant

    0下载:
  2. 蚂蚁算法系列中的ACS算法,实现对tsplib算例的计算。-Ant algorithm series of ACS algorithm to realize tsplib example calculation.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-23
    • 文件大小:1.99kb
    • 提供者:kevin
  1. mmas

    0下载:
  2. 蚂蚁算法系列中的mmas算法,实现对tsplib算例的计算,较多算例能达到已知最优解。-Ant algorithm series of mmas algorithm to realize tsplib example calculation, more examples can achieve known optimal solution.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-07
    • 文件大小:2.39kb
    • 提供者:kevin
  1. A-Novel-Improved-Ant-Colony-Algor

    0下载:
  2. :在介绍基本蚁群算法原理的基础上,对其作了许多改进以提高其全局优化寻优速度,并给出了 详尽的新算法编程仿真实现步骤,最后将未改进的基本蚁群算法与本文改进后的蚁群算法分别应用于TSPLIB中的Att532 P问题进行了仿真实验-Abstract:Firstly.the principle of basic ant colony algorithm (ACA)is introduced.Then.a series of schemes to improve the global optimi
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-09
    • 文件大小:181.41kb
    • 提供者:zhangyan
  1. Basic-Ant

    0下载:
  2. 最基本的蚁群算法!转自Excelhome,附大量TSPLIB数据 -The most basic ant colony algorithm! Transfer Excelhome, attached to a large TSPLIB data
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-14
    • 文件大小:242.47kb
    • 提供者:陈航航
  1. TSPLIB

    2下载:
  2. 蚁群算法解决TSP问题时用到的城市数据,经过整理,可以直接调用。-Ant colony algorithm to solve TSP problem when the data used in the city, after finishing, you can call directly.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:109.11kb
    • 提供者:潘翔
  1. code

    0下载:
  2. 以经典的旅行商(Traveling Saleman Problem,TSP)问题作为模拟退火算法正确性和可行性验证的重要标准,并和已有的算法进行比较和讨论。最后,本文将在实现基本算法的同时,提出多种群并行计算的可行性,并且使用TSPLIB提供的数据和对应的最优解来检验模拟退火算法,分析模拟退火算法应用到TSP问题后得到的结果,从而得出在时间要求不高的情况下,使用多种群算法可以改善算法运行结果。-Design And Simulation Of Simulated Annealing Algori
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:2.94kb
    • 提供者:caca
  1. TSPLIB_DATA

    3下载:
  2. 解决TSP问题以及VRP问题的标准算例,TSPLIB中整合了研究领域经常使用的44个算例,并且包含当前最优解-Standard solution of the TSP and VRP problem example, TSPLIB the integration of 44 frequently used examples of research areas, and contains the current optimal solution
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:101.52kb
    • 提供者:孙海峰
  1. TSPLIB

    2下载:
  2. 非常全面的TSP测试函数,并附有对应最优解,下载之后无需解压,直接双击打开压缩文件即可查看TSP测试函数数据!!方便快捷-Very comprehensive TSP test function, and with the corresponding optimal solution, download without decompression, the direct double-click to open the compressed file to view the TSP test f
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:102.02kb
    • 提供者:meiyou
  1. TSPLib

    0下载:
  2. 解决TSP问题的进化算法. 使用java 来写的,主要参数设置-Evolutionary algorithm to solve TSP problem using java to write, the main parameter settings
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:33.09kb
    • 提供者:陈伶杰
  1. mbarws44

    0下载:
  2. matlab求解tsplib,该算法简单有效,能够解决tsplib的通用问题,不错-Matlab to solve tsplib, the algorithm is simple and effective and can solve the general problem of tsplib, good
  3. 所属分类:OpenGL program

    • 发布日期:2017-12-16
    • 文件大小:17kb
    • 提供者:UMF!881
  1. TSPLIB

    0下载:
  2. TSP library TSP library
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-20
    • 文件大小:19kb
    • 提供者:aceone
  1. ojrl

    0下载:
  2. matlab求解tsplib,该算法简单有效,能够解决tsplib的通用问题,不错(Matlab to solve tsplib, the algorithm is simple and effective and can solve the general problem of tsplib, good)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:17kb
    • 提供者:TCjxiq%216149
  1. TSPLIB

    1下载:
  2. TSP经典问题 内含一个用MATLAB GA写成的TSP算法 适合新手学习(The classic TSP problem contains a TSP algorithm written in MATLAB GA for beginners)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-10
    • 文件大小:104kb
    • 提供者:huahuahua1
搜珍网 www.dssz.com