paper-with-me

Papers

Efficient Meta Neural Heuristic for Multi-Objective Combinatorial Optimization

2023-09-21 · NeurIPS 2023 11

Recently, neural heuristics based on deep reinforcement learning have exhibited promise in solving multi-objective combinatorial optimization problems (MOCOPs). However, they are still struggling to achieve high learning efficiency and solution quality. To tackle this issue, we propose an efficient meta neural heuristic (EMNH), in which a meta-model is first trained and then fine-tuned with a few steps to solve corresponding single-objective subproblems. Specifically, for the training process, a (partial) architecture-shared multi-task model is leveraged to achieve parallel learning for the meta-model, so as to speed up the training; meanwhile, a scaled symmetric sampling method with respect to the weight vectors is designed to stabilize the training. For the fine-tuning process, an efficient hierarchical method is proposed to systematically tackle all the subproblems. Experimental results on the multi-objective traveling salesman problem (MOTSP), multi-objective capacitated vehicle routing problem (MOCVRP), and multi-objective knapsack problem (MOKP) show that, EMNH is able to outperform the state-of-the-art neural heuristics in terms of solution quality and learning efficiency, and yield competitive solutions to the strong traditional heuristics while consuming much shorter time.

📄 PDF Abstract BibTeX

Code (1)

bill-cjb/emnh 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Multi-objectivization Inspired Metaheuristics for the Sum-of-the-Parts Combinatorial Optimization Problems

2019-11-12 · Jialong Shi, Jianyong Sun, Qingfu Zhang

Multi-objectivization is a term used to describe strategies developed for optimizing single-objective problems by multi-objective algorithms. This paper focuses on multi-objectivizing the sum-of-the-parts combinatorial o…

Combinatorial OptimizationTraveling Salesman Problem

Multi-objective Pointer Network for Combinatorial Optimization

2022-04-25 · Le-yang Gao, Rui Wang, Chuang Liu, Zhao-hong Jia

Multi-objective combinatorial optimization problems (MOCOPs), one type of complex optimization problems, widely exist in various real applications. Although meta-heuristics have been successfully applied to address MOCOP…

Combinatorial OptimizationDeep Reinforcement Learningreinforcement-learningReinforcement Learning (RL)+1

Gnowee: A Hybrid Metaheuristic Optimization Algorithm for Constrained, Black Box, Combinatorial Mixed-Integer Design

2018-04-15 · James Bevins, Rachel Slaybaugh

This paper introduces Gnowee, a modular, Python-based, open-source hybrid metaheuristic optimization algorithm (Available from https://github.com/SlaybaughLab/Gnowee). Gnowee is designed for rapid convergence to nearly g…

Metaheuristic Optimization

Application of the Brain Drain Optimization Algorithm to the N-Queens Problem

2025-04-26 · Sahar Ramezani Jolfaei, Sepehr Khodadadi Hossein Abadi

This paper introduces the application of the Brain Drain Optimization algorithm -- a swarm-based metaheuristic inspired by the emigration of intellectual elites -- to the N-Queens problem. The N-Queens problem, a classic…

Combinatorial OptimizationDecision Making

DeepACO: Neural-enhanced Ant Systems for Combinatorial Optimization

2023-09-25 · NeurIPS 2023 11 · Haoran Ye, Jiarui Wang, Zhiguang Cao, Helan Liang 외

Ant Colony Optimization (ACO) is a meta-heuristic algorithm that has been successfully applied to various Combinatorial Optimization Problems (COPs). Traditionally, customizing ACO for a specific problem requires the exp…

Combinatorial OptimizationDeep Reinforcement Learning