Algorithms for Locating Constrained Optimal Intervals
Hsiao-Fei Liu, Peng-An Chen, and Kun-Mao Chao

TL;DR
This paper introduces new efficient algorithms for locating optimal index intervals in sequences under specific constraints, improving computational speed for ratio maximization problems.
Contribution
The work presents two novel algorithms: one for maximizing a ratio with a sum constraint in linear time, and another for a more complex ratio with a sum constraint in subquadratic time.
Findings
First algorithm runs in O(n) time for ratio maximization with sum constraint.
Second algorithm achieves subquadratic time complexity leveraging shortest path problem solutions.
Provides practical methods for constrained optimal interval detection in sequences.
Abstract
In this work, we obtain the following new results. 1. Given a sequence of number pairs, where for all , and a number , we propose an O(n)-time algorithm for finding an index interval that maximizes subject to . 2. Given a sequence of number pairs, where for all , and an integer with , we propose an -time algorithm for finding an index interval that maximizes subject to , where is the time required to solve the all-pairs shortest paths problem on a graph of nodes. By the latest result of Chan \cite{Chan}, $T(n')=O(n'^3…
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
TopicsNumerical Methods and Algorithms · Constraint Satisfaction and Optimization · Formal Methods in Verification
