GPflow / GPflowOpt

Bayesian Optimization using GPflow
Apache License 2.0
270 stars 61 forks source link

Source organization #46

Closed javdrher closed 7 years ago

javdrher commented 7 years ago

Following #34: splitting the acquisition file into a package to avoid further mixing of framework code and algorithm implementations.

This PR does not change any import paths.

codecov-io commented 7 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #46      +/-   ##
==========================================
+ Coverage   99.72%   99.73%   +<.01%     
==========================================
  Files           9       14       +5     
  Lines         728      752      +24     
==========================================
+ Hits          726      750      +24     
  Misses          2        2
Impacted Files Coverage Δ
GPflowOpt/acquisition/poi.py 100% <100%> (ø)
GPflowOpt/acquisition/lcb.py 100% <100%> (ø)
GPflowOpt/acquisition/__init__.py 100% <100%> (ø)
GPflowOpt/acquisition/pof.py 100% <100%> (ø)
GPflowOpt/acquisition/ei.py 100% <100%> (ø)
GPflowOpt/acquisition/acquisition.py 100% <100%> (ø)
... and 1 more

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 0222231...3d10f0b. Read the comment docs.