搜索资源列表
matlog
- 物流分析工具包。Facility location: Continuous minisum facility location, alternate location-allocation (ALA) procedure, discrete uncapacitated facility location Vehicle routing: VRP, VRP with time windows, traveling salesman problem (TSP) Networks: Sho
mtspofs_ga
- Matlab scr ipt that solves the multiple Travelling Salesman Problem with fixed start points where the salesman do not return to their starting location
mtspo_ga
- Algorithm that solves the Multiple Travelling Salesman Problem (MTPSo) The salesman do not return to their starting location in this algorithm.
Floy-Warshall
- Floy-Warshall算法的一个具体应用实例。用于解决城市消防队选址问题-Floy-Warshall algorithm for a specific application example. Used to address the city fire department location problem
xuanzhiwenti
- 基于matlab的选址问题程序,使用佛洛依德算法,可以任意增添,或修改地点,通过加权后的结果得出最优解。-Matlab program based on the location problem, the use of Freud algorithm, can be arbitrarily added or modified sites, the results obtained through the weighted optimal solution.
a
- 缴费点选址问题,是数模中的热点,可以通过对最短路程、居民满意度、排队等待时间综合考虑,得到较为全面合理的结果-Payment point location problem is one of several modes in the hot, can by the shortest distance, residents satisfaction, waiting time into account, to be more comprehensive and rational results
4Cyclist-problem-simulation-model
- 4Cyclist problem simulation model Four cyclists are at the desert. Each of them starts from a different location and tries to reach the other ones. Cyclist 1 goes straight to cyclist 2, cyclist 2 straight towards cyclist 3 etc. such that finall
SellBookProblem
- 售书点选址问题,将面域的邻接转化为节点的邻接,使得模型转换为平时知道的模型。- Book sales point location problem, the surface domain adjacent node adjacent, making the model transformation usually know the model.... 翻译 源语言: 中文 目标语言: 英语
fushetu
- 实现绘制辐射图的功能,色彩鲜艳。适用于任何映射关系的物流中心选址问题。-Function to achieve the radiation pattern of the draw, colorful. Apply to any mapping between the logistics center location problem.
Mathematical-modeling
- 2012东南大学数学建模竞赛 A题 城区公路选址问题-2012 Southeast University Mathematical Contest in Modeling A title city highway location problem
mtsp
- 多旅行商问题的遗传算法 环形 固定节点- MTSPOFS_GA Fixed Start Open Multiple Traveling Salesmen Problem (M-TSP) Genetic Algorithm (GA) Finds a (near) optimal solution to a variation of the "open" M-TSP by setting up a GA to search for the shortest route (le
IA_LD
- IA_LD是用免疫优化算法(immune algorithm)解决物流配送中心选址(Logistics and Distribution)的问题。文件打开后运行IA_LD.m文件即可得到结果,代码中有详细注释,方便修改。运行示例已经保存为图片附在压缩包中。-IA_LD is immune optimization algorithm (immune algorithm) to solve the logistics distribution center location (Logistics
PSO-0.3-1-src
- This document introduces the Particle Swarm Optimization (PSO) in Scilab. The PSO method, published by Kennedy and Eberhart in 1995, is based on a population of points at first stochastically deployed on a search field. Each member
mtsp-with--pso
- 应用启发式算法-粒子群算法PSO,解决物流配送中心选址问题,结果好的解决了上述问题,值得参考。-PSO Particle Swarm algorithm using heuristic algorithm to address the logistics distribution center location problems, resulting in a good solution for this problem, it is also useful.
Fast-Tracking
- “Fast Tracking via Dense Spatio-Temporal Context Learning,” In ECCV 2014的源代码,效果非常好。-In this paper, we present a simple yet fast and robust algorithm which exploits the spatio-temporal context for visual tracking. Our approach formulates the spatio-te
MTSPF_GA
- 遗传算法计算多旅行商问题:多个商人从多个城市出发各自返回自己的出发城市。-MTSPF_GA Fixed Multiple Traveling Salesmen Problem (M-TSP) Genetic Algorithm (GA) Finds a (near) optimal solution to a variation of the M-TSP by setting up a GA to search for the shortest route (least distance nee
car
- 汽车牌照识别中车牌定位问题。车牌定位分为两步进行,首先对车牌进行初定位,对初定位后的车牌图像进行二值化、几何矫正,然后再精确定位车牌区域。同时,在matlab环境下仿真了汽车牌照识别,仿真结果表明,本文算法能很好的识别汽车牌照。-The problem of car license plate location. License plate location is divided into two steps, first at the beginning of vehicle license
LONG_LAT_2
- 基于影子坐标,计算该地点的经纬度。最后利用最小二乘法拟合得到结果。由于建立模型时把问题简单化,因此最后结果会有一定误差-Shadow Based on the coordinates, longitude and latitude of the location. Finally, the results obtained by least squares. Since the establishment of model simplification of the problem, so th
VoronoiUsingBrushfire-master
- Voronoi使用Matlab编程,解决选址、最小路径最大覆盖等问题(Voronoi uses Matlab programming to solve the problem of location, minimum path maximum coverage and so on)
免疫算法求解配送中心选址问题matlab代码
- 免疫算法求解配送中心选址问题,配送中心向需求点配送货物是供应链中的重要部分.本文以成本最低为目标函数,把距离上限加入到惩罚机制,并根据抗体和抗原之间的亲和力设计自适应交叉和变异概率,把自适应的免疫算法应用到配送中心模型中进行求解,最后通过仿真实验对比验证了算法用在配送中心选址上有较好的效果.(Immune Algorithm is used to solve the location problem of Distribution Center, which is an important pa