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

搜索资源列表

  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. simulated-annealing

    0下载:
  2. 清华大学本科生智能优化课程报告,用模拟退火算法和遗传算法解决TSP问题,含核心代码和注释-Tsinghua University undergraduate course reports intelligent optimization, simulated annealing algorithm and genetic algorithm to solve TSP problem, including the core code and comments
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:390023
    • 提供者:张似衡
  1. SA_TSPproblem

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

    • 发布日期:2017-04-03
    • 文件大小:1480
    • 提供者:yjm
  1. gasaTSP

    2下载:
  2. 利用改进的并行遗传退火算法求解了tsp问题,得到性能收敛图和最短路径-Using improved parallel genetic annealing algorithm the tsp problem, get map and the shortest route convergence performance
  3. 所属分类:matlab

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

    1下载:
  2. 基于模拟退火算法的TSP问题解算方法和二维路径规划-Based on simulated annealing algorithm for TSP solution method and two-dimensional path planning
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:15144
    • 提供者:凌晨
  1. SA

    0下载:
  2. 模拟退火算法解决TSP问题源程序(C++)-SA for TSP
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1718
    • 提供者:metropoliszxy
  1. SA_tsp

    0下载:
  2. 使用模拟退火算法解决tsp问题,运行得到最优解的概率在80 以上-solve tsp problem with Simulated Annealing algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:8011
    • 提供者:yuanwu
  1. matlab

    0下载:
  2. 很全的智能算法,包括粒子群算法、模拟退火算法、遗传算法、TSP问题求解、蚁群算法、人工神经网络算法以及相关结合算法-A full of intelligent algorithm, including the particle swarm algorithm, simulated annealing algorithm, genetic algorithm, the TSP problem, ant colony algorithm, and the combination of artific
  3. 所属分类:matlab

    • 发布日期:2017-06-10
    • 文件大小:16889426
    • 提供者:戴磊
  1. SSA_TSP

    0下载:
  2. 基于模拟退火发求解TSP问题,其中包含一个主程序和四个子程序,可修改参数-Solving TSP problem based on SSA
  3. 所属分类:assembly language

    • 发布日期:2017-04-14
    • 文件大小:3913
    • 提供者:郭建
« 1 2 ... 14 15 16 17 18 1920 21 »
搜珍网 www.dssz.com