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

搜索资源列表

  1. trp

    0下载:
  2. SA-TSP 模拟退火算法求解旅行商问题-SA - TSP simulated annealing algorithm for the traveling salesman problem
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:898
    • 提供者:吴勇
  1. tsp

    0下载:
  2. 利用模拟退火算法解决TSP问题(C++实现)-TSP PROBLEM
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:3608
    • 提供者:duan
  1. TSPAlogrithm

    0下载:
  2. tsp问题的模拟退火算法实现,使用VC++实现,-TSP DEVELOPMENT BY VC+
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:3410
    • 提供者:lz
  1. taiozhanbei

    0下载:
  2. 用遗传算法和模拟退火算法解决旅行商方面的问题-The genetic algorithm and simulated annealing algorithm to solve traveling salesman problems
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:5611
    • 提供者:沈海剑
  1. TSP

    0下载:
  2. 运用模拟退火法解决TSP问题,程序比较清晰,适合初学者借鉴-TSP using simulated annealing method to solve the problem, the program is relatively clear, suitable for beginners to learn
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:7909
    • 提供者:宋聃
  1. many-methods-to-solve-TSP

    1下载:
  2. 多种方式求解TSP问题,有遗传算法,A*算法,D算法,模拟退火,神经网络等-A variety of ways to solve TSP problem, a genetic algorithm, A* algorithm, D algorithm, simulated annealing, neural networks
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:7907
    • 提供者:xiaorh
  1. TSP

    0下载:
  2. 人工智能中的经典算法,TSP模拟退火算法。本程序简单实现了的用模拟退火算法实现了旅行商问题。只需在文本cities中输入各个城市之间的距离,运行程序后就可以求出旅行各个城市的最短距离。适合学习人工智能和对该算法有兴趣的同学使用。-Classic artificial intelligence algorithm, TSP simulated annealing algorithm. The program is simple to achieve with simulated annealing
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-17
    • 文件大小:37192
    • 提供者:李辉
  1. TSP-simulated-annealing-algorithm

    0下载:
  2. 应用于哈密顿回路的TSP模拟退火算法,里面有6个m文件-Hamiltonian circuit used in the TSP simulated annealing algorithm, which has a 6 m files
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:7911
    • 提供者:伏臻
  1. TSP-Simulated-Annealing

    0下载:
  2. 本程序提供了多种TSP模拟退火算法解决图论问题的代码。-This program offers a variety of simulated annealing algorithm to solve TSP graph theory problem code.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1695
    • 提供者:zzz
  1. TSP

    0下载:
  2. TSP模拟退火法,上人工智能课的时候布置的大作业,程序亲自运行调试,效果很好-TSP simulated annealing method which is the big task of the artificial intelligence class,the program personally run the debugger with good results
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3230
    • 提供者:李媛
  1. TSP

    0下载:
  2. 模拟退火算法解TSP, 模拟退火算法解TSP.-Simulated annealing algorithm TSP
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:192796
    • 提供者:鞠潭
  1. SA_TSP

    0下载:
  2. 通过模拟退火算法解决旅行商问题,具有较全的功能,改进算法可以直接加入其中(Through the simulated annealing algorithm to solve the traveling salesman problem, with full function, the improved algorithm can be directly added to them)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-25
    • 文件大小:5120
    • 提供者:燕子1993
  1. SAforTSP

    0下载:
  2. 模拟退火算法求解物流配送系统的tsp问题,使用MATLAB编写语言,简单易懂,适合初学者学习。(Simulated annealing algorithm for solving logistics and distribution systems TSP problem, using MATLAB programming language, easy to understand, suitable for beginners to learn.)
  3. 所属分类:数值算法/人工智能

  1. Untitled5

    0下载:
  2. 给定城市坐标,通过模拟退火求解TSP问题(Given the city coordinates, solve the TSP problem by simulated annealing)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-29
    • 文件大小:1024
    • 提供者:JJJ111
  1. Untitled6

    0下载:
  2. 随机生成坐标,利用模拟退火求解TSP问题(Randomly generate coordinates, using simulated annealing to solve TSP problem)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-28
    • 文件大小:1024
    • 提供者:JJJ111
  1. Simulated annealing algorithm

    0下载:
  2. 分析用模拟退火算法解决TSP问题时的编码方式、新解产生的方法等内容。(This paper analyzes the encoding method and new solution method of simulated annealing algorithm to solve TSP problem.)
  3. 所属分类:控制台编程

    • 发布日期:2018-01-04
    • 文件大小:6144
    • 提供者:小安雅
  1. tsp_use_simulated_annealing

    0下载:
  2. 模拟退火TSPMatlab实现,Matlab代码(tsp_use_simulated_annealing)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:1024
    • 提供者:你2017
  1. arithmetic

    0下载:
  2. 用Java分别实现了遗传、模拟退火、BP的旅行商问题(The traveling salesman problem of heredity, simulated annealing and BP was realized by Java)
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:367616
    • 提供者:于鱼鱼
  1. SA_TSP

    0下载:
  2. 介绍模拟退火算法,并应用到TSP问题上。并附有小程序(Introduce simulated annealing algorithm and apply it to TSP problem. With a small program)
  3. 所属分类:其他

    • 发布日期:2018-04-23
    • 文件大小:489472
    • 提供者:烟艹
  1. 模拟退火求解TSP

    0下载:
  2. 采用了模拟退火的方法求解旅行商问题,求解快速且准确。
  3. 所属分类:matlab例程

« 1 2 3 45 6 7 8 9 10 ... 20 »
搜珍网 www.dssz.com