中文
相关论文

相关论文: Online Facility Location with Predictions

200 篇论文

We consider the {\em lower-bounded facility location} (\lbfl) problem (also sometimes called {\em load-balanced facility location}), which is a generalization of {\em uncapacitated facility location} (\ufl), where each open facility is…

数据结构与算法 · 计算机科学 2012-08-31 Sara Ahmadian , Chaitanya Swamy

In the online facility assignment on a line ${\rm OFAL}(S,c)$ with a set $S$ of $k$ servers and a capacity $c:S\to\mathbb{N}$, each server $s\in S$ with a capacity $c(s)$ is placed on a line, and a request arrives on a line one-by-one. The…

数据结构与算法 · 计算机科学 2023-08-14 Tsubasa Harada , Toshiya Itoh

We present prior robust algorithms for a large class of resource allocation problems where requests arrive one-by-one (online), drawn independently from an unknown distribution at every step. We design a single algorithm that, for every…

数据结构与算法 · 计算机科学 2019-03-12 Nikhil R. Devanur , Kamal Jain , Balasubramanian Sivan , Christopher A. Wilkens

We study the online facility location problem with uniform facility costs in the random-order model. Meyerson's algorithm [FOCS'01] is arguably the most natural and simple online algorithm for the problem with several advantages and…

数据结构与算法 · 计算机科学 2022-11-11 Haim Kaplan , David Naori , Danny Raz

We introduce an online variant of mobile facility location (MFL) (introduced by Demaine et al. [SODA' 07]). We call this new problem online mobile facility location (OMFL). In the OMFL problem, initially, we are given a set of $k$ mobile…

数据结构与算法 · 计算机科学 2023-10-16 Abdolhamid Ghodselahi , Fabian Kuhn

The \textit{facility location} problem consists of a set of \textit{facilities} $\mathcal{F}$, a set of \textit{clients} $\mathcal{C}$, an \textit{opening cost} $f_i$ associated with each facility $x_i$, and a \textit{connection cost}…

分布式、并行与集群计算 · 计算机科学 2013-08-14 James Hegeman , Sriram V. Pemmaraju

Motivated primarily by applications in cloud computing, we study a simple, yet powerful, online allocation problem in which jobs of varying durations arrive over continuous time and must be assigned immediately and irrevocably to one of the…

数据结构与算法 · 计算机科学 2025-06-10 Farbod Ekbatani , Yiding Feng , Ian Kash , Rad Niazadeh

The classic online facility location problem deals with finding the optimal set of facilities in an online fashion when demand requests arrive one at a time and facilities need to be opened to service these requests. In this work, we study…

数据结构与算法 · 计算机科学 2025-05-09 Arghya Chakraborty , Rahul Vaze

We consider the Fault-Tolerant Facility Placement problem ($FTFP$), which is a generalization of the classical Uncapacitated Facility Location problem ($UFL$). In the $FTFP$ problem we have a set of clients $C$ and a set of facilities $F$.…

数据结构与算法 · 计算机科学 2014-02-12 Bartosz Rybicki , Jaroslaw Byrka

We consider a multi-stage facility reallocation problems on the real line, where a facility is being moved between time stages based on the locations reported by $n$ agents. The aim of the reallocation algorithm is to minimise the social…

计算机科学与博弈论 · 计算机科学 2021-03-25 Bart de Keijzer , Dominik Wojtczak

The Fault-Tolerant Facility Placement problem (FTFP) is a generalization of the classic Uncapacitated Facility Location Problem (UFL). In FTFP we are given a set of facility sites and a set of clients. Opening a facility at site $i$ costs…

数据结构与算法 · 计算机科学 2013-04-16 Li Yan , Marek Chrobak

We studied the Fault-Tolerant Facility Placement problem (FTFP) which generalizes the uncapacitated facility location problem (UFL). In FTFP, we are given a set F of sites at which facilities can be built, and a set C of clients with some…

数据结构与算法 · 计算机科学 2011-08-30 Li Yan , Marek Chrobak

We consider a new setting of facility location games with ordinal preferences. In such a setting, we have a set of agents and a set of facilities. Each agent is located on a line and has an ordinal preference over the facilities. Our goal…

计算机科学与博弈论 · 计算机科学 2021-07-06 Hau Chan , Minming Li , Chenhao Wang

In the Constrained Fault-Tolerant Resource Allocation (FTRA) problem, we are given a set of sites containing facilities as resources, and a set of clients accessing these resources. Specifically, each site i is allowed to open at most R_i…

数据结构与算法 · 计算机科学 2015-03-20 Kewen Liao , Hong Shen , Longkun Guo

The high proportions of demand charges in electric bills motivate large-power customers to leverage energy storage for reducing the peak procurement from the outer grid. Given limited energy storage, we expect to maximize the peak-demand…

系统与控制 · 电气工程与系统科学 2021-08-25 Yanfang Mo , Qiulin Lin , Minghua Chen , Si-Zhao Joe Qin

Online decision-making in the presence of uncertain future information is abundant in many problem domains. In the critical problem of energy generation scheduling for microgrids, one needs to decide when to switch energy supply between a…

系统与控制 · 电气工程与系统科学 2022-10-20 Ali Menati , Sid Chi-Kin Chau , Minghua Chen

Winner-take-all competitions in forecasting and machine-learning suffer from distorted incentives. Witkowski et al. 2018 identified this problem and proposed ELF, a truthful mechanism to select a winner. We show that, from a pool of $n$…

机器学习 · 计算机科学 2021-06-14 Rafael Frongillo , Robert Gomez , Anish Thilagar , Bo Waggoner

In typical applications of facility location problems, the location of demand is assumed to be an input to the problem. The demand may be fixed or dynamic, but ultimately outside the optimizers control. In contrast, there are settings,…

最优化与控制 · 数学 2022-11-24 Ali Kaan Kurbanzade , Julia Gaudio

In Euclidean Uniform Facility Location (UFL), the input is a set of clients in $\mathbb{R}^d$ and the goal is to place facilities to serve them, so as to minimize the total cost of opening facilities plus connecting the clients. We study…

数据结构与算法 · 计算机科学 2023-01-31 Artur Czumaj , Arnold Filtser , Shaofeng H. -C. Jiang , Robert Krauthgamer , Pavel Veselý , Mingwei Yang

In this paper, we give the first constant approximation algorithm for the lower bounded facility location (LBFL) problem with general lower bounds. Prior to our work, such algorithms were only known for the special case where all facilities…

数据结构与算法 · 计算机科学 2018-05-08 Shi Li