paper-with-me

홈 › Papers

Global Optimization: A Machine Learning Approach

2023-11-03 · Dimitris Bertsimas, Georgios Margaritis

Many approaches for addressing Global Optimization problems typically rely on relaxations of nonlinear constraints over specific mathematical primitives. This is restricting in applications with constraints that are black-box, implicit or consist of more general primitives. Trying to address such limitations, Bertsimas and Ozturk (2023) proposed OCTHaGOn as a way of solving black-box global optimization problems by approximating the nonlinear constraints using hyperplane-based Decision-Trees and then using those trees to construct a unified mixed integer optimization (MIO) approximation of the original problem. We provide extensions to this approach, by (i) approximating the original problem using other MIO-representable ML models besides Decision Trees, such as Gradient Boosted Trees, Multi Layer Perceptrons and Suport Vector Machines, (ii) proposing adaptive sampling procedures for more accurate machine learning-based constraint approximations, (iii) utilizing robust optimization to account for the uncertainty of the sample-dependent training of the ML models, and (iv) leveraging a family of relaxations to address the infeasibilities of the final MIO approximation. We then test the enhanced framework in 81 Global Optimization instances. We show improvements in solution feasibility and optimality in the majority of instances. We also compare against BARON, showing improved optimality gaps or solution times in 11 instances.

📄 PDF Abstract BibTeX arXiv:2311.01742

Code (0)

등록된 구현이 없습니다.

Tasks

global-optimization

Similar Papers 제목 키워드 기반

Super Gradient Descent: Global Optimization requires Global Gradient

2024-10-25 · Seifeddine Achour

Global minimization is a fundamental challenge in optimization, especially in machine learning, where finding the global minimum of a function directly impacts model performance and convergence. This article introduces a…

global-optimization

Large-scale Testing Global Optimization Methods with Black-box Adversarial Attacks

2026-08-13 · Wojciech Zarzecki, Jarosław Arabas arxiv

Existing global optimization benchmark suites are of a moderate size and are based on a small number of analytical functions that date back even to the 1970s. This causes a risk of biasing the development of global optim…

Adversarial Attack

Demonstrating Real Advantage of Machine-Learning-Enhanced Monte Carlo for Combinatorial Optimization

2025-10-22 · Luca Maria Del Bono, Federico Ricci-Tersenghi, Francesco Zamponi arxiv

Combinatorial optimization problems are central to both practical applications and the development of optimization methods. While classical and quantum algorithms have been refined over decades, machine learning--assiste…

Approaching Globally Optimal Energy Efficiency in Interference Networks via Machine Learning

2022-11-25 · Bile Peng, Karl-Ludwig Besser, Ramprasad Raghunath, Eduard A. Jorswieck

This work presents a machine learning approach to optimize the energy efficiency (EE) in a multi-cell wireless network. This optimization problem is non-convex and its global optimum is difficult to find. In the literatu…

Scalable Global Optimization via Local Bayesian Optimization

2019-10-03 · NeurIPS 2019 12 · David Eriksson, Michael Pearce, Jacob R. Gardner, Ryan Turner 외

Bayesian optimization has recently emerged as a popular method for the sample-efficient optimization of expensive black-box functions. However, the application to high-dimensional problems with several thousand observati…

Bayesian Optimizationglobal-optimizationReinforcement Learning