CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 人工智能/神经网络/遗传算法 搜索资源 - ga for tsp

搜索资源列表

  1. TSP GA

    0下载:
  2. C#版遗传算法解TSP问题-C# version Genetic Algorithm for the Traveling Salesman Problem
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2014-01-20
    • 文件大小:8.34kb
    • 提供者:黄瑞
  1. MATLAB GA TSP

    0下载:
  2. MATLAB版遗传算法解TSP问题-MATLAB version Genetic Algorithm for the Traveling Salesman Problem
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2014-01-20
    • 文件大小:1.83kb
    • 提供者:黄瑞
  1. GA_TSP

    0下载:
  2. 遗传算法结局旅行商问题,有界面显示.实现简单的问题,初学者下载可以学习到很多东西。-the GA for TSP,has the gdi
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:1.19mb
    • 提供者:蔡旺旺
  1. GA-TSP

    0下载:
  2. 遗传算法求解TSP问题。包含6个文件。用matlab打开gatsp1.m,点击运行即可以得出结果。distTSP.txt文件包含了城市数据。如果更改了城市数,则须修改gatsp1.m文件中的N参数。-Genetic algorithm for TSP. Contains 6 files. Using matlab to open gatsp1.m, click on the results of running that can be drawn. distTSP.txt file contai
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:11.49kb
    • 提供者:
  1. GA_TSP

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

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

    0下载:
  2. MTSP_GA Multiple Traveling Salesmen Problem (M-TSP) Genetic Algorithm (GA) Finds a (near) optimal solution to the M-TSP by setting up a GA to search for the shortest route (least distance needed for the salesmen to travel to each city exactly o
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:3.87kb
    • 提供者:gao
  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
    • 文件大小:2.87kb
    • 提供者:gao
  1. ImprovedTSP

    0下载:
  2. 运用遗传算法GA解决TSP问题的C++源代码!希望能够对大家有所帮助-GA using genetic algorithms to solve TSP problem C++ source code! I hope this can help us
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:1.06mb
    • 提供者:lidan
  1. GA-TSP.code

    0下载:
  2. GA(遗传算法)求解TSP问题,GA(遗传算法)求解TSP问题。拿来分享下。-GA for solving TSP problems
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:2.47mb
    • 提供者:杨扬
  1. ga

    0下载:
  2. 遗传算法求解TSP问题.功能强大,结果精确,实用性强。-This is the programm for TSP,it is very good. GA very well.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:606.01kb
    • 提供者:杨文
  1. GAforTSP

    0下载:
  2. GA for tsp 是有C 语言编程的一个程序,对于解决TSP的问题-GA for tsp is a C language programming of a procedure for solving TSP problems
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:361.62kb
    • 提供者:zhaijingyu
  1. TSP

    0下载:
  2. 求已知给定坐标的旅行商问题,并且给出了丰富的子程序和详细的说明文字,特别适合GA初学者的编程指导-Request known to the given coordinates of the traveling salesman problem, and gives a wealth of subroutines and detailed captions, in particular, the programming guide for beginners GA
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:3.4kb
    • 提供者:hua gong
  1. TSP_Improved_GA

    0下载:
  2. 本程序为C++编写的TSP经典问题的改进遗传算法-improved GA code for TSP in C++
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-02
    • 文件大小:573.93kb
    • 提供者:吴廷映
  1. GA

    0下载:
  2. 经典的遗传算法,用于求解TSP问题,高效,方便,城市坐标已附于文本文件夹中-Classical genetic algorithm for solving TSP problems, efficient and convenient, the city coordinates is attached to a text file folder
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3.61kb
    • 提供者:许阳
  1. TspGA

    0下载:
  2. 针对tsp问题的ga算法,即用遗传算法来解决tsp问题-ga algorithm for tsp problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:422.69kb
    • 提供者:zhunt
  1. GA-TSp

    0下载:
  2. a genetic algorithm example : the traveling salesman problem. C source code, suitable for beginners and genetic algorithm optimization and other kinds of knowledge. Programming Language:Visual C++,
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:60.44kb
    • 提供者:esse
  1. chapter4-GA-TSP

    0下载:
  2. 遗传算法求TSP最短路径,非常有利于初学者学习-Genetic Algorithm for TSP shortest path, is very conducive for beginners to learn
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:9.03kb
    • 提供者:huangpei
  1. GA-TSP

    0下载:
  2. 用遗传算法求解TSP问题。 假设有一个旅行商人要拜访N个城市,他必须选择所要走的路径,路径的限制是每个城市只能拜访一次,而且最后要回到原来出发的城市。路径的选择目标是要求得的路径路程为所有路径之中的最小值。TSP问题是一个NPC问题。-Genetic algorithm for TSP. Suppose you have a travel business to visit N cities, he must choose which path to go, limiting the pat
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:2.87kb
    • 提供者:胡玥
  1. GA

    0下载:
  2. 遗传算法求解TSP,可以运行,效果好。。(Genetic algorithm for TSP)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-07
    • 文件大小:2kb
    • 提供者:小金鱼123
  1. tsp_ga

    2下载:
  2. GUI界面全程显示迭代求取过程,改进遗传算法求解TSP问题(GUI interface to display the entire strike iterative process, improved genetic algorithm for TSP)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-12-30
    • 文件大小:100kb
    • 提供者:且听风吟_ld
« 12 »
搜珍网 www.dssz.com