# HEBO
**Repository Path**: silent790/HEBO
## Basic Information
- **Project Name**: HEBO
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2021-12-20
- **Last Updated**: 2021-12-20
## Categories & Tags
**Categories**: Uncategorized
**Tags**: ι»ηδΌε
## README
# Bayesian Optimisation Research
This directory contains official implementations for Bayesian optimisation works developped by Huawei R&D, Noah's Ark Lab.
- [HEBO: Heteroscedastic Evolutionary Bayesian Optimisation](./HEBO)
- [T-LBO](./T-LBO)
- [Bayesian Optimisation with Compositional Optimisers](./CompBO)
Further instructions are provided in the README
files associated to each project.
## [HEBO](./HEBO)
Bayesian optimsation library developped by Huawei Noahs Ark Decision Making and Reasoning (DMnR) lab. The winning submission to the [NeurIPS 2020 Black-Box Optimisation Challenge](https://bbochallenge.com/leaderboard).
## [T-LBO](./T-LBO)
Codebase associated to: [Are we Forgetting about Compositional Optimisers in Bayesian Optimisation?](https://www.jmlr.org/papers/v22/20-1422.html)
##### Abstract
Bayesian optimisation presents a sample-efficient methodology for global optimisation. Within this framework, a crucial performance-determining
subroutine is the maximisation of the acquisition function, a task complicated by the fact that acquisition functions tend to be non-convex and
thus nontrivial to optimise. In this paper, we undertake a comprehensive empirical study of approaches to maximise the acquisition function.
Additionally, by deriving novel, yet mathematically equivalent, compositional forms for popular acquisition functions, we recast the maximisation
task as a compositional optimisation problem, allowing us to benefit from the extensive literature in this field. We highlight the empirical
advantages of the compositional approach to acquisition function maximisation across 3958 individual experiments comprising synthetic optimisation
tasks as well as tasks from Bayesmark. Given the generality of the acquisition function maximisation subroutine, we posit that the adoption of
compositional optimisers has the potential to yield performance improvements across all domains in which Bayesian optimisation is currently
being applied.
---
### Codebase Contributors
Alexander I Cowen-Rivers, Antoine Grosnit, Alexandre Max Maravel, Ryan Rhys Griffiths, Wenlong Lyu, Zhi Wang.