中文
相关论文

相关论文: On Dynamic Optimality for Binary Search Trees

200 篇论文

Several sparsity-constrained algorithms such as Orthogonal Matching Pursuit or the Frank-Wolfe algorithm with sparsity constraints work by iteratively selecting a novel atom to add to the current non-zero set of variables. This selection…

机器学习 · 计算机科学 2016-08-23 A Rakotomamonjy , S Koço , Liva Ralaivola

Popular Monte-Carlo tree search (MCTS) algorithms for online planning, such as epsilon-greedy tree search and UCT, aim at rapidly identifying a reasonably good action, but provide rather poor worst-case guarantees on performance improvement…

人工智能 · 计算机科学 2013-09-27 Zohar Feldman , Carmel Domshlak

Selecting the best set of ads is critical for advertisers for a given set of keywords, which involves the composition of ads from millions of candidates. While click through rates (CTRs) are important, there could be high correlation among…

数据结构与算法 · 计算机科学 2018-02-07 Xinle Liu

A frequently studied performance measure in online optimization is competitive analysis. It corresponds to the worst-case ratio, over all possible inputs of an algorithm, between the performance of the algorithm and the optimal offline…

最优化与控制 · 数学 2024-05-30 Antoine Lhomme , Nicolas Catusse , Nadia Brauner

Bipartite b-matching is fundamental in algorithm design, and has been widely applied into economic markets, labor markets, etc. These practical problems usually exhibit two distinct features: large-scale and dynamic, which requires the…

分布式、并行与集群计算 · 计算机科学 2020-05-13 Xiaotian Hao , Junqi Jin , Jianye Hao , Jin Li , Weixun Wang , Yi Ma , Zhenzhe Zheng , Han Li , Jian Xu , Kun Gai

Classification and Regression Tree (CART), Random Forest (RF) and Gradient Boosting Tree (GBT) are probably the most popular set of statistical learning methods. However, their statistical consistency can only be proved under very…

统计理论 · 数学 2025-02-17 Haoran Zhan , Yu Liu , Yingcun Xia

Although Dijkstra's algorithm has near-optimal time complexity for the problem of finding a shortest path from a given vertex $s$ to a given vertex $t$, in practice other algorithms are often superior on huge graphs. A prominent example is…

数据结构与算法 · 计算机科学 2025-06-16 Bernhard Haeupler , Richard Hladík , Vaclav Rozhon , Robert E. Tarjan , Jakub Tětek

Though competitive analysis is often a very good tool for the analysis of online algorithms, sometimes it does not give any insight and sometimes it gives counter-intuitive results. Much work has gone into exploring other performance…

数据结构与算法 · 计算机科学 2017-06-14 Joan Boyar , Leah Epstein , Lene M. Favrholdt , Kim S. Larsen , Asaf Levin

We study a weighted online bipartite matching problem: $G(V_1, V_2, E)$ is a weighted bipartite graph where $V_1$ is known beforehand and the vertices of $V_2$ arrive online. The goal is to match vertices of $V_2$ as they arrive to vertices…

数据结构与算法 · 计算机科学 2014-09-09 Moses Charikar , Monika Henzinger , Huy L. Nguyen

We present an approach to implement binary search trees in the rule-based graph programming language GP 2. Our implementation uses GP 2's rooted graph transformation rules to be fast and supports insertion, deletion and query operations. We…

编程语言 · 计算机科学 2026-01-08 Ziad Ismaili Alaoui , Detlef Plump

In this paper, we derive optimality results for greedy Bayesian-network search algorithms that perform single-edge modifications at each step and use asymptotically consistent scoring criteria. Our results extend those of Meek (1997) and…

人工智能 · 计算机科学 2013-01-07 David Maxwell Chickering , Christopher Meek

Online bipartite matching is a classical problem in online algorithms and we know that both the deterministic fractional and randomized integral online matchings achieve the same competitive ratio of $1-\frac{1}{e}$. In this work, we study…

数据结构与算法 · 计算机科学 2025-11-21 Amey Bhangale , Arghya Chakraborty , Prahladh Harsha

This paper studies online optimization under inventory (budget) constraints. While online optimization is a well-studied topic, versions with inventory constraints have proven difficult. We consider a formulation of inventory-constrained…

性能 · 计算机科学 2024-12-20 Qiulin Lin , Hanling Yi , John Pang , Minghua Chen , Adam Wierman , Michael Honig , Yuanzhang Xiao

In the freeze-tag problem, one active robot must wake up many frozen robots. The robots are considered as points in a metric space, where active robots move at a constant rate and activate other robots by visiting them. In the…

数据结构与算法 · 计算机科学 2019-02-06 Josh Brunner , Julian Wellman

Distributed optimization is pivotal for large-scale signal processing and machine learning, yet communication overhead remains a major bottleneck. Low-rank gradient compression, in which the transmitted gradients are approximated by…

机器学习 · 计算机科学 2025-10-21 Chuyan Chen , Yutong He , Pengrui Li , Weichen Jia , Kun Yuan

In this experimental study we consider Steiner tree approximations that guarantee a constant approximation of ratio smaller than $2$. The considered greedy algorithms and approaches based on linear programming involve the incorporation of…

数据结构与算法 · 计算机科学 2015-12-10 Stephan Beyer , Markus Chimani

We present an algorithm for building probabilistic rule lists that is two orders of magnitude faster than previous work. Rule list algorithms are competitors for decision tree algorithms. They are associative classifiers, in that they are…

人工智能 · 计算机科学 2017-04-04 Hongyu Yang , Cynthia Rudin , Margo Seltzer

The performance of acquisition functions for Bayesian optimisation to locate the global optimum of continuous functions is investigated in terms of the Pareto front between exploration and exploitation. We show that Expected Improvement…

机器学习 · 计算机科学 2021-04-29 George De Ath , Richard M. Everson , Alma A. M. Rahat , Jonathan E. Fieldsend

This work explores adaptations of successful multi-armed bandits policies to the online contextual bandits scenario with binary rewards using binary classification algorithms such as logistic regression as black-box oracles. Some of these…

机器学习 · 计算机科学 2019-11-26 David Cortes

We consider the problem of stochastic monotone submodular function maximization, subject to constraints. We give results on adaptivity gaps, and on the gap between the optimal offline and online solutions. We present a procedure that…

数据结构与算法 · 计算机科学 2015-04-28 Lisa Hellerstein , Devorah Kletenik , Patrick Lin
‹ 上一页 1 8 9 10 下一页 ›