Giter VIP home page Giter VIP logo

bounce's Introduction

pytest singularity build python version

Bounce

This is the implementation of the Bounce algorithm for the paper "Bounce: Reliable High-Dimensional Bayesian Optimization for Combinatorial and Mixed Spaces".

Citation

Please cite our paper if you use Bounce in your work:

@inproceedings{
papenmeier2023bounce,
    title = {Bounce: Reliable High-Dimensional Bayesian Optimization for Combinatorial and Mixed Spaces},
    author = {Leonard Papenmeier and Luigi Nardi and Matthias Poloczek},
    booktitle = {Advances in Neural Information Processing Systems},
    year = {2023},
    url = {https://arxiv.org/abs/2307.00618}
}

Installation

Bounce uses poetry for dependency management. Bounce requires python>=3.10. To install poetry, see here. To install the dependencies, run

poetry install

This installation will not install all benchmarks. Especially, all benchmarks inherited from SingularityBenchmark will not be installed. The easiest way to install all benchmarks is to install the singularity container (see below). To install all benchmarks manually, clone the benchmark repository parallel to this repository and follow the instructions in the README.

Singularity container

To install Singularity, see here. To build the singularity container, run

sudo singularity build bounce.sif singularity_container

Usage

We provide a script to run the experiments in the paper. The script assumes that you installed singularity and built the singularity container. The singularity container must be in the same directory as the script and be named bounce.sif. To run the experiments in the paper, run

mkdir results # create a directory for the results (necessary!)
sh ./reproduce_results.sh # bounce.sif and results/ must be in the same directory

The results will be stored in the results directory.

bounce's People

Contributors

leoiv avatar

Stargazers

 avatar Miguel González Duque avatar Tamer Comcuoglu avatar George De Ath avatar Lam Ngo avatar

Watchers

Luigi avatar  avatar Matthias Poloczek avatar

bounce's Issues

Add a license

Hi @LeoIV,

Thanks for making the source code for bounce available. I'm a fan of the structure of your code, it has been super easy to extend.

I'm currently running a comparison against other methods for high-dimensional BO. I was wondering: is the code provided under any license in particular?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.