Skip to content

kirschnj/LineBO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains the code used for the experiments of the ICML 2019 Paper "Adaptive and Safe Bayesian Optimization in High Dimensions via One-Dimensional Subspaces"

The paper can be found here: https://arxiv.org/abs/1902.03229

To reproduce the experiments,

  1. Install a Python 3.6 environment
  2. Install the package with "pip install -e ."
  3. pip install git+https://github.com/automl/HPOlib1.5
  4. pip install git+https://github.com/befelix/SafeOpt.git

To run the experiments, replace "{experiment_name}" in the instructions below by any of:

  • camelback
  • camelback_sub10
  • hartmann6
  • hartmann6_sub14
  • gaussian10
  • camelback_constraint
  • hartmann6_constraint
  • camelback_sub10_constraint

Instructions to run experiments and create plots:

  1. febo create {experiment_name} --config config/{experiment_name}.yaml
  2. febo run {experiment_name} (this will take a while, you can set the number of repetitions in the yaml file)
  3. febo plot {experiment_name} --plots febo.plots.InferenceRegret

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages