CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - matlab 旅行商问题

搜索资源列表

  1. sa_tsp

    1下载:
  2. 旅行商(TSP)问题一直以来都是一个NP难问题,旅行商问题(TSP问题)就是一销售商从n个城市中的某一城市出发,不重复地走完其余n-1个城市并回到原出发点,在所有可能的路径中求出路径长度最短的一条。本次软件设计是利用模拟退火算法解决TSP问题,通过该软件设计,对模拟退火算法和旅行商问题有个初步的认识。-Traveling Salesman (TSP) problem has always been a NP hard problem, traveling salesman problem (TS
  3. 所属分类:Other windows programs

    • 发布日期:2016-03-14
    • 文件大小:1.39kb
    • 提供者:周薇
  1. ACO-TSP

    0下载:
  2. 利用蚁群算法解决旅行商问题,其中运用智能蚂蚁算法-Using Ant Colony Optimization Algorithm to solve Traveling Salesman Problem
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:72.38kb
    • 提供者:波波
  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
    • 文件大小:237.28kb
    • 提供者:Notics
  1. TSP

    0下载:
  2. 此程序是用于tsp问题,也就是单旅行商问题,内容全面,讲解清晰-This procedure is used for tsp problem, traveling salesman problem is a single, comprehensive, on a clear
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:9.82kb
    • 提供者:王斌
  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
    • 文件大小:369.37kb
    • 提供者:彭巍
  1. SOM-TSPcomplete[Matlab]

    0下载:
  2. TSP旅行商问题,本程序用matlab实现,应用som算法解决旅行商问题-SP traveling salesman problem, the program using matlab application som algorithm to solve the traveling salesman problem
  3. 所属分类:Other systems

    • 发布日期:2017-11-10
    • 文件大小:2.17kb
    • 提供者:
  1. TSP

    0下载:
  2. matlab版本 图论中的旅行商问题TSP算法 一般C版本的比较多,这里提供matlab版本的,更简单方便使用 -Matlab code of TSP algorithm in graph theory
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:10.71kb
    • 提供者:赛博格
  1. matlab

    0下载:
  2. 旅行商问题的经典代码,但是没有时间和容量的约束,是matlab代码-Classic traveling salesman problem code, but do not have time and capacity constraints, is matlab code
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:14.46kb
    • 提供者:lizhonghai
  1. main(TSP)

    0下载:
  2. 这是解决旅行商问题的matlab代码,我已经运行过,没问题。-This is the matlab code for solving traveling salesman problem, I ve been running, no problem.
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:631byte
    • 提供者:叶立强
  1. GAsolveTSP

    0下载:
  2. 遗传算法,使用遗传算法解决旅行商问题,MATLAB程序,完整-Genetic algorithm (ga), the use of genetic algorithm to solve traveling salesman problem, the MATLAB program, complete
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3.71kb
    • 提供者:yuan
  1. chapter22

    0下载:
  2. 用MATLAB语言编程蚁群算法求解旅行商问题-Ant colony algorithm for traveling salesman problem
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:2.61kb
    • 提供者:yanshen
  1. tsp

    0下载:
  2. 使用模拟退火算法实现著名的旅行商问题,该压缩包中有完整的matlab源码和实验的截图。-Simulated annealing algorithm famous traveling salesman problem, the complete package includes shots of matlab source and the compression experiments.
  3. 所属分类:Other systems

    • 发布日期:2017-04-30
    • 文件大小:271.64kb
    • 提供者:相知无悔
  1. Genetic-Algorithm-Path-master

    0下载:
  2. 使用遗传算法解决旅行商问题的matlab程序-Genetic algorithm to solve the traveling salesman problem matlab program
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-30
    • 文件大小:7.93kb
    • 提供者:
  1. fish--matlab

    0下载:
  2. 一个程序关于鱼群算法用来解决TSP问题,也就是旅行商问题-fish and MATLABs
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:14.01kb
    • 提供者:小帅
  1. tsp_NSGA

    0下载:
  2. 解决多目标的旅行商问题,可得出非劣解和前沿图(To solve the multi-objective traveling salesman problem, we can obtain the non inferiority solution and the frontier graph)
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:2kb
    • 提供者:liya037
  1. TSP_Ant

    0下载:
  2. 通过蚁群算法,建立数学模型,从而解决旅行商问题(Through the ant colony algorithm, a mathematical model is established to solve the traveling salesman problem)
  3. 所属分类:其他

  1. 遗传算法求解TSP问题

    0下载:
  2. matlab求解TSP的源代码,可以求解旅行商问题(Matlab source code for solving TSP)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:10kb
    • 提供者:珈南
  1. 5种多旅行商问题(MTSP)的遗传算法

    1下载:
  2. 基于遗传算法的多旅行商问题,其中有5种情况,均有代码(Multiple travel quotient problem based on genetic algorithm)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:26kb
    • 提供者:syyyyyyy
  1. 智能优化算法及其matlab实例code

    0下载:
  2. 遗传算法 粒子群 蚁群等7种算法,可解决求极值问题以及旅行商问题(Genetic algorithm, particle swarm optimization and ant colony algorithm can solve extreme value problem and traveling salesman problem. 7 algorithms are used to solve extreme value problem and traveling salesman probl
  3. 所属分类:其他

    • 发布日期:2020-06-10
    • 文件大小:122kb
    • 提供者:侯锐志
  1. ACO_TSP(1)

    1下载:
  2. 旅行商问题中求最短路径,代码实现以及结果可视化 matlab实现(The traveling salesman problem is to find the shortest path by matlab)
  3. 所属分类:其他

    • 发布日期:2019-12-19
    • 文件大小:3kb
    • 提供者:过期儿童
« 12 »
搜珍网 www.dssz.com