paper-with-me

Papers

A Sequential Deep Learning Algorithm for Sampled Mixed-integer Optimisation Problems

2023-01-25 · Mohammadreza Chamanbaz, Roland Bouffanais

Mixed-integer optimisation problems can be computationally challenging. Here, we introduce and analyse two efficient algorithms with a specific sequential design that are aimed at dealing with sampled problems within this class. At each iteration step of both algorithms, we first test the feasibility of a given test solution for each and every constraint associated with the sampled optimisation at hand, while also identifying those constraints that are violated. Subsequently, an optimisation problem is constructed with a constraint set consisting of the current basis -- namely, the smallest set of constraints that fully specifies the current test solution -- as well as constraints related to a limited number of the identified violating samples. We show that both algorithms exhibit finite-time convergence towards the optimal solution. Algorithm 2 features a neural network classifier that notably improves the computational performance compared to Algorithm 1. We quantitatively establish these algorithms' efficacy through three numerical tests: robust optimal power flow, robust unit commitment, and robust random mixed-integer linear program.

📄 PDF Abstract BibTeX arXiv:2301.10703

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Lossy compression of matrices by black-box optimisation of mixed integer nonlinear programming

2022-04-22 · Tadashi Kadowaki, Mitsuru Ambai

In edge computing, suppressing data size is a challenge for machine learning models that perform complex tasks such as autonomous driving, in which computational resources (speed, memory size and power) are limited. Effi…

Autonomous DrivingEdge-computing

Black-box Mixed-Variable Optimisation using a Surrogate Model that Satisfies Integer Constraints

2020-06-08 · Laurens Bliek, Arthur Guijt, Sicco Verwer, Mathijs de Weerdt

A challenging problem in both engineering and computer science is that of minimising a function for which we have no mathematical formulation available, that is expensive to evaluate, and that contains continuous and int…

Mixed-Integer Optimisation of Graph Neural Networks for Computer-Aided Molecular Design

2023-12-02 · Tom McDonald, Calvin Tsay, Artur M. Schweidtmann, Neil Yorke-Smith

ReLU neural networks have been modelled as constraints in mixed integer linear programming (MILP), enabling surrogate-based optimisation in various domains and efficient solution of machine learning certification problem…

Convergence Analysis of Evolution Strategies for Mixed-Integer Optimization

2026-05-20 · Ryoki Hamano, Kento Uchida, Shinichi Shirakawa arxiv

Mixed-integer extensions of evolution strategies (ES) that discretize selected coordinates of sampled continuous vectors often impose a lower bound on the standard deviation of integer variables to prevent premature conv…

Toward TransfORmers: Revolutionizing the Solution of Mixed Integer Programs with Transformers

2024-02-20 · Joshua F. Cooper, Seung Jin Choi, I. Esra Buyuktahtakin

In this study, we introduce an innovative deep learning framework that employs a transformer model to address the challenges of mixed-integer programs, specifically focusing on the Capacitated Lot Sizing Problem (CLSP). …

Decision MakingDecoderSequential Decision Making