中文
相关论文

相关论文: Improved Competitive Analysis of Online Scheduling…

200 篇论文

Machine learning algorithms are designed to make accurate predictions of the future based on existing data, while online algorithms seek to bound some performance measure (typically the competitive ratio) without knowledge of the future.…

机器学习 · 计算机科学 2021-09-30 Kevin Rao

The online knapsack problem is a classic problem in the field of online algorithms. Its canonical version asks how to pack items of different values and weights arriving online into a capacity-limited knapsack so as to maximize the total…

机器学习 · 计算机科学 2024-04-18 Adam Lechowicz , Rik Sengupta , Bo Sun , Shahin Kamali , Mohammad Hajiesmaili

Within the context of stochastic probing with commitment, we consider the online stochastic matching problem; that is, the one sided online bipartite matching problem where edges adjacent to an online node must be probed to determine if…

数据结构与算法 · 计算机科学 2021-01-07 Allan Borodin , Calum MacRury , Akash Rakheja

Motivated by applications in energy-efficient scheduling in data centers, Khuller, Li, and Saha introduced the {\em machine activation} problem as a generalization of the classical optimization problems of set cover and load balancing on…

数据结构与算法 · 计算机科学 2012-03-22 Yossi Azar , Debmalya Panigrahi

This paper studies a generalized busy-time scheduling model on heterogeneous machines. The input to the model includes a set of jobs and a set of machine types. Each job has a size and a time interval during which it should be processed.…

数据结构与算法 · 计算机科学 2021-05-14 Mozhengfu Liu , Xueyan Tang

We consider the allocation of limited resources to heterogeneous customers who arrive in an online fashion. We would like to allocate the resources "fairly", so that no group of customers is marginalized in terms of their overall service…

数据结构与算法 · 计算机科学 2021-05-24 Will Ma , Pan Xu , Yifan Xu

We consider the precedence-constrained scheduling problem to minimize the total weighted completion time. For a single machine several $2$-approximation algorithms are known, which are based on linear programming and network flows. We show…

数据结构与算法 · 计算机科学 2023-09-22 Sven Jäger , Philipp Warode

In the online facility assignment on a line (OFAL) 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 task of an…

数据结构与算法 · 计算机科学 2024-02-26 Tsubasa Harada

Online load balancing for heterogeneous machines aims to minimize the makespan (maximum machine workload) by scheduling arriving jobs with varying sizes on different machines. In the adversarial setting, where an adversary chooses not only…

数据结构与算法 · 计算机科学 2024-05-22 Sungjin Im , Ravi Kumar , Shi Li , Aditya Petety , Manish Purohit

Motivated by cloud computing applications, we study the problem of how to optimally deploy new hardware subject to both power and robustness constraints. To model the situation observed in large-scale data centers, we introduce the Online…

数据结构与算法 · 计算机科学 2022-09-05 Konstantina Mellou , Marco Molinaro , Rudy Zhou

We revisit the well-known online traveling salesman problem (OLTSP) and its extension, the online dial-a-ride problem (OLDARP). A server starting at a designated origin in a metric space, is required to serve online requests, and return to…

数据结构与算法 · 计算机科学 2025-07-18 Ya-Chun Liang , Meng-Hsi Li , Chung-Shou Liao , Clifford Stein

We consider a scheduling problem where a cloud service provider has multiple units of a resource available over time. Selfish clients submit jobs, each with an arrival time, deadline, length, and value. The service provider's goal is to…

计算机科学与博弈论 · 计算机科学 2017-03-03 Shuchi Chawla , Nikhil Devanur , Janardhan Kulkarni , Rad Niazadeh

We consider the classical online bipartite matching problem in the probe-commit model. In this problem, when an online vertex arrives, its edges must be probed to determine if they exist, based on known edge probabilities. A probing…

数据结构与算法 · 计算机科学 2024-12-16 Allan Borodin , Calum MacRury

\textit{Weighted shortest processing time first} (WSPT) is one of the best known algorithms for total weighted completion time scheduling problems. For each job $J_j$, it first combines the two independent job parameters weight $w_j$ and…

数据结构与算法 · 计算机科学 2023-07-18 Samin Jamalabadi , Uwe Schwiegelshohn

We consider the problem of online dynamic power management that provides hard real-time guarantees. In this problem, each of the given jobs is associated with an arrival time, a deadline, and an execution time, and the objective is to…

数据结构与算法 · 计算机科学 2013-04-09 Jian-Jia Chen , Mong-Jen Kao , D. T. Lee , Ignaz Rutter , Dorothea Wagner

Makespan minimization on parallel identical machines is a classical and intensively studied problem in scheduling, and a classic example for online algorithm analysis with Graham's famous list scheduling algorithm dating back to the 1960s.…

数据结构与算法 · 计算机科学 2022-01-14 Leah Epstein , Alexandra Lassota , Asaf Levin , Marten Maack , Lars Rohwedder

We study online capacitated resource allocation, a natural generalization of online stochastic max-weight bipartite matching. This problem is motivated by ride-sharing and Internet advertising applications, where online arrivals may have…

数据结构与算法 · 计算机科学 2024-06-13 Alexander Braun , Thomas Kesselheim , Tristan Pollner , Amin Saberi

We consider online scheduling on unrelated (heterogeneous) machines in a speed-oblivious setting, where an algorithm is unaware of the exact job-dependent processing speeds. We show strong impossibility results for clairvoyant and…

数据结构与算法 · 计算机科学 2023-05-31 Alexander Lindermayr , Nicole Megow , Martin Rapp

Deep neural networks training jobs and other iterative computations frequently include checkpoints where jobs can be canceled based on the current value of monitored metrics. While most of existing results focus on the performance of all…

性能 · 计算机科学 2022-09-30 Yuan Yao , Marco Paolieri , Leana Golubchik

Online scheduling has been a well studied and challenging research problem over the last five decades since the pioneering work of Graham with immense practical significance in various applications such as interactive parallel processing,…

操作系统 · 计算机科学 2020-01-15 Debasis Dwibedy , Rakesh Mohanty