A robust univariate Gaussian Process Emulator (GPE) implementation around GPyTorch (gpyt).
⚠️ gpytGPE has been completely refactored and is now maintained under the new name of GPErks! (https://github.com/stelong/GPErks)
For more information, please refero to the original repository here.
Author: stelong, MarinaStrocchi
git clone https://github.com/MarinaStrocchi/gpytGPE.git
# (this block is optional)
python3 -m venv venv
source venv/bin/activate
pip install --upgrade pip setuptools wheel
pip install .