GPy/GPy/installation.cfg

19 lines
509 B
INI
Raw Normal View History

2015-10-10 13:32:32 +01:00
# For user specific changes edit $HOME/.config/GPy/user.cfg
2015-10-10 13:32:32 +01:00
# [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 by default it is off.
# openmp = False # True
# [datasets]
# location for the local data cache
# dir=$HOME/tmp/GPy-datasets/ # Any other path you choose
# [cython]
# working = True # False
# [plotting]
# library = matplotlib # plotly, none