paper-with-me

Papers

AutoOpt: A General Framework for Automatically Designing Metaheuristic Optimization Algorithms with Diverse Structures

2022-04-03 · Qi Zhao, Bai Yan, Taiwei Hu, Xianglong Chen, Jian Yang, Shi Cheng, Yuhui Shi

Metaheuristics are widely recognized gradient-free solvers to hard problems that do not meet the rigorous mathematical assumptions of conventional solvers. The automated design of metaheuristic algorithms provides an attractive path to relieve manual design effort and gain enhanced performance beyond human-made algorithms. However, the specific algorithm prototype and linear algorithm representation in the current automated design pipeline restrict the design within a fixed algorithm structure, which hinders discovering novelties and diversity across the metaheuristic family. To address this challenge, this paper proposes a general framework, AutoOpt, for automatically designing metaheuristic algorithms with diverse structures. AutoOpt contains three innovations: (i) A general algorithm prototype dedicated to covering the metaheuristic family as widely as possible. It promotes high-quality automated design on different problems by fully discovering potentials and novelties across the family. (ii) A directed acyclic graph algorithm representation to fit the proposed prototype. Its flexibility and evolvability enable discovering various algorithm structures in a single run of design, thus boosting the possibility of finding high-performance algorithms. (iii) A graph representation embedding method offering an alternative compact form of the graph to be manipulated, which ensures AutoOpt's generality. Experiments on numeral functions and real applications validate AutoOpt's efficiency and practicability.

📄 PDF Abstract BibTeX arXiv:2204.00998

Code (1)

qz89/AutoOpt 공식 구현

Tasks

Metaheuristic Optimization

Similar Papers 제목 키워드 기반

AutoOptLib: Tailoring Metaheuristic Optimizers via Automated Algorithm Design

2023-03-12 · Qi Zhao, Bai Yan, Taiwei Hu, Xianglong Chen 외

Metaheuristics are prominent gradient-free optimizers for solving hard problems that do not meet the rigorous mathematical assumptions of analytical solvers. The canonical manual optimizer design could be laborious, untr…

Metaheuristic Optimization

AutoOpt: A Dataset and a Unified Framework for Automating Optimization Problem Solving

2025-10-24 · Ankur Sinha, Shobhit Arora, Dhaval Pujara arxiv

This study presents AutoOpt-11k, a unique image dataset of over 11,000 handwritten and printed mathematical optimization models corresponding to single-objective, multi-objective, multi-level, and stochastic optimization…

Stochastic OptimizationBilevel Optimization

METAFOR: A Hybrid Metaheuristics Software Framework for Single-Objective Continuous Optimization Problems

2025-02-16 · Christian Camacho-Villalón, Marco Dorigo, Thomas Stützle

Hybrid metaheuristics are powerful techniques for solving difficult optimization problems that exploit the strengths of different approaches in a single implementation. For algorithm designers, however, creating hybrid m…

A Meta-Knowledge-Augmented LLM Framework for Hyperparameter Optimization in Time-Series Forecasting

2026-02-01 · Ons Saadallah, Mátyás andó, Tamás Gábor Orosz arxiv

Hyperparameter optimization (HPO) plays a central role in the performance of deep learning models, yet remains computationally expensive and difficult to interpret, particularly for time-series forecasting. While Bayesia…

Multivariate Time Series ForecastingHyperparameter Optimization

Conditional Markov Chain Search for the Generalised Travelling Salesman Problem for Warehouse Order Picking

2019-07-19 · Olegs Nalivajevs, Daniel Karapetyan

The Generalised Travelling Salesman Problem (GTSP) is a well-known problem that, among other applications, arises in warehouse order picking, where each stock is distributed between several locations -- a typical approac…