Disparity between theory & practice beyond the worst-case competitive analysis

Online algorithms are used in a variety of situations such as forex trading, cache replacement, and job scheduling etc. In an online problem, the algorithms is presented with a sequence on input in a serial fashion such that the algorithm does not have knowledge about the future inputs. For instance...

Full description

Saved in:
Bibliographic Details
Main Authors: Iqbal, Javeria, Ahmad, Iftikhar, Shah, Asadullah
Format: Conference or Workshop Item
Language:English
English
English
Published: Institute of Electrical and Electronics Engineers Inc. 2019
Subjects:
Online Access:http://irep.iium.edu.my/68536/1/68536_Disparity%20between%20theory%20%26%20practice.pdf
http://irep.iium.edu.my/68536/2/68536_Disparity%20between%20theory%20%26%20practice_SCOPUS.pdf
http://irep.iium.edu.my/68536/3/68536_Disparity%20between%20theory%20%26%20practice_WOS.pdf
http://irep.iium.edu.my/68536/
https://ieeexplore.ieee.org/document/8629111
Tags: Add Tag
No Tags, Be the first to tag this record!
Description
Summary:Online algorithms are used in a variety of situations such as forex trading, cache replacement, and job scheduling etc. In an online problem, the algorithms is presented with a sequence on input in a serial fashion such that the algorithm does not have knowledge about the future inputs. For instance, in case of forex, the online algorithm is presented daily exchange rates. The algorithm does not have knowledge about future exchange rates, and has to make an irreversible conversion decision on each day. Competitive analysis is the standard tool to analyse the performance of online algorithms. Competitive analysis measures the performance of an online algorithm against a benchmark optimum offline algorithm. Competitive analysis is a worst case measure and is criticized as a pessimistic approach for performance evaluation. The assumption of online algorithms designed under the competitive analysis paradigm also suffer from the same set of problems as competitive analysis itself. In this work, we contribute towards bridging the gap between theory and practice by considering a set of algorithms for online conversion problems and discuss the disparity between the assumed worst case competitive rations and experimentally achieved competitive ratios using real world data. We present modified worst-case input sequences in order to make them comparable to real world data. In addition, we also investigate, how the assumptions made by the algorithm differs from real world. Further, we highlight other performance measures for online algorithms with the goal of realistic performance evaluation process.