Papers › Towards Omni-generalizable Neural Methods for Vehicle Routing Problems

Towards Omni-generalizable Neural Methods for Vehicle Routing Problems

31 May 2023arXiv:2305.19587archive 2025-07-28

Jianan Zhou, Yaoxin Wu, Wen Song, Zhiguang Cao, Jie Zhang

Learning heuristics for vehicle routing problems (VRPs) has gained much attention due to the less reliance on hand-crafted rules. However, existing methods are typically trained and tested on the same task with a fixed size and distribution (of nodes), and hence suffer from limited generalization performance. This paper studies a challenging yet realistic setting, which considers generalization across both size and distribution in VRPs. We propose a generic meta-learning framework, which enables effective training of an initialized model with the capability of fast adaptation to new tasks during inference. We further develop a simple yet efficient approximation method to reduce the training overhead. Extensive experiments on both synthetic and benchmark instances of the traveling salesman problem (TSP) and capacitated vehicle routing problem (CVRP) demonstrate the effectiveness of our method. The code is available at: https://github.com/RoyalSkye/Omni-VRP.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2305.19587")

Code

Syntology Ran 12 of 22 code samples harvested from 1 repository linked to this paper; 10 have no recorded run. Of those that ran: 3 ran · honoured contract; 2 ran · our draft was wrong; 2 ran · fixture could not drive it; 5 ran with no contract checked.

By repository: official repository: 22 samples from 1 repository, 12 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

royalskye/omni-vrp officialmentioned in paperpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

22 samples harvested; 12 ran; 3 honoured the contract we drafted; 10 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

3ran · honoured contract
2ran · our draft was wrong
2ran · fixture could not drive it
5ran
10unverified

Licence: 0 of the 22 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from royalskye/omni-vrp. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

EncoderLayer royalskye/omni-vrp/POMO/CVRP/CVRPTrainer_meta.py official repository ran · metamorphic tier: deterministic MIT (permissive) · 27459636e9d1f27b · report
FeedForward royalskye/omni-vrp/POMO/CVRP/CVRPTrainer_meta.py official repository ran fingerprinted MIT (permissive) · 1906754f665b381b · report
Reset_State royalskye/omni-vrp/POMO/CVRP/CVRPTrainer_meta.py official repository ran · metamorphic tier: deterministic MIT (permissive) · deed3a52d6df807a · report
Step_State royalskye/omni-vrp/POMO/CVRP/CVRPTrainer_meta.py official repository ran · metamorphic tier: deterministic MIT (permissive) · 57c0114e6f1f1079 · report
augment_xy_data_by_8_fold royalskye/omni-vrp/POMO/CVRP/CVRPTrainer_meta.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · ae7acd105c3e55ab · report
check_extension royalskye/omni-vrp/POMO/CVRP/CVRPTrainer_meta.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 01df1926cf07ac89 · report
generate_task_set royalskye/omni-vrp/POMO/CVRP/CVRPTrainer_meta.py official repository ran · honoured contract MIT (permissive) · ee885e080743b365 · report
generate_tsp_dist royalskye/omni-vrp/POMO/CVRP/CVRPTrainer_meta.py official repository ran · honoured contract MIT (permissive) · 75f79d4f7fbc6f14 · report
load_dataset royalskye/omni-vrp/POMO/CVRP/CVRPTrainer_meta.py official repository ran · honoured contract MIT (permissive) · 04edb896dec75a82 · report
multi_head_attention RoyalSkye/Omni-VRP/POMO/CVRP/CVRPModel.py official repository ran · fixture could not drive it MIT (permissive) · 6dc103e776ff9eed · report
reshape_by_heads RoyalSkye/Omni-VRP/POMO/CVRP/CVRPModel.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 459fe521069329c6 · report
run_all_in_pool royalskye/omni-vrp/POMO/CVRP/CVRPTrainer_meta.py official repository ran MIT (permissive) · 4a0fdf421df64174 · report
Add_And_Normalization_Module royalskye/omni-vrp/POMO/CVRP/CVRPTrainer_meta.py official repository unverified MIT (permissive) · f3649a7457360ebc · report
CVRPTrainer royalskye/omni-vrp/POMO/CVRP/CVRPTrainer_meta.py official repository unverified MIT (permissive) · eaff33fa84aabf33 · report
CVRP_Decoder royalskye/omni-vrp/POMO/CVRP/CVRPTrainer_meta.py official repository unverified MIT (permissive) · 4bd04c65381e358c · report
CVRP_Encoder royalskye/omni-vrp/POMO/CVRP/CVRPTrainer_meta.py official repository unverified MIT (permissive) · bc46074bd008d171 · report
augment_xy_data_by_8_fold RoyalSkye/Omni-VRP/EAS/source/utilities.py official repository unverified MIT (permissive) · a36b58e1d6f73f99 · report
generate_gaussian_mixture_tsp royalskye/omni-vrp/POMO/CVRP/CVRPTrainer_meta.py official repository unverified MIT (permissive) · 7fbb43e1922d836c · report
get_random_problems royalskye/omni-vrp/POMO/CVRP/CVRPTrainer_meta.py official repository unverified MIT (permissive) · 1e4f1088fddcd277 · report
get_random_problems RoyalSkye/Omni-VRP/POMO/ProblemDef.py official repository unverified MIT (permissive) · f2e0d7557ce1218c · report
run_eas_emb RoyalSkye/Omni-VRP/EAS/source/eas_emb.py official repository unverified MIT (permissive) · 6100c5076837bdee · report
run_eas_tab RoyalSkye/Omni-VRP/EAS/source/eas_tab.py official repository unverified MIT (permissive) · f0530713ee5b83cb · report

Tasks

Combinatorial OptimizationMeta-LearningTraveling Salesman Problem

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections