Local-Search Based Heuristics for Advertisement Scheduling
Mauro R. C. da Silva, Rafael C. S. Schouery

TL;DR
This paper introduces meta-heuristic algorithms for complex advertisement scheduling problems, including MAXSPACE and MAXSPACE-RDWV, demonstrating improved solutions over existing methods through innovative techniques like slot fullness alternation and BIT data structures.
Contribution
The paper develops and compares new meta-heuristic algorithms for generalized advertisement scheduling problems, enhancing solution quality and computational efficiency.
Findings
VNS and GRASP+VNS outperform Hybrid-GA in solution quality.
Alternating between maximizing and minimizing slot fullness improves results.
BIT data structure accelerates neighborhood computation, enabling more iterations.
Abstract
In the MAXSPACE problem, given a set of ads A, one wants to place a subset A' of A into K slots B_1, ..., B_K of size L. Each ad A_i in A has size s_i and frequency w_i. A schedule is feasible if the total size of ads in any slot is at most L, and each ad A_i in A' appears in exactly w_i slots. The goal is to find a feasible schedule that maximizes the space occupied in all slots. We introduce MAXSPACE-RDWV, a MAXSPACE generalization with release dates, deadlines, variable frequency, and generalized profit. In MAXSPACE-RDWV each ad A_i has a release date r_i >= 1, a deadline d_i >= r_i, a profit v_i that may not be related with s_i and lower and upper bounds w^min_i and w^max_i for frequency. In this problem, an ad may only appear in a slot B_j with r_i <= j <= d_i, and the goal is to find a feasible schedule that maximizes the sum of values of scheduled ads. This paper presents some…
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
TopicsOptimization and Search Problems · Vehicle Routing Optimization Methods · Transportation and Mobility Innovations
