mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-27 05:46:24 +02:00
13 lines
461 B
INI
13 lines
461 B
INI
# This is the configuration file for GPy
|
|
|
|
[parallel]
|
|
# Enable openmp support. This speeds up some computations, depending on the number
|
|
# of cores available. Setting up a compiler with openmp support can be difficult on
|
|
# some platforms, hence this option.
|
|
openmp=False
|
|
|
|
[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
|