A greedy algorithm for the minimization of a ratio of same-index element sums from two positive arrays
Alexander Lozovskiy

TL;DR
This paper introduces a greedy algorithm to efficiently find index sets minimizing the ratio of sums from two positive arrays, reducing computational complexity compared to brute force methods.
Contribution
The paper presents a novel greedy algorithm with proven optimality in specific cases for minimizing ratio sums from two arrays.
Findings
The algorithm effectively reduces candidate sets by eliminating non-greedy elements.
Proven exactness for the case involving only two elements.
Theoretical guarantees for the algorithm's correctness in certain scenarios.
Abstract
Consider two ordered positive real number arrays of equal size. The problem is to find such set of indices of given size that the ratio of the sums of the array elements with those indices is minimized. In this work, in order to mitigate the exponential complexity of the brute force search, we present a greedy algorithm applied to the search of such an index set. The main result of the paper is the theorem that states that the algorithm eliminates from candidates all index sets that do not contain any elements from the greedily selected set. We additionally prove exactness for a particular case of a ratio of the sums of only two elements.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsProbabilistic and Robust Engineering Design · Antenna Design and Optimization · Optimal Experimental Design Methods
