中文
相关论文

相关论文: Online bin packing with cardinality constraints re…

200 篇论文

The subset sum algorithm is a natural heuristic for the classical Bin Packing problem: In each iteration, the algorithm finds among the unpacked items, a maximum size set of items that fits into a new bin. More than 35 years after its first…

计算机科学与博弈论 · 计算机科学 2009-07-27 Leah Epstein , Elena Kleiman , Julian Mestre

In the Colored Bin Packing problem a set of items with varying weights and colors must be packed into bins of uniform weight limit such that no two items of the same color may be packed adjacently within a bin. We solve this problem for the…

数据结构与算法 · 计算机科学 2015-11-17 Hamza Alsarhan , Davin Chia , Ananya Christman , Shannia Fu , Yanfeng Jin

We study the submodular secretary problem with a cardinality constraint. In this problem, $n$ candidates for secretaries appear sequentially in random order. At the arrival of each candidate, a decision maker must irrevocably decide whether…

数据结构与算法 · 计算机科学 2019-05-14 Kaito Fujii

We analyze a recently introduced concept, called the price of clustering, for variants of bin packing called open-end bin packing problems (OEBP). Input items have sizes, and they also belong to a certain number of types. The new concept…

数据结构与算法 · 计算机科学 2021-05-14 Leah Epstein

We study an online classification problem with partial feedback in which individuals arrive one at a time from a fixed but unknown distribution, and must be classified as positive or negative. Our algorithm only observes the true label of…

机器学习 · 计算机科学 2020-04-17 Yahav Bechavod , Katrina Ligett , Aaron Roth , Bo Waggoner , Zhiwei Steven Wu

We analyze the problem of packing squares in an online fashion: Given a semi-infinite strip of width 1 and an unknown sequence of squares of side length in [0,1] that arrive from above, one at a time. The objective is to pack these items as…

数据结构与算法 · 计算机科学 2010-10-22 Sandor P. Fekete , Tom Kamphans , Nils Schweer

In the online 2-bounded auction problem, we have a collection of items represented as nodes in a graph and bundles of size two represented by edges. Agents are presented sequentially, each with a random weight function over the bundles. The…

计算机科学与博弈论 · 计算机科学 2024-10-17 José Soto , Victor Verdugo

We investigate several online packing problems in which convex polygons arrive one by one and have to be placed irrevocably into a container, while the aim is to minimize the used space. Among other variants, we consider strip packing and…

计算几何 · 计算机科学 2024-04-09 Anders Aamand , Mikkel Abrahamsen , Lorenzo Beretta , Linda Kleist

A retailer is purchasing goods in bundles from suppliers and then selling these goods in bundles to customers; her goal is to maximize profit, which is the revenue obtained from selling goods minus the cost of purchasing those goods. In…

数据结构与算法 · 计算机科学 2025-08-01 Yossi Azar , Niv Buchbinder , Roie Levin , Or Vardi

We study online algorithms for maximum cardinality matchings with edge arrivals in graphs of low degree. Buchbinder, Segev, and Tkach showed that no online algorithm for maximum cardinality fractional matchings can achieve a competitive…

数据结构与算法 · 计算机科学 2026-02-10 Kanstantsin Pashkovich , Thomas Snow

We study the following problem, introduced by Chung et al. in 2006. We are given, online or offline, a set of coloured items of different sizes, and wish to pack them into bins of equal size so that we use few bins in total (at most…

数据结构与算法 · 计算机科学 2015-08-18 Andrew Twigg , Eduardo C. Xavier

Incomplete pairwise comparison matrices offer a natural way of expressing preferences in decision making processes. Although ordinal information is crucial, there is a bias in the literature: cardinal models dominate. Ordinal models usually…

最优化与控制 · 数学 2020-12-15 Luca Faramondi , Gabriele Oliva , Sándor Bozóki

This paper combines two key ingredients for online algorithms - competitive analysis (e.g. the competitive ratio) and advice complexity (e.g. the number of advice bits needed to improve online decisions) - in the context of a simple online…

计算机科学与博弈论 · 计算机科学 2020-06-30 Martin Aleksandrov , Toby Walsh

In this paper, we study the {\em green bin packing} (GBP) problem where $\beta \ge 0$ and $G \in [0, 1]$ are two given values as part of the input. The energy consumed by a bin is $\max \{0, \beta (x-G) \}$ where $x$ is the total size of…

数据结构与算法 · 计算机科学 2026-02-20 Mingyang Gong , Brendan Mumey

We study the Colored Bin Packing Problem: we are given a set of items where each item has a weight and color. We must pack the items in bins of uniform capacity such that no two items of the same color may be adjacent within in a bin. The…

数据结构与算法 · 计算机科学 2015-09-01 Hamza Alsarhan , Davin Chia , Ananya Christman , Shannia Fu , Tony Jin

We consider the problem of packing rectangles into bins that are unit squares, where the goal is to minimize the number of bins used. All rectangles have to be packed non-overlapping and orthogonal, i.e., axis-parallel. We present an…

数据结构与算法 · 计算机科学 2009-03-16 Rolf Harren , Rob van Stee

In many classification settings, the class of primary interest is underrepresented, leading to imbalanced data problems that arise in applications such as rare disease detection and fraud identification. In these contexts, identifying a…

机器学习 · 统计学 2026-05-06 Daniel Fraiman , Ricardo Fraiman

Rankings are ubiquitous in the online world today. As we have transitioned from finding books in libraries to ranking products, jobs, job applicants, opinions and potential romantic partners, there is a substantial precedent that ranking…

信息检索 · 计算机科学 2018-10-18 Ashudeep Singh , Thorsten Joachims

The online bisection problem is a natural dynamic variant of the classic optimization problem, where one has to dynamically maintain a partition of $n$ elements into two clusters of cardinality $n/2$. During runtime, an online algorithm is…

数据结构与算法 · 计算机科学 2024-03-19 Marcin Bienkowski , Stefan Schmid

We introduce and study the weighted version of an online matching problem in the Euclidean plane with non-crossing constraints: points with non-negative weights arrive online, and an algorithm can match an arriving point to one of the…

数据结构与算法 · 计算机科学 2026-03-11 Joan Boyar , Shahin Kamali , Kim S. Larsen , Ali Fata Lavasani , Yaqiao Li , Denis Pankratov