Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 816 Bytes

File metadata and controls

24 lines (15 loc) · 816 Bytes

This code implements the contextual Bayesian optimization algorithm used in the paper:

Jose A. Ayala-Romero, A. Garcia-Saavedra, X. Costa-Perez, G. Iosifidis (2021). Bayesian Online Learning for Energy-Aware Resource Orchestration in Virtualized RANs. IEEE INFOCOM 2021.

Citing Work

If you use any code please cite the following:

@inproceedings{ayala2021,
  title={Bayesian Online Learning for Energy-Aware Resource Orchestration in Virtualized RANs},
  author={Ayala-Romero, Jose A and Garcia-Saavedra, Andres and Costa-Perez, Xavier and Iosifidis, George},
  booktitle={{IEEE} Conference on Computer Communications, {INFOCOM} 2021},
  year={2021}
}

References