alan-turing-institute / mogp-emulator

Package for fitting Gaussian Process Emulators to multiple output computer simulation results.
MIT License
47 stars 14 forks source link

MOGP methods to match GPU #225

Closed edaub closed 2 years ago

edaub commented 2 years ago

Matches the public Multi-Output interface defined in the GPU class in MultiOutputGP_GPU.py. Mostly this is a convenience interface, though I needed to add the _process_inputs to allow validation routines to check the inputs for both the GP and MOGP classes (however this is not a public method so the public interface should match). Addresses #207.

New in this PR: