8000 Updated README.md: Added citation information. · georgedeath/egreedy@aeffe57 · GitHub
[go: up one dir, main page]

Skip to content

Commit

Permalink
Updated README.md: Added citation information.
Browse files Browse the repository at this point in the history
  • Loading branch information
georgedeath authored Jan 31, 2020
1 parent 21fbf9d commit aeffe57
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,17 @@ The remainder of this document details:
- How to [reproduce the figures in the paper](#reproduction-of-figures-and-tables-in-the-paper).
- How to [add your own acquisition functions and test problems](#incorporation-of-additional-test-problems-and-acquisition-functions).

### Citation
If you use any part of this code in your work, please cite our [Arxiv paper](https://arxiv.org/abs/1911.12809):
```bibtex
@misc{death:egreedy,
title = {Greed is Good: Exploration and Exploitation Trade-offs in Bayesian Optimisation},
author = {George {De Ath} and Richard M. Everson and Alma A. M. Rahat and Jonathan E. Fieldsend},
year = {2019},
eprint = {arXiv:1911.12809}
}
```

### Installation (docker)
The easiest method to automatically set up the environment needed for the optimisation library to run and to repeat the experiments carried out in this work is to use [docker](http://www.docker.com). Install instructions for docker for many popular operating systems are can be found [here](https://docs.docker.com/install/). Once docker has been installed, the docker container can be download and ran as follows:
```bash
Expand Down

0 comments on commit aeffe57

Please sign in to comment.
0