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

搜索资源列表

  1. TS

    0下载:
  2. 禁忌搜索算法解决TSP问题,以中国31省会城市的最短旅行路径为例来说明TS算法的优越性-TS algorithm to solve TSP problem
  3. 所属分类:File Formats

    • 发布日期:2017-03-30
    • 文件大小:6296
    • 提供者:
  1. Ant-colony-algorithm

    0下载:
  2. 主要用蚁群算法用matlab实现,解决城市之间最短路径问题-Ant colony algorithm to achieve the TSP
  3. 所属分类:software engineering

    • 发布日期:2017-04-26
    • 文件大小:19718
    • 提供者:张海洋
  1. 36063823afsa2

    0下载:
  2. 摘 要:在分析人工鱼群算法存在不足的基础上,对人工鱼群算法加以改进,提出了一种改进型人工鱼群算 法。该算法提高了全局搜索能力和收敛速度,并用于求解具有变量边界约束的非线性复杂函数最优化问题。 仿真结果表明,改进后的人工鱼群算法具有精度高、搜索速度快等特点,是一种求解复杂函数全局最优化的智 能算法-Combinatorial optimization problems through the application of artificial fish-swarm algorithm to imi
  3. 所属分类:software engineering

    • 发布日期:2017-04-28
    • 文件大小:25437
    • 提供者:xuan
  1. tspdata

    0下载:
  2. 几个TSP数据,自己整理好的,可直接粘贴到MATLAB程序中-Several TSP data, organize their own good, and can be pasted directly into MATLAB program
  3. 所属分类:Software Testing

    • 发布日期:2017-04-24
    • 文件大小:18540
    • 提供者:Milly
  1. 143069211sa-for-tsp-1

    0下载:
  2. This is matlab implementation for finding shortest path by using simulated annealing
  3. 所属分类:Development Research

    • 发布日期:2017-04-14
    • 文件大小:3289
    • 提供者:bahar
  1. ant11

    0下载:
  2. TSP解答。是智能优化算法的重要问题,采用了蚁群优化算法。-TSP solution. It is an important problem of intelligent optimization algorithm, the ant colony optimization algorithm
  3. 所属分类:Communication

    • 发布日期:2017-04-13
    • 文件大小:2461
    • 提供者:ww
  1. ABC

    0下载:
  2. 蜂群算法解决TSP的问题,以31个城市为例-Problem solving tsp with bee colony algorithm to coordinate data 31 cities in China as a case
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:265045
    • 提供者:
  1. SA-TSP

    0下载:
  2. Simulated Annealing (SA) is the oldest probabilistic meta-heuristic algorithm and one of the first algorithms having ability to avoid being trapped in local minima. It is inspired by the process of annealing in metallurgy. In this process a m
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:1688
    • 提供者:sorayya
  1. simulated-annealing-master

    0下载:
  2. deal with TSP question
  3. 所属分类:Project Design

    • 发布日期:2017-04-30
    • 文件大小:10081
    • 提供者:yuzhou
  1. EWT20150721

    1下载:
  2. EWT算法,参考文献:IEEE, TSP, Empirical Wavelet Transform-EWT, ref: IEEE TSP, Empirical Wavelet Transform
  3. 所属分类:File Formats

    • 发布日期:2016-11-07
    • 文件大小:1868800
    • 提供者:张尚斌
  1. gatsp1

    0下载:
  2. 采用遗传算法ga解决旅行商问题tsp,是用MATLAB语言编写的,并且注释很详细。-Ga genetic algorithm to solve the traveling salesman problem tsp, with MATLAB language, and very detailed comments.
  3. 所属分类:software engineering

    • 发布日期:2017-04-15
    • 文件大小:4679
    • 提供者:luxiaoping
  1. aco2004

    0下载:
  2. Ant colony system 1, optimization algorithm to solve TSP problem
  3. 所属分类:software engineering

    • 发布日期:2017-04-30
    • 文件大小:79597
    • 提供者:abuyaser
  1. TR06-143

    0下载:
  2. Explain Ant colony system 2, optimization algorithm to solve TSP problem
  3. 所属分类:software engineering

    • 发布日期:2017-04-29
    • 文件大小:137956
    • 提供者:abuyaser
  1. Dar2003master

    0下载:
  2. Ant colony system 4, optimization algorithm to solve TSP problem
  3. 所属分类:software engineering

    • 发布日期:2017-04-30
    • 文件大小:362795
    • 提供者:abuyaser
  1. ACOAlgoithmsWithGuaranteedConvergenceToTheOptimal

    0下载:
  2. Ant colony system 15, optimization algorithm to solve TSP problem
  3. 所属分类:software engineering

    • 发布日期:2017-04-30
    • 文件大小:325324
    • 提供者:abuyaser
  1. TSPNearestNeighbour

    0下载:
  2. solving TSP using NearestNeighbour
  3. 所属分类:Software Testing

    • 发布日期:2017-04-12
    • 文件大小:1466
    • 提供者:eng.hosam84
  1. java_ga

    0下载:
  2. 利用java实现遗传算法,用来解决tsp旅行商问题。功能已测试-Using Java implementation, genetic algorithm is used to solve TSP traveling salesman problem. Function has been tested
  3. 所属分类:Project Design

    • 发布日期:2017-04-14
    • 文件大小:3228
    • 提供者:mr陈
  1. weka

    0下载:
  2. tspData <- read.csv( D:\\weka\\hw\\TSP.csv , header = T, sep = , ) #tspData <- `colnames<-`(tspData,c(1:8)) D <- as.matrix(tspData) tourLength <- function(tour, distMatrix) { tour <- c(tour, tour[1]) route <- embed(tou
  3. 所属分类:Project Design

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

    0下载:
  2. TSP_Creating_E_V23.pdf Target packet creation for CoDeSys Licensing_MakeTarget.pdf Hw to make license and optional on deutsch
  3. 所属分类:software engineering

    • 发布日期:2016-08-02
    • 文件大小:2213888
    • 提供者:Anidal
  1. pso-in-java

    0下载:
  2. PSo solving TSP problem
  3. 所属分类:Development Research

    • 发布日期:2017-04-14
    • 文件大小:2566
    • 提供者:shahge
« 1 2 3 4 5 6 78 »
搜珍网 www.dssz.com