An open-source solver for finding global solutions to constrained derivative-free optimization problems
Gannavarapu Chandramouli, Vishnu Narayanan

TL;DR
This paper introduces GSDO, an open-source heuristic solver for constrained derivative-free optimization that uses surrogate models to efficiently find global solutions, demonstrating competitive performance against existing solvers.
Contribution
The paper presents GSDO, a novel surrogate-based heuristic solver for constrained DFO problems, capable of handling various constraint types and outperforming some existing methods.
Findings
GSDO performs competitively with state-of-the-art solvers.
The surrogate approach improves global optimization efficiency.
GSDO effectively handles different types of constraints.
Abstract
In this work, we propose a heuristic based open source solver for finding global solution to constrained derivative-free optimization (DFO) problems. Our solver named Global optimization using Surrogates for Derivative-free Optimization (GSDO) relies on surrogate approximation to the original problem. In the proposed algorithm, an initial feasible point is first generated. This point is subsequently used to generate well spaced feasible points for formulating better radial basis function based surrogate approximations to original objective and constraint functions. Finally, these surrogates are used to solve the derivative-free global optimization problems. The proposed solver is capable of handling quantifiable and nonquantifiable as well as relaxable and unrelaxable constraints. We compared the performance of proposed solver with state of the art solvers like Nonlinear Optimization by…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Optimization Algorithms Research · Optimization and Mathematical Programming · Metaheuristic Optimization Algorithms Research
