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

搜索资源列表

  1. GATSPMatlab

    0下载:
  2. 本程序是用Matlab实现的遗传算法解决旅行商TSP问题。感谢原作者的提供。-The program is implemented with Matlab genetic algorithm to solve traveling salesman problem TSP. Thank provided the original author.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:9246
    • 提供者:pan
  1. travelingsalesman

    0下载:
  2. 旅行商问题,TSP问题,应用matlab遗传算法 -travel salesman problme matlab
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:2538
    • 提供者:田忠威
  1. 1

    0下载:
  2. 遗传算法,编写遗传算法程序,求解10城市的旅行商问题。-Genetic algorithm, genetic algorithm coded, 10-city traveling salesman problem to solve.
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3195
    • 提供者:朱泓宇
  1. GA_tsp_solving

    0下载:
  2. 遗传算法源码 有变异,交叉的源码。解决旅行商问题。-There are variations in the genetic algorithm source code, cross the source. Solve the traveling salesman problem.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1795
    • 提供者:zhangyao
  1. GA-to-TSP

    0下载:
  2. 遗传算法解决旅行商问题 -Genetic algorithm to solve traveling salesman problem genetic algorithm to solve traveling salesman problem
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:3843
    • 提供者:jiangtianhua
  1. tsp_ga

    0下载:
  2. 旅行商的遗传算法 包括次序交叉和部分映射交叉,插入变异和交换变异-Genetic algorithms include traveling salesman and part of the order of cross-mapped crossover, mutation and exchange mutation into the
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:3897
    • 提供者:
  1. SA_GA_PSO

    0下载:
  2. 模拟退火(SA)、遗传算法(GA)、粒子群优化(PSO)解决旅行商问题(TSP)实验 本文件包括源码,实验说明文档,实验总结PPT Have a happy experiment!-Simulated annealing (SA), genetic algorithms (GA), particle swarm optimization (PSO) to solve the traveling salesman problem (TSP) experiment of this docum
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:348476
    • 提供者:pu
  1. Csharp_GA_TSP

    0下载:
  2. 用C#和遗传算法(GA)来解决旅行商问题(TSP)-using c# and GA to solve tsp problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:8791
    • 提供者:哈哈
  1. GenticTSPcode

    0下载:
  2. 遗传算法,神经网络,tsp旅行商问题,最优化问题-Genetic algorithm, neural network, tsp TSP, optimization problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:93155
    • 提供者:kobe
  1. Genetic-Algorithm

    0下载:
  2. 遗传算法,用于解决旅行商问题,也可修改后用于其它优化问题。-genetic algorithm use to solve traveling salesman problem
  3. 所属分类:Mathimatics-Numerical algorithms

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

    0下载:
  2. 在matlab环境下旅行商问题的遗传算法-In the traveling salesman problem matlab environment genetic algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:4147
    • 提供者:天涯
  1. immunitytravel

    0下载:
  2. 利用遗传算法解决旅行商问题,matlab程序,功能很强-Using genetic algorithms to solve the traveling salesman problem, matlab program, highly functional
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:25986
    • 提供者:binghun
  1. 40930040GATSP48

    0下载:
  2. 遗传算法解决旅行商问题的matlab算法,人工智能的搜索算法-Genetic algorithm to solve the traveling salesman problem matlab algorithms, artificial intelligence search algorithms
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-02
    • 文件大小:891180
    • 提供者:binghun
  1. GA

    0下载:
  2. 遗传算法的源程序,用于解决旅行商问题(TSP)-Genetic algorithm source code for solving the traveling salesman problem (TSP)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:275480
    • 提供者:E仔
  1. SGA

    0下载:
  2. 遗传算法解决旅行商(tsp)问题,规模较小,适合初学者学习。-Genetic algorithm to solve traveling salesman (tsp) problem, smaller, suitable for beginners to learn.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:2366
    • 提供者:Andy
  1. MySwingApp

    0下载:
  2. 用遗传算法求解旅行商(旅行推销员问题、货郎担问题)问题,有用户界面。-Genetic algorithm for TSP (traveling salesman problem, traveling salesman problem) problem, a user interface.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:378126
    • 提供者:ZhangYan
  1. GAST

    0下载:
  2. 采用遗传算法来解决旅行商问题,详细讲解算法的原理及其相应的实现步骤。-Genetic algorithm to solve the traveling salesman problem, explain in detail the principles of the algorithm and its corresponding implementation steps.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:145770
    • 提供者:王利梅
  1. TravelingSalesman

    0下载:
  2. 旅行商问题算法实现,采用回溯,分治的方法实现,没有使用遗传算法-TSP algorithm, using the back, sub-rule method, genetic algorithm is not used
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-22
    • 文件大小:6957552
    • 提供者:小虎
  1. getsp

    0下载:
  2. 遗传算法,里面是解决旅行商问题的算法,与遗传算法有关-something about Road peddler genetic
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:128229
    • 提供者:刘三
  1. immunitytravel

    0下载:
  2. 分别用免疫算法、遗传算法和免疫遗传算法解决旅行商问题-Respectively use immune algorithm, genetic algorithm and immune genetic algorithm to solve traveling salesman problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-24
    • 文件大小:27215
    • 提供者:sure
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 19 »
搜珍网 www.dssz.com