paper-with-me

홈 › Papers

An Enhanced Iterative Deepening Search Algorithm for the Unrestricted Container Rehandling Problem

2025-04-12 · Ruoqi Wang, Jiawei Li

In container terminal yards, the Container Rehandling Problem (CRP) involves rearranging containers between stacks under specific operational rules, and it is a pivotal optimization challenge in intelligent container scheduling systems. Existing CRP studies primarily focus on minimizing reallocation costs using two-dimensional bay structures, considering factors such as container size, weight, arrival sequences, and retrieval priorities. This paper introduces an enhanced deepening search algorithm integrated with improved lower bounds to boost search efficiency. To further reduce the search space, we design mutually consistent pruning rules to avoid excessive computational overhead. The proposed algorithm is validated on three widely used benchmark datasets for the Unrestricted Container Rehandling Problem (UCRP). Experimental results demonstrate that our approach outperforms state-of-the-art exact algorithms in solving the more general UCRP variant, particularly exhibiting superior efficiency when handling containers within the same priority group under strict time constraints.

📄 PDF Abstract BibTeX arXiv:2504.09046

Code (0)

등록된 구현이 없습니다.

Tasks

Scheduling

Methods 이 논문이 사용한 방법론

Pruning 설명 없음
Focus 설명 없음

Similar Papers 제목 키워드 기반

A New Paradigm for Minimax Search

2014-04-05 · Aske Plaat, Jonathan Schaeffer, Wim Pijls, Arie de Bruin

This paper introduces a new paradigm for minimax game-tree search algo- rithms. MT is a memory-enhanced version of Pearls Test procedure. By changing the way MT is called, a number of best-first game-tree search algorith…

Exponential-Binary State-Space Search

2019-06-07 · Nathan Sturtevant, Malte Helmert

Iterative deepening search is used in applications where the best cost bound for state-space search is unknown. The iterative deepening process is used to avoid overshooting the appropriate cost bound and doing too much …

Heuristic Search

Reward Bonuses with Gain Scheduling Inspired by Iterative Deepening Search

2022-12-21 · Taisuke Kobayashi

This paper introduces a novel method of adding intrinsic bonuses to task-oriented reward function in order to efficiently facilitate reinforcement learning search. While various bonuses have been designed to date, they a…

Scheduling

SSS* = Alpha-Beta + TT

2014-04-05 · Aske Plaat, Jonathan Schaeffer, Wim Pijls, Arie de Bruin

In 1979 Stockman introduced the SSS* minimax search algorithm that domi- nates Alpha-Beta in the number of leaf nodes expanded. Further investigation of the algorithm showed that it had three serious drawbacks, which pre…

Searching for Spaceships

2000-04-10 · David Eppstein

We describe software that searches for spaceships in Conway's Game of Life and related two-dimensional cellular automata. Our program searches through a state space related to the de Bruijn graph of the automaton, using …