paper-with-me

Papers

BayesOpt: A Bayesian Optimization Library for Nonlinear Optimization, Experimental Design and Bandits

2014-05-29 · Ruben Martinez-Cantin

BayesOpt is a library with state-of-the-art Bayesian optimization methods to solve nonlinear optimization, stochastic bandits or sequential experimental design problems. Bayesian optimization is sample efficient by building a posterior distribution to capture the evidence and prior knowledge for the target function. Built in standard C++, the library is extremely efficient while being portable and flexible. It includes a common interface for C, C++, Python, Matlab and Octave.

📄 PDF Abstract BibTeX arXiv:1405.7430

Code (1)

rmcantin/bayesopt

Tasks

Bayesian OptimizationExperimental DesignHyperparameter Optimization

Similar Papers 제목 키워드 기반

Limbo: A Fast and Flexible Library for Bayesian Optimization

2016-11-22 · Antoine Cully, Konstantinos Chatzilygeroudis, Federico Allocati, Jean-Baptiste Mouret

Limbo is an open-source C++11 library for Bayesian optimization which is designed to be both highly flexible and very fast. It can be used to optimize functions for which the gradient is unknown, evaluations are expensiv…

Bayesian Optimization

BayesOpt: A Library for Bayesian optimization with Robotics Applications

2013-09-03 · Ruben Martinez-Cantin

The purpose of this paper is twofold. On one side, we present a general framework for Bayesian optimization and we compare it with some related fields in active learning and Bayesian numerical analysis. On the other hand…

Active LearningBayesian OptimizationExperimental Design

Accelerating Bayesian Optimization for Biological Sequence Design with Denoising Autoencoders

2022-03-23 · Samuel Stanton, Wesley Maddox, Nate Gruver, Phillip Maffettone 외

Bayesian optimization (BayesOpt) is a gold standard for query-efficient continuous optimization. However, its adoption for drug design has been hindered by the discrete, high-dimensional nature of the decision variables.…

Bayesian OptimizationDenoisingDrug Design

A Bayesian Optimization Approach to Machine Translation Reranking

2024-11-14 · Julius Cheng, Maike Züfle, Vilém Zouhar, Andreas Vlachos

Reranking a list of candidates from a machine translation system with an external scoring model and returning the highest-scoring candidate remains a simple and effective method for improving the overall output quality. …

Bayesian OptimizationMachine TranslationRerankingTranslation

Meta-learning for sample-efficient Bayesian optimisation of fed-batch processes

2026-05-06 · Becky Langdon, Gabriel D. Patrón, Chrysoula D. Kappatou, Robert M. Lee 외 arxiv

The optimisation of fed-batch (bio)chemical process recipes is subject to inherent, underlying, and unmeasurable fluctuations across batches, whose trajectories are difficult to model and costly to measure. Bayesian Opti…

Gaussian Processes