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

搜索资源列表

  1. TSP

    1下载:
  2. TSP问题;蚁群算法;关键参数设置;MATLAB-MATLAB,tsp
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:3749
    • 提供者:sam
  1. tabu_search-Solve-the-TSP-problem

    0下载:
  2. 基于禁忌搜索算法的50个城市TSP问题的求解,可推广至类似NP-hard问题。-Tabu search algorithm based on the 50 cities TSP problem solving can be extended to a similar NP-hard problem.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:1191
    • 提供者:孙岩
  1. tsp

    0下载:
  2. 模拟退火算法的解决 具体在mATlab实现算法 -matlab
  3. 所属分类:matlab

    • 发布日期:2017-05-06
    • 文件大小:1419377
    • 提供者:keviele
  1. yiqunsuanfa

    0下载:
  2. 采用最新的人工智能算法,对城市问题(tsp)问题进行了很好的解决-Using the latest artificial intelligence algorithms, to urban problems (tsp) had a very good problem to solve
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:3085
    • 提供者:刘寿宝
  1. Multi-travelingsalesmanproblem

    0下载:
  2. 多旅行商问题是单旅行商问题的扩展, 具有更广泛的实际意义。在研究M TSP 解的特点的基础上, 提 出了最小化总行程和均分多个旅行商访问点数、最小化总行程及均分访问路程的两个多目标的M TSP 问题, 并分别给出了相应的数学模型、求解算法和应用实例, 实例表明模型的正确性。-Multi-traveling salesman problem traveling salesman problem is a single expansion, with a wider range of pra
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:242972
    • 提供者:Notics
  1. TSPmatalab

    0下载:
  2. TSP的matlab算法,包含相关的源代码及算法说明-matlab algorithm of TSP
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3052
    • 提供者:barry
  1. TSPconvhull

    0下载:
  2. TSP问题的一个简单实验例程,应用效果不错,可以作为初学者的参考-TSP problem with a simple test routine, applications good results can be used as a reference for beginners
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:3307
    • 提供者:李勤
  1. geneticTSP

    0下载:
  2. TSP问题(又名:旅行商问题,货郎担问题)遗传算法通用matlab程序-TSP problem (also known as: traveling salesman problem, traveling salesman problem) Common genetic algorithm matlab program
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:378233
    • 提供者:彭巍
  1. tsp

    0下载:
  2. matlat源程序解决tsp问题,使用的是遗传算法,与普通的程序不同,本程序详细介绍了遗传算子的构造-MATLAB to solve tsp problem
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:3745
    • 提供者:fang
  1. GA_TSP

    0下载:
  2. Another TSP GA for Maltab
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:2898
    • 提供者:aven
  1. tsp_ga

    0下载:
  2. SP_GA Traveling Salesman Problem (TSP) Genetic Algorithm (GA) Finds a (near) optimal solution to the TSP by setting up a GA to search for the shortest route (least distance for the salesman to travel to each city exactly once and return to t
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:2941
    • 提供者:gao
  1. threeAlgo

    0下载:
  2. matlab 遗传算法GA,粒子群算法PSO,蚁群算法AS 前段时间上智能计算方法实验课上,自己做的程序。帖到这里,希望有人能改进它们,交流经验这样更有价值。 遗传算法解决最小生成树问题,PURFER编码。 粒子群算法做无约束最优化问题。 蚁群算法解决TSP问题。 如果有宝贵经验希望能交流一下,谢谢,-matlab genetic algorithm GA, particle swarm optimization PSO, ant colony algorithm f
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:14281
    • 提供者:stephen
  1. MATLAB-Code-for-Simulated-Annealing

    0下载:
  2. TSP can be defined as a problem where starting from a node it is required to visit every other node only once in a way that the total distance covered is minimized. After an initial solution a neighborhood solution is selected by an exchange of a ran
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:13238
    • 提供者:amilcar
  1. TSPwithMPI

    0下载:
  2. TSP using GA in Matlab
  3. 所属分类:Document

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

    0下载:
  2. 小世界网络的matlab实现,源代码。希望对大家有用。-MAtlab real sw.
  3. 所属分类:Windows Develop

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

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

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

    0下载:
  2. TSP 程序 ,有Matlab GUI界面,完常直观,很有学习价值。-TSP programs with GUI base on GA,it s worth downloading
  3. 所属分类:Compress-Decompress algrithms

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

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

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

    0下载:
  2. it is a matlab program for ga sa tabu sworm opt heuristics we can also use matlab here. or there can
  3. 所属分类:Other systems

    • 发布日期:2017-03-24
    • 文件大小:9385
    • 提供者:virendra
  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 2 3 4 56 7 8 9 10 ... 47 »
搜珍网 www.dssz.com