botorch icon indicating copy to clipboard operation
botorch copied to clipboard

`NoisyExpectedImprovementMixin`

Open SebastianAment opened this issue 2 years ago • 2 comments

Summary: This commit introduces a mixin design to increase code sharing between qLogNEI and qNEI.

Differential Revision: D47511290

SebastianAment avatar Jul 18 '23 17:07 SebastianAment

This pull request was exported from Phabricator. Differential Revision: D47511290

facebook-github-bot avatar Jul 18 '23 18:07 facebook-github-bot

Codecov Report

Merging #1939 (81937f5) into main (dfd2a9b) will increase coverage by 0.00%. The diff coverage is 100.00%.

:exclamation: Current head 81937f5 differs from pull request most recent head 8fdcaaa. Consider uploading reports for the commit 8fdcaaa to get more accurate results

@@           Coverage Diff           @@
##             main    #1939   +/-   ##
=======================================
  Coverage   99.94%   99.94%           
=======================================
  Files         177      177           
  Lines       15596    15613   +17     
=======================================
+ Hits        15588    15605   +17     
  Misses          8        8           
Impacted Files Coverage Δ
botorch/acquisition/__init__.py 100.00% <ø> (ø)
botorch/acquisition/input_constructors.py 100.00% <100.00%> (ø)
botorch/acquisition/logei.py 100.00% <100.00%> (ø)
botorch/acquisition/monte_carlo.py 100.00% <100.00%> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

codecov[bot] avatar Jul 18 '23 18:07 codecov[bot]