paper-with-me

Papers

Evaluating Anytime Algorithms for Learning Optimal Bayesian Networks

2013-09-26 · Brandon Malone, Changhe Yuan

Exact algorithms for learning Bayesian networks guarantee to find provably optimal networks. However, they may fail in difficult learning tasks due to limited time or memory. In this research we adapt several anytime heuristic search-based algorithms to learn Bayesian networks. These algorithms find high-quality solutions quickly, and continually improve the incumbent solution or prove its optimality before resources are exhausted. Empirical results show that the anytime window A* algorithm usually finds higher-quality, often optimal, networks more quickly than other approaches. The results also show that, surprisingly, while generating networks with few parents per variable are structurally simpler, they are harder to learn than complex generating networks with more parents per variable.

📄 PDF Abstract BibTeX arXiv:1309.6844

Code (0)

등록된 구현이 없습니다.

Tasks

Heuristic Search

Similar Papers 제목 키워드 기반

Pareto-Optimal Anytime Algorithms via Bayesian Racing

2026-03-09 · Jonathan Wurth, Helena Stegherr, Neele Kemper, Michael Heider 외 arxiv

Selecting an optimization algorithm requires comparing candidates across problem instances, but the computational budget for deployment is often unknown at benchmarking time. Current methods either collapse anytime perfo…

Bayesian Inference

Bounded Optimal Exploration in MDP

2016-04-05 · Kenji Kawaguchi

Within the framework of probably approximately correct Markov decision processes (PAC-MDP), much theoretical work has focused on methods to attain near optimality after a relatively long period of learning and exploratio…

Action Selection for MDPs: Anytime AO* vs. UCT

2019-09-26 · Blai Bonet, Hector Geffner

In the presence of non-admissible heuristics, A* and other best-first algorithms can be converted into anytime optimal algorithms over OR graphs, by simply continuing the search after the first solution is found. The sam…

Heuristic Search

Bayesian Anytime Pareto Set Identification for Multi-Objective Multi-Armed Bandits

2026-06-17 · Lennert Saerens, Bram Silue, Eleni Litsa, Peter Vrancx 외 arxiv

Identifying Pareto optimal solutions is critical to support multi-objective decision-making. We introduce the first anytime Multi-Objective Multi-Armed Bandit algorithm for the Pareto Set Identification problem, taking a…

Multi-Armed Bandits

Rectangle Search: An Anytime Beam Search (Extended Version)

2023-12-19 · Sofia Lemons, Wheeler Ruml, Robert C. Holte, Carlos Linares López

Anytime heuristic search algorithms try to find a (potentially suboptimal) solution as quickly as possible and then work to find better and better solutions until an optimal solution is obtained or time is exhausted. The…

Heuristic Search