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

NoisyExpectedImprovementMixin #1939

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

SebastianAment
Copy link
Contributor

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

Differential Revision: D47511290

SebastianAment and others added 2 commits July 18, 2023 10:57
Summary:
Pull Request resolved: pytorch#1937

This commit introduces `qLogNoisyExpectedImprovement` (`qLogNEI`) a cousin of `qLogEI`. Similar to `qLogEI` and in contrast to `q(N)EI`, it generally exhibits strong and smooth gradients, leading to better acquisition function optimization and Bayesian optimization as a result.

Differential Revision: https://internalfb.com/D47439161

fbshipit-source-id: 8a50f123e2f4a828934c8bc4fba0a163e0c0abb4
Summary: This commit introduces a mixin design to increase code sharing between `qLogNEI` and `qNEI`.

Differential Revision: D47511290

fbshipit-source-id: efe6b1550948c5df7da1e185c7770ba062d60b06
@facebook-github-bot facebook-github-bot added CLA Signed Do not delete this pull request or issue due to inactivity. fb-exported labels Jul 18, 2023
@facebook-github-bot
Copy link
Contributor

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

@codecov
Copy link

codecov bot commented Jul 18, 2023

Codecov Report

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

❗ 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%> (ø)

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed Do not delete this pull request or issue due to inactivity. fb-exported
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants