paper-with-me

Papers

Automatic Policy Search using Population-Based Hyper-heuristics for the Integrated Procurement and Perishable Inventory Problem

2025-11-02 · Leonardo Kanashiro Felizardo, Edoardo Fadda, Mariá Cristina Vasconcelos Nascimento arxiv

This paper addresses the problem of managing perishable inventory under multiple sources of uncertainty, including stochastic demand, unreliable supplier fulfillment, and probabilistic product shelf life. We develop a discrete-event simulation environment to compare two optimization strategies for this multi-item, multi-supplier problem. The first strategy optimizes uniform classic policies (e.g., Constant Order and Base Stock) by tuning their parameters globally, complemented by a direct search to select the best-fitting suppliers for the integrated problem. The second approach is a hyper-heuristic approach, driven by metaheuristics such as a Genetic Algorithm (GA) and Particle Swarm Optimization (PSO). This framework constructs a composite policy by automating the selection of the heuristic type, its parameters, and the sourcing suppliers on an item-by-item basis. Computational results from twelve distinct instances demonstrate that the hyper-heuristic framework consistently identifies superior policies, with GA and EGA exhibiting the best overall performance. Our primary contribution is verifying that this item-level policy construction yields significant performance gains over simpler global policies, thereby justifying the associated computational cost.

📄 PDF Abstract BibTeX arXiv:2511.00762

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Training Feedforward Neural Networks with Bayesian Hyper-Heuristics

2023-03-29 · Arné Schreuder, Anna Bosman, Andries Engelbrecht, Christopher Cleghorn

The process of training feedforward neural networks (FFNNs) can benefit from an automated process where the best heuristic to train the network is sought out automatically by means of a high-level probabilistic-based heu…

Monte Carlo Tree Search for Comprehensive Exploration in LLM-Based Automatic Heuristic Design

2025-01-15 · Zhi Zheng, Zhuoliang Xie, Zhenkun Wang, Bryan Hooi

Handcrafting heuristics for solving complex optimization tasks (e.g., route planning and task allocation) is a common practice but requires extensive domain knowledge. Recently, Large Language Model (LLM)-based automatic…

Combinatorial OptimizationLanguage ModelingLanguage ModellingLarge Language Model

Fast Efficient Hyperparameter Tuning for Policy Gradients

2019-02-18 · Supratik Paul, Vitaly Kurin, Shimon Whiteson

The performance of policy gradient methods is sensitive to hyperparameter settings that must be tuned for any new application. Widely used grid search methods for tuning hyperparameters are sample inefficient and computa…

Meta-LearningPolicy Gradient Methods

Fast Efficient Hyperparameter Tuning for Policy Gradient Methods

2019-12-01 · NeurIPS 2019 12 · Supratik Paul, Vitaly Kurin, Shimon Whiteson

The performance of policy gradient methods is sensitive to hyperparameter settings that must be tuned for any new application. Widely used grid search methods for tuning hyperparameters are sample inefficient and computa…

Policy Gradient Methods

Policy-Based Deep Reinforcement Learning Hyperheuristics for Job-Shop Scheduling Problems

2026-01-16 · Sofiene Lassoued, Asrat Gobachew, Stefan Lier, Andreas Schwung arxiv

This paper proposes a policy-based deep reinforcement learning hyper-heuristic framework for solving the Job Shop Scheduling Problem. The hyper-heuristic agent learns to switch scheduling rules based on the system state …

Reinforcement Learning