paper-with-me

Papers

Black-box Combinatorial Optimization using Models with Integer-valued Minima

2019-11-20 · Laurens Bliek, Sicco Verwer, Mathijs de Weerdt

When a black-box optimization objective can only be evaluated with costly or noisy measurements, most standard optimization algorithms are unsuited to find the optimal solution. Specialized algorithms that deal with exactly this situation make use of surrogate models. These models are usually continuous and smooth, which is beneficial for continuous optimization problems, but not necessarily for combinatorial problems. However, by choosing the basis functions of the surrogate model in a certain way, we show that it can be guaranteed that the optimal solution of the surrogate model is integer. This approach outperforms random search, simulated annealing and one Bayesian optimization algorithm on the problem of finding robust routes for a noise-perturbed traveling salesman benchmark problem, with similar performance as another Bayesian optimization algorithm, and outperforms all compared algorithms on a convex binary optimization problem with a large number of variables.

📄 PDF Abstract BibTeX arXiv:1911.08817

Code (1)

https://bitbucket.org/lbliek2/idone 공식 구현

Tasks

Bayesian OptimizationCombinatorial Optimization

Similar Papers 제목 키워드 기반

A short note on super-hedging an arbitrary number of European options with integer-valued strategies

2023-11-15 · Dorsaf Cherif, Meriam El Mansour, Emmanuel Lepinette

The usual theory of asset pricing in finance assumes that the financial strategies, i.e. the quantity of risky assets to invest, are real-valued so that they are not integer-valued in general, see the Black and Scholes m…

Gnowee: A Hybrid Metaheuristic Optimization Algorithm for Constrained, Black Box, Combinatorial Mixed-Integer Design

2018-04-15 · James Bevins, Rachel Slaybaugh

This paper introduces Gnowee, a modular, Python-based, open-source hybrid metaheuristic optimization algorithm (Available from https://github.com/SlaybaughLab/Gnowee). Gnowee is designed for rapid convergence to nearly g…

Metaheuristic Optimization

Information quantity in a pixel of digital image

2014-01-29 · M. Kharinov

The paper is devoted to the problem of integer-valued estimating of information quantity in a pixel of digital image. The definition of an integer estimation of information quantity based on constructing of the certain b…

Fixed-Budget Real-Valued Combinatorial Pure Exploration of Multi-Armed Bandit

2023-10-24 · Shintaro Nakamura, Masashi Sugiyama

We study the real-valued combinatorial pure exploration of the multi-armed bandit in the fixed-budget setting. We first introduce the Combinatorial Successive Asign (CSA) algorithm, which is the first algorithm that can …

Dealing with Categorical and Integer-valued Variables in Bayesian Optimization with Gaussian Processes

2018-05-09 · Eduardo C. Garrido-Merchán, Daniel Hernández-Lobato

Bayesian Optimization (BO) methods are useful for optimizing functions that are expen- sive to evaluate, lack an analytical expression and whose evaluations can be contaminated by noise. These methods rely on a probabili…

Bayesian OptimizationGaussian Processes