亚洲精品92内射,午夜福利院在线观看免费 ,亚洲av中文无码乱人伦在线视色,亚洲国产欧美国产综合在线,亚洲国产精品综合久久2007

?
Java知識(shí)分享網(wǎng) - 輕松學(xué)習(xí)從此開始!????

Java知識(shí)分享網(wǎng)

Java1234官方群25:java1234官方群17
Java1234官方群25:838462530
        
SpringBoot+SpringSecurity+Vue+ElementPlus權(quán)限系統(tǒng)實(shí)戰(zhàn)課程 震撼發(fā)布        

最新Java全棧就業(yè)實(shí)戰(zhàn)課程(免費(fèi))

AI人工智能學(xué)習(xí)大禮包

IDEA永久激活

66套java實(shí)戰(zhàn)課程無套路領(lǐng)取

鋒哥開始收J(rèn)ava學(xué)員啦!

Python學(xué)習(xí)路線圖

鋒哥開始收J(rèn)ava學(xué)員啦!
當(dāng)前位置: 主頁 > Java文檔 > Java基礎(chǔ)相關(guān) >

關(guān)于TSP問題的第三代LKH算法 PDF 下載


分享到:
時(shí)間:2021-04-27 09:46來源:http://sh6999.cn 作者:轉(zhuǎn)載  侵權(quán)舉報(bào)
關(guān)于TSP問題的第三代LKH算法 PDF 下載
失效鏈接處理
關(guān)于TSP問題的第三代LKH算法 PDF 下載


本站整理下載:
提取碼:rdol 
 
 
相關(guān)截圖:
 
主要內(nèi)容:

1. Introduction
The Lin-Kernighan-Helsgaun TSP solver, LKH [1, 2], is a state-of-the-art heuristic solver for the
traveling salesman problem. LKH implements a powerful local search heuristic for the TSP based on
the variable depth local search of Lin and Kernighan [3]. LKH has produced optimal solutions for all
solved problems we have been able to obtain; including an 85,900-city instance (at the time of writ-
ing, the largest nontrivial instance solved to optimality). Furthermore, the algorithm has improved
the best known solutions for a series of large-scale instances with unknown optima, among these a
1,904,711-city instance (World TSP).
However, in many practical situations, the TSP has additional constraints such as limited resources,
time windows and precedence constraints. Since the current version of LKH, LKH-2, is highly
customized for the standard TSP and cannot accommodate constraints, its usage is extremely limited
in these situations. Furthermore, solving problems that involve multiple traveling salesmen is not
straightforward.
This is the motivation for extending LKH-2 with facilities handling constraints and multiple traveling
salesmen. The extension, named LKH-3, is currently able to solve the following problem types:
2
ACVRP: Asymmetric capacitated vehicle routing problem
BWTSP: Black and white traveling salesman problem
CCVRP: Cumulative capacitated vehicle routing problem
CVRP: Capacitated vehicle routing problem
CVRPTW: Capacitated vehicle routing problem with time windows
DCVRP: Distance constrained capacitated vehicle routing problem
1-PDTSP: One-commodity pickup-and-delivery traveling salesman problem
m-PDTSP: Multi-commodity pickup-and-delivery traveling salesman problem
m1-PDTSP: Multi-commodity one-to-one pickup-and-delivery traveling salesman problem
MTRP: Multiple traveling repairman problem
MTRPD: Multiple traveling repairman problem with distance constraints
mTSP: Multiple traveling salesmen problem
OVRP: Open vehicle routing problem
PDPTW: Pickup-and-delivery problem with time windows
PDTSP: Pickup-and-delivery traveling salesman problem
PDTSPF: Pickup-and-delivery traveling salesman problem with FIFO loading
PDTSPL: Pickup-and-delivery traveling salesman problem with LIFO loading
RCTVRP: Risk-constrained cash-in-transit vehicle routing problem
RCTVRPTW: Risk-constrained cash-in-transit vehicle routing with time windows
SOP: Sequential ordering problem
TRP: Traveling repairman problem
TSPPD: Traveling salesman problem with pickups and deliveries
TSPTW: Traveling salesman problem with time windows
VRPB: Vehicle routing problem with backhauls
VRPBTW: Vehicle routing problem with backhauls and time windows
VRPMPD: Vehicle routing problem with mixed pickup and delivery
VRPMPDTW: Vehicle routing problem with mixed pickup and delivery and time windows
VRPSPD: Vehicle routing problem with simultaneous pickup and delivery
VRPSPDTW: Vehicle routing problem with simultaneous pickup-delivery and time windows
Extensive testing on benchmark instances from the literature has shown that LKH-3 is effective. Best
known solutions are often obtained, and in some cases, new best solutions are found.
The next sections describe the implementation of LKH-3.

 

------分隔線----------------------------
關(guān)注Java1234微信公眾號(hào)
欄目列表
推薦資料
?
鋒哥公眾號(hào)


鋒哥微信


關(guān)注公眾號(hào)
【Java資料站】
回復(fù) 666
獲取 
66套java
從菜雞到大神
項(xiàng)目實(shí)戰(zhàn)課程

鋒哥推薦