Skip to content

Releases: alan-turing-institute/mogp-emulator

v0.1.1

22 Nov 08:29
9869534
Compare
Choose a tag to compare

This is a bug fix release to correct the derivative computations in the predict method of GaussianProcess:

New methods in the generic Kernel class:

  • calc_drdx computes the derivative of the distance metric with respect to the inputs
  • kernel_inputderiv computes the derivative of the kernel with respect to the inputs
  • Correction to the predict method to use the generic kernel method
  • Unit tests for the new functions

v0.1.0

22 Oct 10:46
e46437c
Compare
Choose a tag to compare

Update to master branch to add new features and begin explicit semantic versioning. Includes the following new features:

  • MICE code for sequential design
  • More flexible Kernel implementation, including the Squared Exponential and Matern 5/2 kernels
  • Automatic documentation build with several versions available
  • Codecov reports automatically uploaded
  • Explicit version numbers