CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 遗传算法 旅行商

搜索资源列表

  1. yichuan

    1下载:
  2. 遗传算法求旅行商,送货商,邮递员,灾情巡视等问题,是一种近似算法。-Genetic algorithm to solve the traveling salesman, delivery companies, mail carriers, disaster inspections and other issues, is an approximation algorithm.
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:7524
    • 提供者:木可
  1. genic_traveller

    0下载:
  2. 遗传算法解决旅行商问题,程序中附有注释,可以帮助你理解程序-Genetic algorithm to solve traveling salesman problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:4019
    • 提供者:满倩茹
  1. Cgan

    0下载:
  2. 改进的遗传算法求解旅行商问题~改进了遗传算子~-C language interface of genetic algorithms are ~ ~
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:339742
    • 提供者:huangqiulan
  1. monituihuo_GA

    0下载:
  2. 用模拟退火算法和遗传算法的混合算法求解旅行商问题-By simulated annealing algorithm and genetic algorithm hybrid algorithm for Traveling Salesman Problems
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:2403
    • 提供者:fjiayin
  1. tsp

    0下载:
  2. 用遗传算法求解tsp旅行商的源代码 有详细过程及注解-Tsp TSP by genetic algorithm source code for a detailed process and comments
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2889
    • 提供者:
  1. TSP_aco

    0下载:
  2. 用遗传算法解决旅行商问题,是比较简单的一个程序,但可以运行。-a procedure about GA applied in solving TSP problem
  3. 所属分类:matlab

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

    0下载:
  2. JAVA语言实现的遗传算法解决TSP(旅行商问题),主要有三个简单的Java类。-JAVA language of the genetic algorithm to solve TSP (traveling salesman problem), there are three simple Java class.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:9633
    • 提供者:
  1. 31townGA

    0下载:
  2. 一个旅行商的问题,关于31个城市的遗传算法-A traveling salesman problem, in 31 cities on the genetic algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:5514
    • 提供者:王万科
  1. rounter

    0下载:
  2. 多旅行商问题的遗传算法解决,内附数据和题目。适合要求不高的路径优化。-Multiple traveling salesman problem genetic algorithm, containing data and topics. Suitable for less demanding path optimization.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:21289
    • 提供者:bai
  1. AI_TSP_GA

    0下载:
  2. 用遗传算法解决旅行商问题,算法结构简单、清晰、明了。-Using genetic algorithm to solve traveling salesman problem.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:2290
    • 提供者:abler
  1. mtspv_ga

    0下载:
  2. 基于遗传算法对旅行商问题的求解、包括图表的输出-Based on genetic algorithm for solving the traveling salesman problem, including the output of the chart
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:3641
    • 提供者:Messi
  1. program

    0下载:
  2. 基于遗传算法的旅行商问题求解 旅行商问题:假设有一个推销员,要到 n 个城市推销商品,他要找出一个包含所有 n 个城市的具有最小开销的环路-Traveling Salesman Problem Based on Genetic Algorithm for Traveling Salesman Problem: Suppose a salesman, to sell goods to the n cities, he has to find a city that contains all n
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-10
    • 文件大小:2201988
    • 提供者:刘浏
  1. TSPsolver

    0下载:
  2. 用遗传算法解决TSP(旅行商)问题的程序-Using Genetic Algorithm for TSP (traveling salesman problem) program
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:2987
    • 提供者:arthur
  1. traveling-salesman-problem

    0下载:
  2. 遗传算法解决旅行商问题,遗传算法对解决NP问题.-Genetic algorithm to solve traveling salesman problem, genetic algorithm to solve the NP problem.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:11307
    • 提供者:roy
  1. ga_tsp

    0下载:
  2. 遗传算法解决旅行商问题 很好的解决了TSP 这个 典型的NP-HARD问题-Genetic algorithm for TSP
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:43145
    • 提供者:wangchen
  1. tsp

    0下载:
  2. 遗传算法在求解旅行商问题中的应用,采用二进制Gray编码,采用基于轮盘赌法的非线性排名选择, 均匀交叉,变异操作,而且还引入了倒位操作!-Genetic Algorithm for Traveling Salesman Problem, using a binary Gray code, roulette method based on linear ranking selection, uniform crossover and mutation operators, but also in
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:11478
    • 提供者:韩慧玲
  1. gatsp

    0下载:
  2. 应用遗传算法解决旅行商问题,其中在本程序中是10个城市的TSP,并仿真结果表明本例中遗传算法各个环节所采用的方法都是先进而有效的。-Application of genetic algorithm to solve traveling salesman problem, which is in the program in 10 cities TSP, and simulation results show that the genetic algorithm in this case all
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:2039
    • 提供者:李海霞
  1. yichuan

    0下载:
  2. 本程序利用遗传算法实现对31个城市的旅行商为题的遍历-The program uses genetic algorithms to achieve the 31 cities traversed the theme of traveling salesman
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:9719
    • 提供者:轻扬
  1. src

    0下载:
  2. 利用遗传算法求解旅行商问题。 使用C++语言编程。使用VS2008编译环境,没有使用额外的库,运 行环境为w7操作系统。-Genetic Algorithm for Traveling Salesman Problem. Use C++ programming language. Using the VS2008 compiler environment, without using additional libraries, the operating system runtime e
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:2607
    • 提供者:康延荣
  1. a

    0下载:
  2. 用遗传算法解决旅行商问题(附源代码),遗传算法其实是一种求函数极值的随机搜索算法。-Solving the traveling salesman problem using genetic algorithms (with source code), genetic algorithm is a kind of extreme demand function of random search algorithm.
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:5574
    • 提供者:珞珞
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 19 »
搜珍网 www.dssz.com