paper-with-me

Papers

A machine learning framework for neighbor generation in metaheuristic search

2022-12-22 · Defeng Liu, Vincent Perreault, Alain Hertz, Andrea Lodi

This paper presents a methodology for integrating machine learning techniques into metaheuristics for solving combinatorial optimization problems. Namely, we propose a general machine learning framework for neighbor generation in metaheuristic search. We first define an efficient neighborhood structure constructed by applying a transformation to a selected subset of variables from the current solution. Then, the key of the proposed methodology is to generate promising neighbors by selecting a proper subset of variables that contains a descent of the objective in the solution space. To learn a good variable selection strategy, we formulate the problem as a classification task that exploits structural information from the characteristics of the problem and from high-quality solutions. We validate our methodology on two metaheuristic applications: a Tabu Search scheme for solving a Wireless Network Optimization problem and a Large Neighborhood Search heuristic for solving Mixed-Integer Programs. The experimental results show that our approach is able to achieve a satisfactory trade-off between the exploration of a larger solution space and the exploitation of high-quality solution regions on both applications.

📄 PDF Abstract BibTeX arXiv:2212.11451

Code (0)

등록된 구현이 없습니다.

Tasks

Combinatorial OptimizationVariable Selection

Similar Papers 제목 키워드 기반

Metaheuristic Enhanced with Feature-Based Guidance and Diversity Management for Solving the Capacitated Vehicle Routing Problem

2024-07-30 · Bachtiar Herdianto, Romain Billot, Flavien Lucas, Marc Sevaux

We propose a metaheuristic algorithm enhanced with feature-based guidance that is designed to solve the Capacitated Vehicle Routing Problem (CVRP). To formulate the proposed guidance, we developed and explained a supervi…

DiversityManagement

Topologically sensitive metaheuristics

2020-02-25 · Aleksandar Kartelj, Vladimir Filipović, Siniša Vrećica, Rade Živaljević

This paper proposes topologically sensitive metaheuristics, and describes conceptual design of topologically sensitive Variable Neighborhood Search method (TVNS) and topologically sensitive Electromagnetism Metaheuristic…

Hybrid Node-Destroyer Model with Large Neighborhood Search for Solving the Capacitated Vehicle Routing Problem

2025-08-12 · Bachtiar Herdianto, Romain Billot, Flavien Lucas, Marc Sevaux 외 arxiv

In this research, we propose an iterative learning hybrid optimization solver developed to strengthen the performance of metaheuristic algorithms in solving the Capacitated Vehicle Routing Problem (CVRP). The iterative h…

Edge-Selector Model Applied for Local Search Neighborhood for Solving Vehicle Routing Problems

2025-08-12 · Bachtiar Herdianto, Romain Billot, Flavien Lucas, Marc Sevaux 외 arxiv

This research proposes a hybrid Machine Learning and metaheuristic mechanism that is designed to solve Vehicle Routing Problems (VRPs). The main of our method is an edge solution selector model, which classifies solution…

Graph Neural Network

Diversification-Based Learning in Computing and Optimization

2017-03-23 · Fred Glover, Jin-Kao Hao

Diversification-Based Learning (DBL) derives from a collection of principles and methods introduced in the field of metaheuristics that have broad applications in computing and optimization. We show that the DBL framewor…

BIG-bench Machine LearningMetaheuristic Optimization