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

搜索资源列表

  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. 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. simulated-annealing(SA)

    0下载:
  2. 模拟退火方法解决TSP问题,代码用MATLAB实现,可直接运行,可自行修改初始城市数据-Simulated annealing algorithm to solve TSP problem, the code using MATLAB to achieve, can be run directly, you can modify the initial data on their own city
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2359
    • 提供者:王宇蒙
  1. aiwa

    0下载:
  2. 求解tsp问题的MATLAB程序,模拟退火算法源程序-MATLAB problem solving procedures tsp
  3. 所属分类:Graph program

    • 发布日期:2017-04-12
    • 文件大小:803
    • 提供者:cu63276
  1. GA100

    0下载:
  2. 利用模拟退火发求解TSP问题。Location.dat存储了每个城市的坐标-Simulating Anealing Method for TSP
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-13
    • 文件大小:1800
    • 提供者:ixh9279
  1. ACO3

    0下载:
  2. 融合蚁群算法和模拟退火算法的C++程序,解决TSP-Fusion ant colony algorithm and simulated annealing algorithm C++ program to solve TSP
  3. 所属分类:Algorithm

    • 发布日期:2017-05-18
    • 文件大小:4918684
    • 提供者:程俊涛
  1. MNTH_TSP

    0下载:
  2. 1. 本程序使用模拟退火算法解决TSP问题 a) 初始温度确定方法 选取任意状态为初始状态。以1为起始温度,不断升温,直到模拟所得接受概率大于90 ; b) 温度下降 温度下降系数为 0.95; c) 每一温度迭代 选取固定迭代次数 100 * n; d) 终止条件 温度下降次数到达 800,或某一温度下解不发生改变; 2. 本机运行及编译环境 win7 旗舰版 SP1 MINGW g++ 4.8.1 -Simu
  3. 所属分类:Algorithm

    • 发布日期:2017-05-03
    • 文件大小:687409
    • 提供者:墨者
  1. mgasa

    1下载:
  2. 本资源是Mgasa算法解决TSP问题的Matlab代码,资源中包括mgasa_main(Mgasa算法解决TSP问题代码),mgasa_fitness(适应度求取函数代码),mgasa_annealing(Mgasa算法中模拟退火代码),mgasa_select(遗传算法中选择函数代码),mgasa_crossover(遗传算法中染色体交叉互换函数代码),mgasa_mutation(遗传算法中基因突变函数代码),mgasa_change(Mgasa算法中选择过程代码)。同时代码中有Locati
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4352
    • 提供者:lfr
  1. MatLab-Script

    0下载:
  2. 基于启发式(Heuristic)的人工智能算法解决旅行商问题(Traveling Salesman Problem)。关键词:模拟退火,遗传算法。工作环境:matlab-An artificial intelligence algorithm based on heuristic to solve Traveling Salesman Problem(TSP). Key words: Simulated Annealing, Genetic Algorithm. Working environm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-09
    • 文件大小:1839443
    • 提供者:TerryYan
  1. Simulated-Annealing-matlab

    1下载:
  2. 利用模拟退火算法寻找我国31个省会城市(不含港澳台)的TSP最短路径.输出最短路径顺序及其长度,以及模拟退火算法迭代过程中的最短路径长度进化曲线-Simulated annealing algorithm to find China' s 31 provincial capital cities (excluding Hong Kong, Macao and Taiwan) of TSP shortest path shortest path output sequence and len
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:1255
    • 提供者:wang
  1. SA_TSP

    0下载:
  2. tsp问题的模拟退火算法求解,在matlab环境下运行- 检测到:中文 » 英语 Simulated annealing algorithm to solve TSP problems, in the matlab environment
  3. 所属分类:MPI

    • 发布日期:2017-05-04
    • 文件大小:6061
    • 提供者:zengyu
  1. simulated-annealing

    0下载:
  2. 19基于模拟退火算法的TSP算法 有源代码及图片-simulated annealing
  3. 所属分类:Algorithm

    • 发布日期:2017-05-04
    • 文件大小:6386
    • 提供者:连彦超
  1. SAA

    0下载:
  2. 模拟退火智能算法解决经典TSP问题,方便修改,注释方便理解-SAA only classical algorithm to solve TSP problem, easy to modify, easy to understand comments
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-05
    • 文件大小:4613
    • 提供者:anpan
  1. monituihuo

    0下载:
  2. 模拟退火算法的源代码,可有效解决旅行商问题(TSP)。-Simulated annealing algorithm source code, which can effectively solve the traveling salesman problem (TSP).
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-05
    • 文件大小:6156
    • 提供者:丁淼淼
  1. SA_TSP

    0下载:
  2. 用模拟退火算法求解TSP问题,matlab源码,绝对可运行。-Solving traveling salesman problem with simulated annealing algorithm,matlab code.
  3. 所属分类:Other windows programs

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