Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Batch support (phase 1) #81

Closed
wants to merge 23 commits into from
Closed

Batch support (phase 1) #81

wants to merge 23 commits into from

Conversation

javdrher
Copy link
Member

Major rework of the Acquisition class hierarchy following the discussions in #71 and #74 . Is currently still a WIP, and requires further testing. It doesn't cover the sequential batch optimization case as this is being worked on by @nrontsis : this should however integrate nicely into this code, I'll provide help where needed.

@javdrher javdrher added this to the 0.2.0 release milestone Sep 17, 2017
@codecov-io
Copy link

codecov-io commented Sep 17, 2017

Codecov Report

Merging #81 into master will increase coverage by 0.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #81      +/-   ##
==========================================
+ Coverage   99.81%   99.83%   +0.01%     
==========================================
  Files          18       18              
  Lines        1095     1194      +99     
==========================================
+ Hits         1093     1192      +99     
  Misses          2        2
Impacted Files Coverage Δ
gpflowopt/domain.py 98.91% <100%> (+0.03%) ⬆️
gpflowopt/bo.py 98.92% <100%> (-0.03%) ⬇️
gpflowopt/acquisition/acquisition.py 100% <100%> (ø) ⬆️
gpflowopt/acquisition/__init__.py 100% <100%> (ø) ⬆️

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 5b73a8e...7ac4a3d. Read the comment docs.

@javdrher javdrher closed this Oct 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants