494,704 research outputs found

    Stable Secretaries

    Full text link
    We define and study a new variant of the secretary problem. Whereas in the classic setting multiple secretaries compete for a single position, we study the case where the secretaries arrive one at a time and are assigned, in an on-line fashion, to one of multiple positions. Secretaries are ranked according to talent, as in the original formulation, and in addition positions are ranked according to attractiveness. To evaluate an online matching mechanism, we use the notion of blocking pairs from stable matching theory: our goal is to maximize the number of positions (or secretaries) that do not take part in a blocking pair. This is compared with a stable matching in which no blocking pair exists. We consider the case where secretaries arrive randomly, as well as that of an adversarial arrival order, and provide corresponding upper and lower bounds.Comment: Accepted for presentation at the 18th ACM conference on Economics and Computation (EC 2017

    Competitive Analysis for Two Variants of Online Metric Matching Problem

    Get PDF
    In this paper, we study two variants of the online metric matching problem. The first problem is the online metric matching problem where all the servers are placed at one of two positions in the metric space. We show that a simple greedy algorithm achieves the competitive ratio of 3 and give a matching lower bound. The second problem is the online facility assignment problem on a line, where servers have capacities, servers and requests are placed on 1-dimensional line, and the distances between any two consecutive servers are the same. We show lower bounds 1+61+ \sqrt{6} (>3.44948)(> 3.44948), 4+733\frac{4+\sqrt{73}}{3} (>4.18133)(>4.18133) and 133\frac{13}{3} (>4.33333)(>4.33333) on the competitive ratio when the numbers of servers are 3, 4 and 5, respectively.Comment: 12 pages. Update from the 1st version: The first author was added and Theorems 3, 4 and 5 were improve

    Online Minimum Cost Matching with Recourse on the Line

    Get PDF
    In online minimum cost matching on the line, n requests appear one by one and have to be matched immediately and irrevocably to a given set of servers, all on the real line. The goal is to minimize the sum of distances from the requests to their respective servers. Despite all research efforts, it remains an intriguing open question whether there exists an O(1)-competitive algorithm. The best known online algorithm by Raghvendra [S. Raghvendra, 2018] achieves a competitive factor of ?(log n). This result matches a lower bound of ?(log n) [A. Antoniadis et al., 2018] that holds for a quite large class of online algorithms, including all deterministic algorithms in the literature. In this work, we approach the problem in a recourse model where we allow to revoke online decisions to some extent, i.e., we allow to reassign previously matched edges. We show an O(1)-competitive algorithm for online matching on the line with amortized recourse of O(log n). This is the first non-trivial result for min-cost bipartite matching with recourse. For so-called alternating instances, with no more than one request between two servers, we obtain a near-optimal result. We give a (1+?)-competitive algorithm that reassigns any request at most O(?^{-1.001}) times. This special case is interesting as the aforementioned quite general lower bound ?(log n) holds for such instances

    STRATEGI BISNIS ONLINE DI BEKASI; KASUS PADA BISNIS CLOTING LINE

    Get PDF
    This study aims to develop a clothing line online business strategy in Bekasi; Aspects of Marketing, Human Resources and Finance. The study involved 27 online and domiciled fashion clothing line entrepreneurs who are members of the Setu – Cilengsi MSME community. Data was collected through structured interviews related to aspects of marketing, Human Resources (HRD) and Finance and analyzed using EFAS IFAS and Grand Matrix. Based on the results of data analysis, the Clothing Line business in Bekasi is in the Matching Stage stage, the strategies chosen are market penetration strategy, product development strategy, backward integration strategy and horizontal integration.Penelitian ini bertujuan untuk mengembangkan strategi bisnis Clothing line Online di Bekasi; Aspek Pemasaran, Sumber Daya Manusia dan Keuangan. Penelitian melibatkan 27 Wirausaha fashion clothing line secara online dan berdomisili yang merupakan anggota dari komunitas UMKM Setu – Cilengsi. Pengumpulan data dilakukan dengan wawancara secara terstruktur terkait aspek pemasaran, Sumber Daya Manusia (HRD) dan Keuangan dan dianalisis dengan matrik EFAS IFAS dan Grand Matrix. Berdasarkan hasil analysis data, bisnis Clothing Line di Bekasi berada pada tahap Matching Stage, maka strategi yang dipilih adalah strategi penetrasi pasar, strategi pengembangan produk, strategi integrasi ke belakang serta integrasi horizontal

    Optimal Analysis of an Online Algorithm for the Bipartite Matching Problem on a Line

    Get PDF
    In the online metric bipartite matching problem, we are given a set S of server locations in a metric space. Requests arrive one at a time, and on its arrival, we need to immediately and irrevocably match it to a server at a cost which is equal to the distance between these locations. A alpha-competitive algorithm will assign requests to servers so that the total cost is at most alpha times the cost of M_{Opt} where M_{Opt} is the minimum cost matching between S and R. We consider this problem in the adversarial model for the case where S and R are points on a line and |S|=|R|=n. We improve the analysis of the deterministic Robust Matching Algorithm (RM-Algorithm, Nayyar and Raghvendra FOCS\u2717) from O(log^2 n) to an optimal Theta(log n). Previously, only a randomized algorithm under a weaker oblivious adversary achieved a competitive ratio of O(log n) (Gupta and Lewi, ICALP\u2712). The well-known Work Function Algorithm (WFA) has a competitive ratio of O(n) and Omega(log n) for this problem. Therefore, WFA cannot achieve an asymptotically better competitive ratio than the RM-Algorithm

    Permutation Strikes Back: The Power of Recourse in Online Metric Matching

    Get PDF
    In the classical Online Metric Matching problem, we are given a metric space with kk servers. A collection of clients arrive in an online fashion, and upon arrival, a client should irrevocably be matched to an as-yet-unmatched server. The goal is to find an online matching which minimizes the total cost, i.e., the sum of distances between each client and the server it is matched to. We know deterministic algorithms~\cite{KP93,khuller1994line} that achieve a competitive ratio of 2k12k-1, and this bound is tight for deterministic algorithms. The problem has also long been considered in specialized metrics such as the line metric or metrics of bounded doubling dimension, with the current best result on a line metric being a deterministic O(logk)O(\log k) competitive algorithm~\cite{raghvendra2018optimal}. Obtaining (or refuting) O(logk)O(\log k)-competitive algorithms in general metrics and constant-competitive algorithms on the line metric have been long-standing open questions in this area. In this paper, we investigate the robustness of these lower bounds by considering the Online Metric Matching with Recourse problem where we are allowed to change a small number of previous assignments upon arrival of a new client. Indeed, we show that a small logarithmic amount of recourse can significantly improve the quality of matchings we can maintain. For general metrics, we show a simple \emph{deterministic} O(logk)O(\log k)-competitive algorithm with O(logk)O(\log k)-amortized recourse, an exponential improvement over the 2k12k-1 lower bound when no recourse is allowed. We next consider the line metric, and present a deterministic algorithm which is 33-competitive and has O(logk)O(\log k)-recourse, again a substantial improvement over the best known O(logk)O(\log k)-competitive algorithm when no recourse is allowed

    Online Isotonic Regression

    Get PDF
    We consider the online version of the isotonic regression problem. Given a set of linearly ordered points (e.g., on the real line), the learner must predict labels sequentially at adversarially chosen positions and is evaluated by her total squared loss compared against the best isotonic (non-decreasing) function in hindsight. We survey several standard online learning algorithms and show that none of them achieve the optimal regret exponent; in fact, most of them (including Online Gradient Descent, Follow the Leader and Exponential Weights) incur linear regret. We then prove that the Exponential Weights algorithm played over a covering net of isotonic functions has a regret bounded by O(T1/3log2/3(T))O\big(T^{1/3} \log^{2/3}(T)\big) and present a matching Ω(T1/3)\Omega(T^{1/3}) lower bound on regret. We provide a computationally efficient version of this algorithm. We also analyze the noise-free case, in which the revealed labels are isotonic, and show that the bound can be improved to O(logT)O(\log T) or even to O(1)O(1) (when the labels are revealed in isotonic order). Finally, we extend the analysis beyond squared loss and give bounds for entropic loss and absolute loss.Comment: 25 page
    corecore