Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 622 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 622 Bytes

BONE: Bayesian online learning in non-stationary environments

Paper 📄: https://arxiv.org/abs/2411.10153

all-test

Installation

To run the experiments, make sure to have installed jax>=0.4.2, rebayes-mini, flax, and the BayesianOptimization package:

pip install git+https://github.com/gerdm/rebayes-mini.git
pip install flax
pip install bayesian-optimization