paper-with-me

홈 › Papers

Leveraging Symbolic Regression for Heuristic Design in the Traveling Thief Problem

2024-04-19 · Andrew Ni, Lee Spector

The Traveling Thief Problem is an NP-hard combination of the well known traveling salesman and knapsack packing problems. In this paper, we use symbolic regression to learn useful features of near-optimal packing plans, which we then use to design efficient metaheuristic genetic algorithms for the traveling thief algorithm. By using symbolic regression again to initialize the metaheuristic GA with near-optimal individuals, we are able to design a fast, interpretable, and effective packing initialization scheme. Comparisons against previous initialization schemes validates our algorithm design.

📄 PDF Abstract BibTeX arXiv:2404.12750

Code (0)

등록된 구현이 없습니다.

Tasks

regressionSymbolic Regression

Methods 이 논문이 사용한 방법론

GA Genetic Algorithms are search algorithms that mimic Darwinian biological evolution in order to select and propagate better solutions.

Similar Papers 제목 키워드 기반

Bayesian symbolic regression: Automated equation discovery from a physicists' perspective

2025-07-22 · Roger Guimera, Marta Sales-Pardo arxiv

Symbolic regression automates the process of learning closed-form mathematical models from data. Standard approaches to symbolic regression, as well as newer deep learning approaches, rely on heuristic model selection cr…

Large Language Models as Particle Swarm Optimizers

2025-04-12 · Yamato Shinohara, Jinglue Xu, Tianshui Li, Hitoshi Iba

Optimization problems often require domain-specific expertise to design problem-dependent methodologies. Recently, several approaches have gained attention by integrating large language models (LLMs) into genetic algorit…

Symbolic RegressionTraveling Salesman Problem

Beyond Error-Based Optimization: Experience-Driven Symbolic Regression with Goal-Conditioned Reinforcement Learning

2026-01-21 · Jianwen Sun, Xinrui Li, Fuqing Li, Xiaoxuan Shen arxiv

Symbolic Regression aims to automatically identify compact and interpretable mathematical expressions that model the functional relationship between input and output variables. Most existing search-based symbolic regress…

Reinforcement Learning

Deep Generative Symbolic Regression

2023-12-30 · Samuel Holt, Zhaozhi Qian, Mihaela van der Schaar

Symbolic regression (SR) aims to discover concise closed-form mathematical equations from data, a task fundamental to scientific discovery. However, the problem is highly challenging because closed-form equations lie in …

FormHeuristic Searchregressionscientific discovery+1

Symbolic Regression by Exhaustive Search: Reducing the Search Space Using Syntactical Constraints and Efficient Semantic Structure Deduplication

2021-09-28 · Lukas Kammerer, Gabriel Kronberger, Bogdan Burlacu, Stephan M. Winkler 외

Symbolic regression is a powerful system identification technique in industrial scenarios where no prior knowledge on model structure is available. Such scenarios often require specific model properties such as interpret…

regressionSymbolic Regression