CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 matlab例程 搜索资源 - GA for tsp

搜索资源列表

  1. TravelingSalesmanProblemGeneticAlgorithm

    0下载:
  2. Finds a (near) optimal solution to the Traveling Salesman Problem (TSP) by setting up a Genetic Algorithm (GA) to search for the shortest path (least distance needed to travel to each city exactly once)
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:3.13kb
    • 提供者:阳关
  1. VRP_GA.rar

    0下载:
  2. 用GA遗传算法求解VRP车辆配送问题,以及VRP的特殊情况TSP旅行商问题,GA Genetic Algorithm for VRP with the distribution of vehicles, as well as the special circumstances of VRP Traveling Salesman Problem TSP
  3. 所属分类:matlab例程

    • 发布日期:2016-10-10
    • 文件大小:975byte
    • 提供者:yourchen
  1. MyTSP

    0下载:
  2. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2.06kb
    • 提供者:zdy
  1. ga-for-tsp

    3下载:
  2. 利用遗传算法解决50个城市tsp问题,适合初学者。-The use of genetic algorithm to solve the issue of 50 cities tsp, suitable for beginners.
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:3.36kb
    • 提供者:dayong
  1. GA

    0下载:
  2. matlab 遗传算法求解tsp,有详细的交叉,变异说明,适合初学者-matlab genetic algorithm tsp, detailed crossover, mutation descr iption, suitable for beginners
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:4.1kb
    • 提供者:ygy
  1. tspPSO

    0下载:
  2. tsp问题的pso ;粒子群算法 程序简单 简单粒子群 二分查找 速度更快 但是没有加入其余优化 希望得到优化后的 和GA优化后的算法-pso for TSP problems
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:704byte
    • 提供者:kimi jiang
  1. gaTSP

    1下载:
  2. 采用GA算法解决TSP问题,包含所需的9个m文件和一个测试文本文件。其中bianma.m出现错误提示,尚未解决。仅供参考-GA algorithm to solve TSP, including the 9 m files and a test text file. The which bianma.m error occurs, remain unresolved. For reference only
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:3.88kb
    • 提供者:李龙
  1. matlab-GA-not-have-improve

    0下载:
  2. 这是可以解决tsp问题的遗传算法的matlab,产生初始群体是没采用改良圈法代码,有测试数据,可供参考学习-this is a generic algorithm for tsp
  3. 所属分类:matlab

    • 发布日期:2017-11-20
    • 文件大小:1.02kb
    • 提供者:林永福
  1. matlab-GA-have-improve

    0下载:
  2. 这是一个采用改良圈法产生出初始群体的遗传算法,可以解决tsp问题,精度比较高,方便与没有采用改良圈法的程序进行比较-this is a generic algorithm for tsp,this algorithm adopt the improving ring algorithm to produce the init group
  3. 所属分类:matlab

    • 发布日期:2017-11-22
    • 文件大小:1.02kb
    • 提供者:林永福
  1. tsp

    0下载:
  2. solution for tsp with GA in matlab
  3. 所属分类:matlab

    • 发布日期:2017-11-30
    • 文件大小:100.21kb
    • 提供者:sara
  1. mtsp

    0下载:
  2. 多旅行商问题的遗传算法 环形 固定节点- MTSPOFS_GA Fixed Start Open Multiple Traveling Salesmen Problem (M-TSP) Genetic Algorithm (GA) Finds a (near) optimal solution to a variation of the "open" M-TSP by setting up a GA to search for the shortest route (le
  3. 所属分类:matlab

    • 发布日期:2017-11-11
    • 文件大小:9.75kb
    • 提供者:pxl
  1. GA-for-course

    0下载:
  2. 基于遗传算法的TSP问题的matlab解决方案-TSP problem based on genetic algorithm in matlab solutions
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:171kb
    • 提供者:安娜
  1. ACO_GA_Hybrid

    0下载:
  2. this code consits of aco and ga hybrid for tsp problem-this code consits of aco and ga hybrid for tsp problem
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:33.84kb
    • 提供者:dimpi
  1. mtspv_ga

    1下载:
  2. 基于遗传算法(GA)的多变量旅行商问题(TSP) ,MTSPV_GA Variable Multiple Traveling Salesman Problem (M-TSP) Genetic Algorithm (GA) Finds a (near) optimal solution to a variation of the M-TSP (that has a variable number of salesmen) by setting up a GA to search fo
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:3.56kb
    • 提供者:赵元
  1. mytsp

    0下载:
  2. matlab code for tsp with GA
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1.72kb
    • 提供者:elles
  1. GA-TSp

    0下载:
  2. 遗传算法求解34个城市之间的最优路径。可以运行-Genetic algorithm for optimal path 34 between the cities. Can run.
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:8.47kb
    • 提供者:叶枫
  1. pandey-final

    0下载:
  2. this code consists of both GA and pso based and comparison with aco for tsp-this code consists of both GA and pso based and comparison with aco for tsp......................
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:59.79kb
    • 提供者:pandey_ji
  1. yichuan

    1下载:
  2. 使用遗传算法解决旅行商问题,算法清晰,可运行。-GA for solving TSP problem
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1.79kb
    • 提供者:蒋林玻
  1. gs_TSP

    0下载:
  2. 基于遗传算法的TSP问题MATLAB程序实现(MATLAB program realization based on genetic algorithm for TSP problem)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-20
    • 文件大小:2kb
    • 提供者:zeroxcc
  1. TSPLIB

    1下载:
  2. TSP经典问题 内含一个用MATLAB GA写成的TSP算法 适合新手学习(The classic TSP problem contains a TSP algorithm written in MATLAB GA for beginners)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-10
    • 文件大小:104kb
    • 提供者:huahuahua1
« 12 »
搜珍网 www.dssz.com