CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - tsp

搜索资源列表

  1. TS

    0下载:
  2. TSP问题,即旅行商问题,matlab环境下可以运行-TSP problem, that is, traveling salesman problem, matlab environment can run
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:59701
    • 提供者:刘琴
  1. TSP

    0下载:
  2. 本程序实现了NPC问题旅行商的三个近似算法。-This procedure achieved a traveling salesman problem NPC three approximation algorithm.
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:11663
    • 提供者:phil
  1. TSP

    0下载:
  2. 模拟退火算法解决TSP问题,可视化的输入和输出,结果准确。-Simulated annealing algorithm to solve TSP problems, visual input and output, accurate and reliable.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:616850
    • 提供者:马常青
  1. TSP

    0下载:
  2. 用c#实现tsp问题 即经典的旅行商问题 典型的组合优化问题-With c# Achieve tsp issues classic traveling salesman problem that is typical of combinatorial optimization problems
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:4895
    • 提供者:刘年
  1. U

    0下载:
  2. 是pso算法tsp问题!! !!1-PSO algorithm is tsp problem! ! ! ! ! ! 1
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:1679
    • 提供者:wuyu
  1. up

    0下载:
  2. 人智经典算法的实现,包括8数码,遗传算法,tsp等-Moses classic algorithms were realized, including 8 digital, genetic algorithm, tsp, etc.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:9289
    • 提供者:周峰
  1. antTSP

    0下载:
  2. 一个一群算法求解TSP问题的很好的粒子,很适合初学者。-A group of algorithm for solving the problem TSP good particle, it is suitable for beginners.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:12979
    • 提供者:ghy
  1. TSP

    0下载:
  2. tsp动态规划解决旅行售货员问题 -tsp dynamic programming to solve the issue of travel salesman
  3. 所属分类:Network Security

    • 发布日期:2017-04-01
    • 文件大小:2177
    • 提供者:彭江涛
  1. 1111

    0下载:
  2. 这是一个粒子群算法求解TSP问题的算法,用matlab来实现。-This is a PSO algorithm for solving TSP problems, using matlab to achieve.
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:5176
    • 提供者:gg
  1. PSO

    1下载:
  2. 一个求解TSP问题的粒子群算法,用matlab仿真实现。-A solution of TSP problem PSO with matlab simulation.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:4732
    • 提供者:
  1. TSP

    0下载:
  2. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:1314
    • 提供者:syh
  1. acs

    2下载:
  2. 利用蚂蚁算法求解TSP问题的matlab源程序,适合初学蚂蚁算法的朋友学习,同时又利于理解TSP问题。-The use of ant algorithm matlab source TSP problem, suitable for beginners to learn ant algorithm friends, but also conducive to understanding the problem TSP.
  3. 所属分类:matlab

    • 发布日期:2015-12-31
    • 文件大小:2903
    • 提供者:付他
  1. sa_tsp

    0下载:
  2. 模拟退火求解TSP问题,代码用MATLAB编写的-Simulated Annealing to solve TSP problems, code written with MATLAB
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:1247
    • 提供者:TL
  1. tsp

    0下载:
  2. 一个tsp问题的c程序,解决tsp问题 很好。我已经用过的。-1 tsp problems c procedures to resolve tsp good question. I have used.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:1365
    • 提供者:刘盼盼
  1. suanfa

    1下载:
  2. 模拟退火算法的另一种实现方法,解决TSP问题。代码写的很精炼。-Simulated Annealing Algorithm Another method to solve TSP problems. Code written in a very refined.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:118797
    • 提供者:DR
  1. GA(tsp)

    0下载:
  2. 遗传算法是一类借鉴生物界自然选择和自然遗传机制的 随机化搜索算法。 它是模拟达尔文的遗传选择和自然淘汰的生 物进化过程的计算模型。-Genetic Algorithm is a kind of drawing on biological natural selection and natural genetic mechanism of the random search algorithm. It is a simulation of Darwinian natural selection t
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:11436
    • 提供者:杨瑞
  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
    • 文件大小:1424
    • 提供者:周薇
  1. tsp

    0下载:
  2. 这是旅行者问题,改一下就可以运行了。有时下载代码是为了可以学习一下,不用搞得那么难的,大家要的话就下吧,都是想完成自己的项目罢了。-This is the issue of travelers, you will be able to run. Sometimes, in order to download the code can learn about, do not make it difficult, we have to be on the next bar, then, is lik
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:3516
    • 提供者:afternoone
  1. TSP

    0下载:
  2. The basic principle using the branchand- bound strategy to solve the traveling salesperson optimization problem (TSP) consists of two parts. 􀂄 There is a way to split the solution space. 􀂄 There is a way to predict a lower b
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2781
    • 提供者:linru
  1. tsp_applet

    0下载:
  2. 一个非常好的,用 Java 实现ACO算法对TSP问题进行求解的 applet,界面可调参数-A very good, using Java to achieve ACO algorithm for solving TSP problems applet, the interface adjustable parameters
  3. 所属分类:Applet

    • 发布日期:2017-04-27
    • 文件大小:123067
    • 提供者:Dennis
« 1 2 ... 15 16 17 18 19 2021 22 23 24 25 ... 50 »
搜珍网 www.dssz.com