paper-with-me

Papers

Learning Search-Space Specific Heuristics Using Neural Networks

2023-06-06 · Yu Liu, Ryo Kuroiwa, Alex Fukunaga

We propose and evaluate a system which learns a neuralnetwork heuristic function for forward search-based, satisficing classical planning. Our system learns distance-to-goal estimators from scratch, given a single PDDL training instance. Training data is generated by backward regression search or by backward search from given or guessed goal states. In domains such as the 24-puzzle where all instances share the same search space, such heuristics can also be reused across all instances in the domain. We show that this relatively simple system can perform surprisingly well, sometimes competitive with well-known domain-independent heuristics.

📄 PDF Abstract BibTeX arXiv:2306.04019

Code (0)

등록된 구현이 없습니다.

Tasks

regression

Similar Papers 제목 키워드 기반

Hierarchical Task Network Planning with LLM-Generated Heuristics

2026-05-08 · Felipe Meneguzzi, Alexandre Buchweitz, Augusto B. Corrêa, Victor Scherer Putrich 외 arxiv

HTN planning is a variation of classical planning where, instead of searching for a linear sequence of actions, an algorithm decomposes higher-level tasks using a method library until only executable actions remain. On o…

Evolving Real-Time Heuristics Search Algorithms with Building Blocks

2018-05-21 · Md Solimul Chowdhury, Victor Silva

The research area of real-time heuristics search has produced quite many algorithms. In the landscape of real-time heuristics search research, it is not rare to find that an algorithm X that appears to perform better tha…

TransGP: Task-Conditioned Transformer-Guided Genetic Programming for Multitask Dynamic Flexible Job Shop Scheduling

2026-04-04 · Meng Xu, Jiao Liu, Hua Yu, Yew Soon Ong arxiv

Hyper-heuristics have become a popular approach for solving dynamic flexible job shop scheduling (DFJSS) problems. They use gradient-free optimization techniques like Genetic Programming (GP) to evolve non-differentiable…

Impact of diversity on bounded archives for multi-objective local search

2026-02-04 · Amadeu A. Coco, Cyprien Borée, Julien Baste, Laetitia Jourdan 외 arxiv

This work tackles two critical challenges related to the development of metaheuristics for Multi-Objective Optimization Problems (MOOPs): the exponential growth of non-dominated solutions and the tendency of metaheuristi…

Learning Robust Search Strategies Using a Bandit-Based Approach

2018-05-10 · Wei Xia, Roland H. C. Yap

Effective solving of constraint problems often requires choosing good or specific search heuristics. However, choosing or designing a good search heuristic is non-trivial and is often a manual process. In this paper, rat…