paper-with-me

Papers

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 integer variables, for example in automatic algorithm configuration. Surrogate-based algorithms are very suitable for this type of problem, but most existing techniques are designed with only continuous or only discrete variables in mind. Mixed-Variable ReLU-based Surrogate Modelling (MVRSM) is a surrogate-based algorithm that uses a linear combination of rectified linear units, defined in such a way that (local) optima satisfy the integer constraints. This method outperforms the state of the art on several synthetic benchmarks with up to 238 continuous and integer variables, and achieves competitive performance on two real-life benchmarks: XGBoost hyperparameter tuning and Electrostatic Precipitator optimisation.

📄 PDF Abstract BibTeX arXiv:2006.04508

Code (1)

lbliek/MVRSM 공식 구현

Similar Papers 제목 키워드 기반

An Empirical Study on Ensemble-Based Transfer Learning Bayesian Optimisation with Mixed Variable Types

2026-01-22 · Natasha Trinkle, Huong Ha, Jeffrey Chan arxiv

Bayesian optimisation is a sample efficient method for finding a global optimum of expensive black-box objective functions. Historic datasets from related problems can be exploited to help improve performance of Bayesian…

Transfer Learning

Bayesian Optimisation for Mixed-Variable Inputs using Value Proposals

2022-02-10 · Yan Zuo, Amir Dezfouli, Iadine Chades, David Alexander 외

Many real-world optimisation problems are defined over both categorical and continuous variables, yet efficient optimisation methods such asBayesian Optimisation (BO) are not designed tohandle such mixed-variable search …

Bayesian Optimisation

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

Incremental Transformer for Surrogate-Based Inverse Design of Geopolymer Mixtures

2026-07-12 · Giansalvo Cirrincione, Filippo Grassia arxiv

Small-data inverse design is challenging in engineering informatics when observations are heterogeneous, mixed-type, and constrained by physical relations among design variables. This work proposes a topology-aware surro…

Global Optimisation of Black-Box Functions with Generative Models in the Wasserstein Space

2024-07-16 · Tigran Ramazyan, Mikhail Hushchyn, Denis Derkach

We propose a new uncertainty estimator for gradient-free optimisation of black-box simulators using deep generative surrogate models. Optimisation of these simulators is especially challenging for stochastic simulators a…