Skip to content

code associated with paper "Sparse Bayesian Optimization"

License

Notifications You must be signed in to change notification settings

liusulin/SparseBO

 
 

Repository files navigation

SparseBO

Code associated with paper "Sparse Bayesian Optimization"

Installation

To install the code clone the repo and install the dependencies as

git clone https://github.com/facebookresearch/SparseBO.git
cd SparseBO
python3 -m pip install -r requirements.txt

Reproducing the experiments

This repository contains the code required to run the numerical experiments and the contextual Adaptive Bitrate (ABR) video playback experiment in the paper.

License

This code is MIT Licensed, as found in the LICENSE file.

About

code associated with paper "Sparse Bayesian Optimization"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 61.4%
  • Python 38.6%