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

搜索资源列表

  1. tsp

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

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

    0下载:
  2. 采用Inver-over算法求解TSP问题(包括测试算例),算法结果较好,收敛较快。-This algorithm introuduce the Inver-over operotor that is solved TSP problems.(Including testing benchmarks).
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:356404
    • 提供者:李北辰
  1. TSP-GA

    0下载:
  2. 使用遗传算法解决TSP问题,简单,通用,鲁棒性好-The use of genetic algorithm to solve the TSP problem, simple, universal, robust and good
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:212294
    • 提供者:赵群英
  1. tsp

    0下载:
  2. 用VB写的利用蚁群优化算法解决的20个点的TSP问题,给出了路径以及经过每个点的顺序。-Using VB to write the use of ant colony optimization algorithm to solve the 20 points of TSP problem, given the path and through each point order.
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:246840
    • 提供者:孙斌
  1. TSP

    0下载:
  2. this a branch and bound code for TSP-this is a branch and bound code for TSP
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:14920
    • 提供者:N
  1. tsp

    0下载:
  2. 高级人工智能算法中的TSP问题求解,应用模拟退火算法实现-tsp problem solved in vc++
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-04
    • 文件大小:3370
    • 提供者:lz
  1. TSP

    1下载:
  2. 用matlab实现了简单遗传算法解决TSP问题,有界面。-Using matlab to achieve a simple genetic algorithm to solve the TSP problem, there are interfaces.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:15818
    • 提供者:王剑亭
  1. TSP

    0下载:
  2. 应用模拟退火算法求解TSP的主要程序,主要应用在ITS中。-Application of simulated annealing algorithm for TSP of the main proceeding.
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:2990
    • 提供者:saishangniuyang
  1. GA-TSP

    0下载:
  2. 在matlab环境下,用遗传算法实现解决TSP问题。应该可以运行。。既不清楚了-deal with TSP problem with GA
  3. 所属分类:matlab

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

    0下载:
  2. GA-TSP 运用遗传算法求解TSP问题,需要分开函数保存在运行。-GA-TSP the use of genetic algorithm to solve TSP problem and needs to separate the function is saved in the running.
  3. 所属分类:matlab

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

    0下载:
  2. 禁忌算法解决TSP问题,程序简单效率高,欢迎来完善-Tabu algorithm to solve TSP problem, the program simple and efficient, welcome to improve
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:1108
    • 提供者:吕淇
  1. TSP

    0下载:
  2. 模拟退火处理tsp问题,matlab 代码-tsp problem matlab code
  3. 所属分类:matlab

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

    0下载:
  2. 遗传算法,可以实现遗传算法TSP优化,图形显示优化过程。可以设定遗传种群个数、变异率等参数。-Genetic algorithm, genetic algorithm can achieve TSP optimization, graphics optimization process. Can set the number of genetic populations, mutation rates and other parameters.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-12
    • 文件大小:2716172
    • 提供者:gyf
  1. tsp-2.0

    0下载:
  2. 一个用Java编的TSP小工具,需要调试-TSP a small series with Java tools, need to debug
  3. 所属分类:Java Develop

    • 发布日期:2017-05-10
    • 文件大小:2408016
    • 提供者:谢云翔
  1. TSP

    1下载:
  2. TSP 模拟退火 求最短路径 哈米尔顿回路-tsp
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:8225
    • 提供者:agan
  1. TSP

    0下载:
  2. TSP问题的经典算法,是实验课的时候做出来的,希望对大家有用-TSP
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-17
    • 文件大小:4521734
    • 提供者:聂必才
  1. TSP

    0下载:
  2. 用模拟退火算法和遗传算法实现TSP旅行商问题,并可以用Matlab对结果进行图形显示分析,非常实用于初学者-Using simulated annealing algorithm and genetic algorithm traveling salesman problem TSP, and the results can be used Matlab graphics analysis, very useful for beginners
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:1744903
    • 提供者:翁海冰
  1. TSP

    0下载:
  2. 回溯法解决TSP问题,对于任何的无向图,只要存在回路均可找到,无回路也可检测出来!-Backtracking to solve TSP problem, for any undirected graph, loop as long as there can be found, no loop can be detected!
  3. 所属分类:Data structs

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

    0下载:
  2. 利用遗传算法求解旅行商问题 旅行商问题,即TSP问题(Travelling Salesman Problem)是数学领域中著名问题之一。假设有一个旅行商人要拜访n个城市,他必须选择所要走的路径,路经的限制是每个城市只能拜访一次,而且最后要回到原来出发的城市。路径的选择目标是要求得的路径路程为所有路径之中的最小值。 -Traveling salesman problem using genetic algorithm traveling salesman problem, namely, th
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:7326
    • 提供者:yanzhongyuan
  1. TSP

    0下载:
  2. 这是用Delphi编写的程序,目的是用TSP(分支限界法)实现旅行商问题-This is a program written with Delphi, the purpose is to use TSP (branch and bound method) to achieve the traveling salesman problem
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-27
    • 文件大小:191507
    • 提供者:wen
« 1 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com