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

搜索资源列表

  1. monituihuo

    0下载:
  2. TSP问题(货郎担问题,旅行商问题)的模拟退火算法通用malab源程序-The TSP (traveling salesman problem, traveling salesman problem) simulated annealing algorithm generic malab source
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1614
    • 提供者:dai
  1. 1

    0下载:
  2. C语言模拟退火算法求TSP-SA-TSP describe by c program
  3. 所属分类:Console

    • 发布日期:2017-04-13
    • 文件大小:2349
    • 提供者:panchu
  1. MainAneal

    0下载:
  2. 模拟退火算法对tsp问题的求解,求解的是最优路径-Simulated annealing algorithm for tsp problem solving, solving the optimal path
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:1756
    • 提供者:罗列
  1. TSPS

    0下载:
  2. TSP问题(货郎担问题,旅行商问题)的模拟退火算法通用malab源程序-TSP (traveling salesman problem, traveling salesman problems) general malab source program of simulated annealing algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:778
    • 提供者:张飞
  1. DHUMCM2012-194-B

    0下载:
  2. 这是一个模拟退火的智能算法,用来解决TSP问题及其衍生问题。-Above using a simulated annealing intelligent algorithms that can solve TSP problem and its derivatives.
  3. 所属分类:ELanguage

    • 发布日期:2017-04-06
    • 文件大小:546819
    • 提供者:王川
  1. SA

    0下载:
  2. 模拟退火算法各个文件,帮助你求解tsp问题-The simulated annealing algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2640
    • 提供者:汪朝晖
  1. TSP_SA

    0下载:
  2. 基于模拟退火算法求解31个城市的TSP问题。通过模拟自然退火的过程,来实现全局的最优化。根据metropolis准则,接受新解。-Based on simulated annealing algorithm 31 cities TSP. By simulating the natural process of annealing to achieve global optimization. According metropolis criteria, accept the new soluti
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2257
    • 提供者:张嘉琦
  1. monituihuoTSP

    0下载:
  2. matlab编制模拟退火算法实例,用于解决经典TSP问题。-Examples of the preparation of simulated annealing algorithm matlab for solving the classic TSP.
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:4815
    • 提供者:songwei
  1. abc

    0下载:
  2. 模拟退火算法解决TSP问题 输入格式(城市坐标.in): 第行:1个整数N,表示城市的数量 第..N+1行:每行有个空格分开的整数x,y,第i+1行的x,y表示城市i的坐标-Simulated annealing algorithm to solve TSP Input Format (city coordinates in.): The first line: an integer N, the number of cities S .. N+1 lines: eac
  3. 所属分类:Shell api

    • 发布日期:2016-10-31
    • 文件大小:2048
    • 提供者:张苗
  1. simulated-annealing

    0下载:
  2. 关于模拟退火算法,用于解决最短路径的C语言程序设计,解决了TSP问题-About simulated annealing algorithm, C language program designed for solving the shortest path to solve the TSP problem
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:233751
    • 提供者:zero5885
  1. matlab1

    0下载:
  2. 用模拟退火算法计算tsp问题,MATLAB编程-Calculation tsp problem, MATLAB programming with simulated annealing algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3459
    • 提供者:尉星
  1. simulated_annealing

    0下载:
  2. 模拟退火算法实现TSP规划问题.已经测试没有问题的啊-Simulated annealing algorithm TSP problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-11
    • 文件大小:945
    • 提供者:feihong
  1. monituihuo

    0下载:
  2. 可以实现模拟退火 计算TSP问题 代码中给的是30个城市的坐标 可以自己进行代换-Simulated annealing can calculate the TSP
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1281
    • 提供者:何佳欢
  1. testexample

    0下载:
  2. MATALB 优化算法,模拟退火解决TSP问题-MATALB optimization algorithm, simulated annealing to solve the TSP problem
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:699
    • 提供者:张高
  1. SA

    0下载:
  2. 用matalab模拟退火算法解决 10 个城市的 TSP 问题,程序详细、实用,很适合初学者。-Using simulated annealing algorithm to solve matalab 10 cities TSP problem, the program detailed, practical, very suitable for beginners.
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3474
    • 提供者:zeng
  1. SA-Algorithm

    0下载:
  2. 以TSP问题为解决对象,详细探讨了模拟退火算法的原理,并通过C++语言来模拟实现并仿真算法性能,验证了模拟退火算法在搜索全局组合最优解问题的高效性。-The Study and Design of Simulated Annealing Algorithm
  3. 所属分类:Other systems

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

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

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

    0下载:
  2. TSP问题的遗传、模拟退火、邻域搜索、禁忌搜索算法对比-Genetic TSP problem, simulated annealing, neighborhood search, tabu search algorithm comparison
  3. 所属分类:Console

    • 发布日期:2017-05-03
    • 文件大小:661765
    • 提供者:姜艺
  1. simulated-annealing-algorithm

    0下载:
  2. matlab模拟退火算法的TSP算法,并实现以求解得到最优。-matlab simulated annealing algorithm TSP algorithm and implementation.
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:5690
    • 提供者:陈颉
  1. SA

    0下载:
  2. 自己编写的用模拟退火算法求解TSP问题的matlab程序-I have written with simulated annealing algorithm matlab program for TSP
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:5189
    • 提供者:尹元龙
« 1 2 ... 13 14 15 16 17 1819 20 »
搜珍网 www.dssz.com