Welcome![Sign In][Sign Up]
Location:
Search - Matlab travel

Search list

[Other resourceTSP(travel)

Description: 该程序是模拟退火算法应用中旅行商问题得MATLAB实现-that the procedure was simulated annealing applications traveling salesman problem in MATLAB
Platform: | Size: 8949 | Author: 王玥 | Hits:

[matlabmathmodel2

Description: 1.1 背包问题 有一个徒步旅行者,已知他能承受的旅行背包的重量不超过a(kg)。设有n种物品可供他选择装入背包,这n种物品分别编号为1,2,…,n。其中第i种物品每件的重量为ai(kg),其使用价值(指一件第i种物品对旅行者来说所带来的好处的一种数量指标)为ci(i=1,2,…,n)。问这位旅行者应如何选择携带这n种物品的件数,使得总价值最大? -1.1 knapsack problem is a hikers. he is known to travel to withstand the weight of the backpack not exceed a (kg). N Species with articles for his choice loaded backpack, n product were numbered 1, 2, ..., n. I first of which product each ai of the weight (kg), its value (i refers to a section of the types of items travelers the benefits brought by a number of indicators) for the ci (i = 1, 2, ..., n). Asked how travelers who choose to bring this product to the n pieces, making the total value of the largest?
Platform: | Size: 13312 | Author: 孙竟飞 | Hits:

[AI-NN-PRTSPinmatlab

Description: 用遗传算法解决城市的访问次序,可使其 旅行路线的总长度最短 可从该程序借鉴到其他应用 -using genetic algorithms to solve the city for the visit, travel routes can make the total length of the shortest can draw from the procedures of other applications
Platform: | Size: 8192 | Author: 候海 | Hits:

[AI-NN-PRTSPprogrammatlab

Description: 已知n个城市之间的相互距离,现有一个推销员必须遍访这n个城市,并且每个城市只能访问一次,最后又必须返回出发城市。如何安排他对这些城市的访问次序,可使其旅行路线的总长度最短?-known cities between the distance from the existing one must salesman n visited this city, every city and can only be visited once, finally starting to return to the city. How to arrange for him to visit these cities priorities, it can travel routes, the total length of the shortest?
Platform: | Size: 4096 | Author: zhangy21cn | Hits:

[AI-NN-PRTravelingSalesmanProblemwithGeneticAlgorithm

Description: this m file can Find a (near) optimal solution to the Traveling Salesman Problem (TSP) by setting up a Genetic Algorithm (GA) to search for the shortest path (least distance needed to travel to each city exactly once) Notes: 1. Input error checking included 2. Inputs can be specified in any order, so long as the parameter pairs are specified as a parameter , value -this m file can Find a (near) optimal solution to the Traveling Salesman Problem (TSP) by setting up a Genetic Algorithm (GA) to search for the shortest path (least distance needed to travel to each city exactly once) Notes: 1. Input error checking included2. Inputs can be specified in any order, so long as the parameter pairs are specified as a parameter, value
Platform: | Size: 4096 | Author: 宏姬 | Hits:

[AI-NN-PRTSPproblem

Description: 遗传算法解决TSP问题 已知n个城市之间的相互距离,现有一个推销员必须遍访这n个城市,并且每个城市只能访问一次,最后又必须返回出发城市。如何安排他对这些城市的访问次序,可使其旅行路线的总长度最短?-genetic algorithm known TSP n cities between the distance, must present a salesman traveled this n cities, and each city can only be visited once, Lastly, it also must return to the starting city. How to arrange for him to visit these cities priorities, it can travel routes of the total length of the shortest?
Platform: | Size: 6144 | Author: 王绒花 | Hits:

[AI-NN-PRTSP(travel)

Description: 该程序是模拟退火算法应用中旅行商问题得MATLAB实现-that the procedure was simulated annealing applications traveling salesman problem in MATLAB
Platform: | Size: 8192 | Author: 王玥 | Hits:

[matlabqacs

Description: 简单蚁群算法解决tsp问题 一共有48城市 花费7分钟-Simple ant colony algorithm to solve the problem 1 tsp spent a total of 48 cities in 7 minutes
Platform: | Size: 1024 | Author: 王坤 | Hits:

[Mathimatics-Numerical algorithmstspapp

Description: 遗传算法和“货郎担” 问题: "The traveling salesman problem, or TSP for short, is this: given a finite number of cities along with the cost of travel between each pair of them, find the cheapest way of visiting all the cities and returning to your starting point." -Genetic algorithm and the
Platform: | Size: 283648 | Author: s050403054 | Hits:

[SCMcar

Description: 通过对其他国家对超载问题的治理措施及研究现状的深入分析,详细地分析了超载超限对我国道路运输的影响。为了有效的控制超载现象,必须从根本上解决该问题,在这样的技术手段的背景下。本文提出了把车辆载重信号转化为电信号输出到超载控制器,再由超载控制器判断是否超载,进而向超载限定执行机构发出相应的指令,并通过CAN总线和车辆中的其他智能设备如发动机控制单元ECU进行数据通信,确定出最佳方案控制车辆工况,并通过蓝牙技术无线发送车主信息到车辆管理所,对有交管部门超载车主进行处罚,达到威慑目的。本方案的可实行性比较大,整套系统具有灵巧、可靠、实用、低功耗、智能化等优点,实用用于30吨以上的中、大型载重货车。-Firstly, the thesis has introduced that overload problem had effect on Chinese road transportation in detail, by analysis of foreign farther measure and study status on overload problem. In order to control over loading effective,the problem must be resolved ultimately.Under the background, we Taking AT89C52 monolithic as the care of control circuit. The vehicles comes capacity signal which examines from the sensor transforms as the electricity pulse signal output overload controller, again by the overload controller judges whether overload, by this decision automobile whether goes on the low speed travel, then to the overload defined the implementing agency sends out the corresponding instruction, and though the CAN BUS communion with anther intelligence-devices such as the Engine Control Unit (ECU).Fix on the best way for controlling the vehicles,and with the Bluetooth technology, transmit the information of the owner to vehicles manage department by wireless.The vehicles manage depa
Platform: | Size: 2115584 | Author: 陈磊 | Hits:

[AI-NN-PRtsp_ga

Description: SP_GA Traveling Salesman Problem (TSP) Genetic Algorithm (GA) Finds a (near) optimal solution to the TSP by setting up a GA to search for the shortest route (least distance for the salesman to travel to each city exactly once and return to the starting city) -SP_GA Traveling Salesman Problem (TSP) Genetic Algorithm (GA) Finds a (near) optimal solution to the TSP by setting up a GA to search for the shortest route (least distance for the salesman to travel to each city exactly once and return to the starting city)
Platform: | Size: 3072 | Author: gao | Hits:

[Special Effectsfenleiqi

Description: 本程序给出了从背景中分离出行人的matlab源代码.采用提取好的背景和行人的HOG特征,而这些特征又分为未分块和分块两组,所谓分块就是将图片进行细分,提取的特征更细.最后用最小欧氏距离法分类.-This procedure gives the background to separate from the travel people matlab source code. By extracting a good background and pedestrian HOG features, and these features are not divided into blocks and blocks Liangzu, the so-called sub-block is to carry out detailed pictures points, the extracted features more detailed. Finally, the smallest Euclidean distance classification.
Platform: | Size: 3232768 | Author: aimeelove | Hits:

[OtherPcP-travel-time

Description: 地震pcp波走时曲线模拟,由matlab语言编写,是学习地震方面的好资料。-Pcp seismic wave travel time curve simulation, written by matlab language, learning good information earthquakes.
Platform: | Size: 1024 | Author: nicky | Hits:

[OtherGA-travel

Description: 利用GA在MATLAB平台上对TSP路径进行优化 。-the path optimization of TSP using GA on MATLAB platform.
Platform: | Size: 4096 | Author: 王先生 | Hits:

[Communication-Mobilen

Description: nothing bu a travel guide...code
Platform: | Size: 11591680 | Author: xiguawang | Hits:

[matlabMATLAB

Description: 求解一类旅行商问题,拥有较好的鲁棒性和全局搜索能力(To resolve a problem of travel strip, and have better steady and the whole search ability)
Platform: | Size: 13312 | Author: broad | Hits:

[Otheraddon

Description: With this add-on, you can read distance in meters or travel time in seconds to calculate the distance more precisely.
Platform: | Size: 8192 | Author: Billa2962 | Hits:

[matlab遗传算法解决TSP问题的Matlab程序

Description: 解决TSP问题.TSP问题(又名:旅行商问题,货郎担问题)遗传算法通用matlab程序具体取值视问题的规模和耗费的时间而定(solve TSP problemSolve the TSP problem. The TSP problem (aka: travel salesman problem, freight forwarders) genetic algorithm general matlab program depends on the size of the problem and the time spent)
Platform: | Size: 14336 | Author: 青容 | Hits:

[Windows DevelopproduceMsequence

Description: m序列产生 gold码产生和游程分析,自相关互相关特性(M sequence travel analysis)
Platform: | Size: 1024 | Author: 昨日太近 | Hits:

[OtherPSO_TSP(混合粒子群:较优)

Description: 解决环球旅行问题的一种精确度比较高的算法,相较于蚁群算法和遗传算法都有较大的改进;(A high precision algorithm for solving global travel problems has a greater improvement than the ant colony algorithm and the genetic algorith)
Platform: | Size: 2048 | Author: 倚楼天狼啸 | Hits:
« 12 3 »

CodeBus www.codebus.net