paper-with-me

홈 › Papers

Using Recursive KMeans and Dijkstra Algorithm to Solve CVRP

2021-02-01 · Hassan Moussa

Capacitated vehicle routing problem (CVRP) is being one of the most common optimization problems in our days

📄 PDF Abstract BibTeX arXiv:2102.00567

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Automated Large-scale CVRP Solver Design via LLM-assisted Flexible MCTS

2026-05-05 · Tong Guo, Caishun Chen, Yew Soon Ong arxiv

Solving large-scale CVRP (LSCVRP) with hundreds to thousands of nodes remains difficult for even state-of-the-art solvers. Divide-and-conquer can scale by decomposing the instance into size-reduced subproblems, but desig…

PASA: A Priori Adaptive Splitting Algorithm for the Split Delivery Vehicle Routing Problem

2023-08-31 · Nariman Torkzaban, Anousheh Gholami, John S. Baras, Bruce Golden

The split delivery vehicle routing problem (SDVRP) is a relaxed variant of the capacitated vehicle routing problem (CVRP) where the restriction that each customer is visited precisely once is removed. Compared with CVRP,…

Notes on using Determinantal Point Processes for Clustering with Applications to Text Clustering

2014-10-26 · Apoorv Agarwal, Anna Choromanska, Krzysztof Choromanski

In this paper, we compare three initialization schemes for the KMEANS clustering algorithm: 1) random initialization (KMEANSRAND), 2) KMEANS++, and 3) KMEANSD++. Both KMEANSRAND and KMEANS++ have a major that the value o…

ClusteringPoint ProcessesText Clustering

Learning a Transferable Scheduling Policy for Various Vehicle Routing Problems based on Graph-centric Representation Learning

2021-01-01 · Inwook Kim, Jinkyoo Park

Reinforcement learning has been used to learn to solve various routing problems. however, most of the algorithm is restricted to finding an optimal routing strategy for only a single vehicle. In addition, the trained pol…

Graph Neural Networkreinforcement-learningReinforcement LearningReinforcement Learning (RL)+2

Pure Planning to Pure Policies and In Between with a Recursive Tree Planner

2024-05-21 · A. Norman Redlich

A recursive tree planner (RTP) is designed to function as a pure planner without policies at one extreme and run a pure greedy policy at the other. In between, the RTP exploits policies to improve planning performance an…

MuJoCo