2013-12-05 13:49:38 -05:00
|
|
|
# This is the configuration file for GPy
|
|
|
|
|
|
|
|
|
|
[parallel]
|
|
|
|
|
# Enable openmp support. This speeds up some computations, depending on the number
|
2014-01-24 10:04:00 +00:00
|
|
|
# of cores available. Setting up a compiler with openmp support can be difficult on
|
2013-12-05 13:49:38 -05:00
|
|
|
# some platforms, hence this option.
|
|
|
|
|
openmp=False
|
2014-01-24 10:04:00 +00:00
|
|
|
|
2014-05-13 12:17:42 +01:00
|
|
|
[datasets]
|
|
|
|
|
# location for the local data cache
|
|
|
|
|
dir=$HOME/tmp/GPy-datasets/
|
|
|
|
|
|
2014-01-24 10:04:00 +00:00
|
|
|
[anaconda]
|
|
|
|
|
# if you have an anaconda python installation please specify it here.
|
|
|
|
|
installed = False
|
|
|
|
|
location = None
|
|
|
|
|
MKL = False # set this to true if you have the MKL optimizations installed
|