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

搜索资源列表

  1. TSP(TravelingSalesmanProblem)

    0下载:
  2. Traveling Salesman Problem (TSP) has been an interesting problem for a long time in classical optimization techniques which are based on linear and nonlinear programming. TSP can be described as follows: Given a number of cities to visit and th
  3. 所属分类:WEB源码

    • 发布日期:2014-01-17
    • 文件大小:446727
    • 提供者:yangdi
  1. 1234

    0下载:
  2. 2010最新的用分枝界限法解决最大多样性问题的SCI论文。-This article begins with a review of previously proposed integer formulations for the maximum diversity problem (MDP). This problem consists of selecting a subset of elements from a larger set in such a way that the
  3. 所属分类:Project Design

    • 发布日期:2017-05-02
    • 文件大小:593167
    • 提供者:李利波
  1. TSP_TS

    0下载:
  2. Solution for Travelling Salesman Problem by using Tabu Search heuristics. Archive contains sources and some data to test the appllication. As an input, we take the coordinates of cities (x,y) and then transform them into distances matrix. All co
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:86674
    • 提供者:Fenomen
  1. TSP_SA

    0下载:
  2. Solution for Travelling Salesman Problem using the simulated annealing heuristic. As an input, we take coordinates of cities (x,y) and then transform them into distances matrix (we assume, the distance between x and y is the same as between y and
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:111528
    • 提供者:Fenomen
  1. TSP_GA_10Cities_New

    0下载:
  2. 遗传算法解10个城市的背包问题,独立新开发源码(nxn matrix for city distances)- The Traveling Salesman Problem: A Case Study in Optimization via Genetic Algorithms (nxn matrix for city distances)
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2187
    • 提供者:Weige
  1. SPF

    0下载:
  2. Dijkstra s algorithm, named after its discoverer, Dutch computer scientist Edsger Dijkstra, is a greedy algorithm that solves the single-source shortest path problem for a directed graph with non negative edge weights. For example, if the vertices (n
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:8782
    • 提供者:williamsu82
  1. tsp-matlab

    0下载:
  2. The travelling salesman problem (TSP) or travelling salesperson problem asks the following question: Given a list of cities and the distances between each pair of cities, what is the shortest possible route that visits each city exactly once and retu
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:25495
    • 提供者:asqw
  1. Numerical Electromagnetic Code in C

    0下载:
  2. NEC2c is a translation of the Numerical Electromagnetics Code (NEC2) from FORTRAN to C. It uses three terms (sine, cosine and constant) to represent the current functions and apply method of moments to solve the 3-D antenna problems. NEC2c provides b
  3. 所属分类:数值算法/人工智能

  1. SIMULATED-ANNEALING-

    0下载:
  2. 这是一个关于商人visit许多城市,怎样走法才能使距离最短的例子,采样的了退火算法的经典案例-Traveling Salesman Problem (TSP) has been an interesting problem for a l me in classical optimization techniques which are based on linear and nonlin ogramming. TSP can be described as follows: Given
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:501678
    • 提供者:罗佳婷
  1. Travelling-salesman-problem-algorithm

    0下载:
  2. The travelling salesman problem (TSP) asks the following question: Given a list of cities and the distances between each pair of cities, what is the shortest possible route that visits each city exactly once and returns to the origin city? It is an N
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2405
    • 提供者:ramin
  1. From-the-string

    0下载:
  2. 问题描述: 设有字符串X,我们称在X的头尾及中间插入任意多个空格后构成的新字符串为X的扩展串,如字符串X为“abcbcd”,则字符串“abcb□cd”,“□a□bcbcd□”和“abcb□cd□”都是X的扩展串,这里“□”代表空格字符。 如果A1是字符串A的扩展串,B1是字符串B的扩展串,A1与B1具有相同的长度,那么我们定义字符串A1与B1的距离为相应位置上的字符的距离总和,而两个非空格字符的距离定义为它们的ASCII码的差的绝对值,而空格字符与其它任意字符之间的距离为已知的定值K
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:721
    • 提供者:qiang22
  1. 58848

    0下载:
  2. MATLAB code: Topic is the optimization of municipal domestic waste collection and transportation routes, the problem is: there are number of different load of garbage trucks set out the station experienced 32 garbage collection garbage and then ret
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:289335
    • 提供者:vanishri
  1. 56628

    0下载:
  2. Topic is the optimization of municipal domestic waste collection and transportation routes, the problem is: there are number of different load of garbage trucks set out the station experienced 32 garbage collection garbage and then returned to the st
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:393641
    • 提供者:vanishri
  1. ellipseDetection

    0下载:
  2. The code is reasonably fast due to (optional) randomization and full code vectorization. However, as the algorithm needs to compute pairwise point distances, it can be quite memory intensive. If you get out of memory errors, either downsample the inp
  3. 所属分类:matlab

    • 发布日期:2017-04-27
    • 文件大小:21295
    • 提供者:Vu Phan
  1. traveller-problem

    0下载:
  2. The travelling salesman problem (TSP) asks the following question: Given a list of cities and the distances between each pair of cities, what is the shortest possible route that visits each city exactly once and returns to the origin city? It is an N
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:5881
    • 提供者:coucou911
  1. traveller-problem-1-

    0下载:
  2. The travelling salesman problem (TSP) asks the following question: Given a list of cities and the distances between each pair of cities, what is the shortest possible route that visits each city exactly once and returns to the origin city? It is an N
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:5935
    • 提供者:coucou911
  1. TSP

    0下载:
  2. 旅行商问题,用的是动态规划算法,需要自己输入结点和弧长,例如A B 3,表示A B 之间的弧长距离为3-Traveling salesman problem, using a dynamic programming algorithm, you need to enter your node and arc length, for example, AB 3, showing the arc between three distances AB
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2261
    • 提供者:刘丽
  1. Thaiproxi

    0下载:
  2. This article details a novel numerical scheme to approximate gradient flows for optimal transport metrics. These flows have proved useful to tackle theoretically and numerically(load induced by the resolution of each step Indeed this corresponds to
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-20
    • 文件大小:1435648
    • 提供者:133549
搜珍网 www.dssz.com