https://github.com/oxfordcontrol/Bayesian-Optimization
Raw File
Tip revision: 980a0edb978710fe29529526977d0c14649b3088 authored by nrontsis on 01 May 2018, 15:18:21 UTC
Match merged PR of GPflow.
Tip revision: 980a0ed
.gitignore
# Saved numpy and binary data
*.npz
*.npy
*.dat
# Saved figures
*.pdf
# Pycache
__pycache__
# Output logs
out.txt
*.swp
*.png
.Rhistory
log/**/
out/**/
*.zip
*.tgz
**.pkl
get_results.sh
**/.cache
**/output*
log**/
evals**/
back to top