bayesian-optimization / BayesianOptimization

A Python implementation of global optimization with gaussian processes.
https://bayesian-optimization.github.io/BayesianOptimization/index.html
MIT License
7.89k stars 1.54k forks source link

add module exception #506

Closed phi-friday closed 1 month ago

phi-friday commented 3 months ago

With this PR, I hope to make it easier to catch errors while using bayesian-optimization.

phi-friday commented 1 month ago

Added reference/exception.rst.

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 96.21%. Comparing base (aed6a25) to head (f0249a5). Report is 2 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #506 +/- ## ========================================== + Coverage 96.19% 96.21% +0.02% ========================================== Files 10 11 +1 Lines 867 872 +5 ========================================== + Hits 834 839 +5 Misses 33 33 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.