EmuKit / emukit

A Python-based toolbox of various methods in decision making, uncertainty quantification and statistical emulation: multi-fidelity, experimental design, Bayesian optimisation, Bayesian quadrature, etc.
https://emukit.github.io/emukit/
Apache License 2.0
605 stars 128 forks source link

Multi-fidelity dgp fixes #225

Closed marpulli closed 5 years ago

marpulli commented 5 years ago

Issue #, if available: #224

Description of changes: This notebook should now replicate the experiments in the arxiv paper, before there were a couple of bugs.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

review-notebook-app[bot] commented 5 years ago

Check out this pull request on ReviewNB: https://app.reviewnb.com/amzn/emukit/pull/225

You'll be able to see visual diffs and write comments on notebook cells. Powered by ReviewNB.

codecov-io commented 5 years ago

Codecov Report

Merging #225 into master will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #225      +/-   ##
==========================================
+ Coverage   89.26%   89.27%   +<.01%     
==========================================
  Files         109      109              
  Lines        3028     3029       +1     
  Branches      309      310       +1     
==========================================
+ Hits         2703     2704       +1     
  Misses        266      266              
  Partials       59       59
Impacted Files Coverage Δ
emukit/test_functions/multi_fidelity/branin.py 100% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 1ea0578...29d7b72. Read the comment docs.