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

搜索资源列表

  1. TSP-based-on-improved-pso

    1下载:
  2. 基于对粒子群优化算法原理的分析,实现了一种基于TSP的改进的粒子群优化算法:求解TSP的混合粒子群算法,结合遗传算法、蚁群算法和模拟退火算法的思想来解决TSP问题。-Particle swarm optimization based on the principle of the analysis, implemented based on TSP, improved particle swarm optimization algorithm: solving the TSP hybrid pa
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-11-23
    • 文件大小:634043
    • 提供者:durongmao
  1. 求解TSP问题

    0下载:
  2. 对于TSP问题的路径优化,通过MATLAB实现
  3. 所属分类:文档资料

  1. TSP

    0下载:
  2. TSP问题是一个典型的、容易描述但是难以处理的NP完全问题,同时TSP问题也是诸多领域内出现的多种复杂问题的集中概括和简化形式。目前求解TSP问题的主要方法有启发式搜索法、模拟退火算法、遗传算法、Hopfield神经网络算法、二叉树描述算法。所以,有效解决TSP问题在计算理论上和实际应用上都有很高的价值,而且TSP问题由于其典型性已经成为各种启发式的搜索、优化算法的间接比较标准(如遗传算法、神经网络优化、列表寻优(TABU)法、模拟退火法等)。遗传算法就其本质来说,主要是解决复杂问题的一种鲁棒性
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-26
    • 文件大小:1279611
    • 提供者:孟晓龙
  1. tsp

    0下载:
  2. 基于MATLAB的TSP问题求解,有详细的程序解释和代码-MATLAB-based problem solving TSP, a detailed explanation of the program and code
  3. 所属分类:software engineering

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

    0下载:
  2. tsp问题求解 基于蚁群算法 粒子群算法 结果收敛稳定-problem solving tsp PSO algorithm based on ant colony algorithm convergence steady results
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-23
    • 文件大小:104989
    • 提供者:jiangxingzhou
  1. TSP-problem-solving

    0下载:
  2. TSP问题求解教程,TSP problem solving-TSP problem solving,TSP problem solving
  3. 所属分类:software engineering

    • 发布日期:2017-12-18
    • 文件大小:70656
    • 提供者:www
  1. TSP问题代码

    0下载:
  2. 本文是以旅行商问题为研究点,利用蚂蚁算法优化求解最短路径,平台工具是具有绘图功能的matlab软件。(This paper takes traveling salesman problem as the research point, and uses ant algorithm to optimize the shortest path. The platform tool is matlab software with drawing function.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-24
    • 文件大小:12288
    • 提供者:lm521
  1. tsp_pso

    0下载:
  2. 基于JAVA语言,使用粒子群算法求解旅行商(TSP)问题(Using particle swarm optimization (pso) algorithm to solve the traveling salesman problem)
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:927744
    • 提供者:一诺轻风
  1. 禁忌搜索算法

    0下载:
  2. 用于初学者学习tsp问题及其掌握禁忌搜索算法的应用(For beginners to learn TSP problems and master limited searching algorithm applications)
  3. 所属分类:其他

  1. Tabu Search

    0下载:
  2. 通过禁忌搜索算法求解TSP问题最优解问题(The tabu search algorithm is used to solve the optimal solution of the TSP problem)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-23
    • 文件大小:2048
    • 提供者:略懂先生
  1. pso求解旅行商问题

    1下载:
  2. pso算法实现tsp问题,算法运行速度特别快(pso solves tsp problem)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-20
    • 文件大小:3072
    • 提供者:lichensheng
  1. chapter22

    0下载:
  2. 蚁群算法的优化计算,属于求解TSP问题代码。(Ant colony algorithm for solving TSP code.)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-29
    • 文件大小:2048
    • 提供者:就是ni
  1. swap

    0下载:
  2. 该程序是用于求解tsp问题,采用模拟退火的算法。(Solving the TSP problem)
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:1024
    • 提供者:呀呀0414
  1. ACO-TSP

    1下载:
  2. 蚁群算法求解TSP问题,注释较全,非常适合新手学习。(Ant colony algorithm for TSP problem)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-25
    • 文件大小:912384
    • 提供者:陌丶
  1. TSP

    0下载:
  2. 使用matlab,利用遗传算法求解TSP问题(Using MATLAB, the genetic algorithm is used to solve the TSP problem)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-29
    • 文件大小:7168
    • 提供者:qwqwqwqw
  1. TSP Matlab程序

    0下载:
  2. 蚁群算法是当前研究非常火热的一种智能算法,下面的蚁群算法程序专门用于求解TSP问题,此程序由GreenSim团队于2006年初完成,最初公开发表于研学论坛,我们经过仿真检验,发现此程序的优化效率和鲁棒性都非常好。(Ant colony algorithm is an intelligent algorithm very hot current research, the special program of ant colony algorithm for solving the TSP pro
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-02
    • 文件大小:3072
    • 提供者:Victor_Z
  1. 禁忌算法求解tsp

    2下载:
  2. 利用禁忌搜索算法求解经典TSP问题。假设有一个旅行商人要拜访n个城市,他必须选择所要走的路径,路径的限制是每个城市只能拜访一次,而且最后要回到原来出发的城市。路径的选择目标是要求得的路径路程为所有路径之中的最小值。(Tabu search algorithm for solving classical TSP problems)
  3. 所属分类:书籍源码

    • 发布日期:2018-01-02
    • 文件大小:14336
    • 提供者:春天里的
  1. AA—TSP

    0下载:
  2. 本算法是在MATLAB下,用蚁群算法求解tsp问题(The algorithm is based on MATLAB, ant colony algorithm to solve the TSP problem)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-03
    • 文件大小:2048
    • 提供者:亚亚亚
  1. 混合粒子群算法原始

    0下载:
  2. 采用混合粒子群算法求解tsp问题MATLAB仿真(Hybrid particle swarm optimization (PSO) algorithm for MATLAB simulation of TSP problem)
  3. 所属分类:其他

    • 发布日期:2018-04-28
    • 文件大小:3072
    • 提供者:云·枫
  1. antcolonytsp

    0下载:
  2. 采用蚁群算法求解TSP问题 迭代次数设置200(Ant colony algorithm is used to solve TSP problem. The number of iterations is set to 200.)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-01
    • 文件大小:2048
    • 提供者:ertao47
« 1 2 3 45 6 7 8 9 10 ... 39 »
搜珍网 www.dssz.com