/GaussianProcess

Gaussian process emulator

Primary LanguagePython

GaussianProcess

Build Status

GPU Gaussian process emulator

Installation

  • Requirement:

    • Python3
    • scipy
    • numpy
    • CUDA
    • MAGMA
  • Steps:

MAGMA is not currently available on JADE. Therefore one must specify the MAGMA library path before compiling.

export MAGMAHOME=/jmain01/home/JAD013/sxg01/sxs32-sxg01/magma/

Install the python package

cd GaussianProcess
python setup.py install

Examples

See example.py