Global Optimization Algorithm for Mixed-Integer Nonlinear Programs with Trigonometric Functions
Christopher Montez, Sujeevraja Sanjeevi, Kaarthik Sundar
TL;DR
The paper tackles global optimization of MINLPs that include bounded, differentiable periodic terms, with a focus on trigonometric functions. It introduces a MILP-based iterative algorithm that builds piecewise polyhedral relaxations via adaptive domain partitions and incremental formulations for trig and bilinear terms, and it leverages principal-domain reformulations to exploit periodicity. Key contributions include (i) polyhedral relaxations for univariate trig terms and bilinear terms, (ii) partition-sharing and multiple refinement schemes/strategies to accelerate convergence, and (iii) a motivating MDPPP application with extensive computational results showing improvements over original formulations and some commercial/open-source solvers. The approach offers a scalable pathway to solving a broader class of MINLPs by integrating trig/bilinear relaxations into MILP-based global optimization, potentially enabling faster and more reliable global solutions in engineering problems with periodic nonlinearities.
Abstract
This article presents the first mixed-integer linear programming (MILP)-based iterative algorithm to solve factorable mixed-integer nonlinear programs (MINLPs) with bounded, differentiable periodic functions to global optimality with an emphasis on trigonometric functions. At each iteration, the algorithm solves a MILP relaxation of the original MINLP to obtain a bound on the optimal objective value. The relaxations are constructed using partitions of variables involved in each nonlinear term and across successive iterations, the solution of the relaxations is used to refine these partitions further leading to tighter relaxations. Also, at each iteration, a heuristic/local solve on the MINLP is used to obtain a feasible solution to the MINLP. The iterative algorithm terminates till the optimality gap is sufficiently small. This article proposes novel refinement strategies that first choose a subset of variables whose domain is refined, refinement schemes that specify the manner in which the variable domains are refined, and MILP relaxations that exploit the principal domain of the periodic functions. We also show how solving the resulting MILP relaxation may be accelerated when two or more periodic functions are related by a linking constraint. This is especially useful as any periodic function may be approximated to arbitrary precision by a Fourier series. Finally, we examine the effectiveness of the proposed approach by solving a path planning problem for a single fixed-wing aerial vehicle and present extensive numerical results comparing the various refinement schemes and techniques.
