Code associated with paper "Sparse Bayesian Optimization"
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
This repository contains the code required to run the numerical experiments and the contextual Adaptive Bitrate (ABR) video playback experiment in the paper.
This code is MIT Licensed, as found in the LICENSE file.