Efficient Solution of Discrete Subproblems Arising in Integer Optimal Control with Total Variation Regularization
Marvin Severitt, Paul Manns

TL;DR
This paper presents an efficient method for solving a class of integer linear programs from control problems by reducing them to resource constrained shortest path problems, and introduces an accelerated A* algorithm that outperforms general solvers.
Contribution
It establishes a structural equivalence between the IPs and RCSPPs, and develops a specialized, accelerated A* algorithm with proven heuristics for these problems.
Findings
Accelerated A* algorithm outperforms general IP solvers.
Topological sorting improves solution speed for large instances.
The method achieves quadratic runtime complexity in discretization intervals.
Abstract
We consider a class of integer linear programs (IPs) that arise as discretizations of trust-region subproblems of a trust-region algorithm for the solution of control problems, where the control input is an integer-valued function on a one-dimensional domain and is regularized with a total variation term in the objective, which may be interpreted as a penalization of switching costs between different control modes. We prove that solving an instance of the considered problem class is equivalent to solving a resource constrained shortest path problem (RCSPP) on a layered directed acyclic graph. This structural finding yields an algorithmic solution approach based on topological sorting and corresponding run time complexities that are quadratic in the number of discretization intervals of the underlying control problem, the main quantifier for the size of a problem instance. We also…
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 · Advanced Graph Theory Research · Vehicle Routing Optimization Methods
