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

Acquisition function input constructor registry #788

Closed
wants to merge 2 commits into from

Conversation

Balandat
Copy link
Contributor

@Balandat Balandat commented May 7, 2021

Summary:
See #784 (reply in thread).

This is currently not covering all acquisition functions, and focusing only on the ones in analytic.py and monte_carlo.py. In particular, KG and MES-ish ones are missing for now

Differential Revision: D28277557

@facebook-github-bot facebook-github-bot added CLA Signed Do not delete this pull request or issue due to inactivity. fb-exported labels May 7, 2021
@facebook-github-bot
Copy link
Contributor

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

@codecov
Copy link

codecov bot commented May 7, 2021

Codecov Report

Merging #788 (96fdd40) into master (6357cb0) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master     #788    +/-   ##
========================================
  Coverage   99.97%   99.97%            
========================================
  Files         105      106     +1     
  Lines        7209     7324   +115     
========================================
+ Hits         7207     7322   +115     
  Misses          2        2            
Impacted Files Coverage Δ
botorch/acquisition/multi_objective/objective.py 100.00% <ø> (ø)
botorch/models/gpytorch.py 100.00% <ø> (ø)
botorch/acquisition/__init__.py 100.00% <100.00%> (ø)
botorch/acquisition/input_constructors.py 100.00% <100.00%> (ø)
botorch/acquisition/objective.py 100.00% <100.00%> (ø)
botorch/acquisition/utils.py 100.00% <100.00%> (ø)

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 6357cb0...96fdd40. Read the comment docs.

@facebook-github-bot
Copy link
Contributor

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

Balandat added a commit to Balandat/botorch that referenced this pull request May 12, 2021
Summary:
Pull Request resolved: pytorch#788

See pytorch#784 (reply in thread).

This is currently not covering all acquisition functions, and focusing only on the ones in `analytic.py` and `monte_carlo.py`. In particular,  KG and MES-ish ones are missing for now

Differential Revision: D28277557

fbshipit-source-id: 972d3306abc4def03ca38cdd8032afb960038e61
Balandat added a commit to Balandat/botorch that referenced this pull request May 16, 2021
Summary:
Pull Request resolved: pytorch#788

See pytorch#784 (reply in thread).

This is currently not covering all acquisition functions, and focusing only on the ones in `analytic.py` and `monte_carlo.py`. In particular,  KG and MES-ish ones are missing for now

Differential Revision: D28277557

fbshipit-source-id: 23267d8848c32476ca8be68f4a4b8fe43e93e355
@facebook-github-bot
Copy link
Contributor

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

Balandat added a commit to Balandat/botorch that referenced this pull request May 16, 2021
Summary:
Pull Request resolved: pytorch#788

See pytorch#784 (reply in thread).

This is currently not covering all acquisition functions, and focusing only on the ones in `analytic.py` and `monte_carlo.py`. In particular,  KG and MES-ish ones are missing for now

Differential Revision: D28277557

fbshipit-source-id: 00c13bbbeff345b2bc0cdda506abd20c7f3ea5f4
@facebook-github-bot
Copy link
Contributor

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

Differential Revision: D28389808

fbshipit-source-id: 5838f987986b88cd700f79532a0c13465753b3a0
Summary:
Pull Request resolved: pytorch#788

See pytorch#784 (reply in thread).

This is currently not covering all acquisition functions, and focusing only on the ones in `analytic.py` and `monte_carlo.py`. In particular,  KG and MES-ish ones are missing for now

Reviewed By: lena-kashtelyan

Differential Revision: D28277557

fbshipit-source-id: 7687fd05cf4be731925e4961b841d4d8324e9ead
@facebook-github-bot
Copy link
Contributor

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

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in d6393d5.

Balandat added a commit to Balandat/botorch that referenced this pull request May 22, 2021
Summary:
Add additional constructors that were not part of D28277557 (pytorch@d6393d5) / pytorch#788.

Punting on `ConstrainedExpectedImprovement` for now.

Differential Revision: D28454735

fbshipit-source-id: 16e18b5ad5fa3065b558bc8f982278828f95fb57
Balandat added a commit to Balandat/botorch that referenced this pull request May 22, 2021
Summary:
Pull Request resolved: pytorch#802

Add additional constructors that were not part of D28277557 (pytorch@d6393d5) / pytorch#788.

Punting on `ConstrainedExpectedImprovement` for now.

Reviewed By: lena-kashtelyan

Differential Revision: D28454735

fbshipit-source-id: 1488f6a328e7353c6d427ccd7bdca9db36ba9697
facebook-github-bot pushed a commit that referenced this pull request May 22, 2021
Summary:
Pull Request resolved: #802

Add additional constructors that were not part of D28277557 (d6393d5) / #788.

Punting on `ConstrainedExpectedImprovement` for now.

Reviewed By: lena-kashtelyan

Differential Revision: D28454735

fbshipit-source-id: 21d0fe2db5299f67327fa7785989e683d188325a
@Balandat Balandat deleted the export-D28277557 branch May 25, 2021 06:26
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 Merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants