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 wrapper #1532

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sdaulton
Copy link
Contributor

Summary: Add a wrapper for modifying inputs/outputs. This is useful for not only probabilistic reparameterization, but will also simplify other integrated AFs (e.g. MCMC) as well as fixed feature AFs and things like prior-guided AFs

Differential Revision: D41629186

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

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

@esantorella esantorella marked this pull request as draft January 2, 2023 18:36
@facebook-github-bot
Copy link
Contributor

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

sdaulton added a commit to sdaulton/botorch that referenced this pull request Feb 4, 2023
Summary:
Pull Request resolved: pytorch#1532

Add a wrapper for modifying inputs/outputs. This is useful for not only probabilistic reparameterization, but will also simplify other integrated AFs (e.g. MCMC) as well as fixed feature AFs and things like prior-guided AFs

Differential Revision: D41629186

fbshipit-source-id: 6dcfdb4ebf4dd316f361d1d3b0c9bfa1d54ff2d1
sdaulton added a commit to sdaulton/botorch that referenced this pull request Feb 8, 2023
Summary:
Pull Request resolved: pytorch#1532

Add a wrapper for modifying inputs/outputs. This is useful for not only probabilistic reparameterization, but will also simplify other integrated AFs (e.g. MCMC) as well as fixed feature AFs and things like prior-guided AFs

Differential Revision: D41629186

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

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

sdaulton added a commit to sdaulton/botorch that referenced this pull request Feb 8, 2023
Summary:
Pull Request resolved: pytorch#1532

Add a wrapper for modifying inputs/outputs. This is useful for not only probabilistic reparameterization, but will also simplify other integrated AFs (e.g. MCMC) as well as fixed feature AFs and things like prior-guided AFs

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

fbshipit-source-id: 8696eab8f95898528188a7d5520a9c48165ac914
sdaulton added a commit to sdaulton/botorch that referenced this pull request Feb 8, 2023
Summary:
Pull Request resolved: pytorch#1532

Add a wrapper for modifying inputs/outputs. This is useful for not only probabilistic reparameterization, but will also simplify other integrated AFs (e.g. MCMC) as well as fixed feature AFs and things like prior-guided AFs

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

fbshipit-source-id: baa8ead5996c28185a770e7c4d195f08a3b96968
sdaulton added a commit to sdaulton/botorch that referenced this pull request Feb 8, 2023
Summary:
Pull Request resolved: pytorch#1532

Add a wrapper for modifying inputs/outputs. This is useful for not only probabilistic reparameterization, but will also simplify other integrated AFs (e.g. MCMC) as well as fixed feature AFs and things like prior-guided AFs

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

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

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

sdaulton added a commit to sdaulton/botorch that referenced this pull request Feb 8, 2023
Summary:
Pull Request resolved: pytorch#1532

Add a wrapper for modifying inputs/outputs. This is useful for not only probabilistic reparameterization, but will also simplify other integrated AFs (e.g. MCMC) as well as fixed feature AFs and things like prior-guided AFs

Differential Revision: D41629186

fbshipit-source-id: 7d77fee09746b10e6533372621d9c49df8d8ab5a
@codecov
Copy link

codecov bot commented Feb 8, 2023

Codecov Report

Merging #1532 (361650a) into main (63dd0cd) will not change coverage.
The diff coverage is 100.00%.

❗ Current head 361650a differs from pull request most recent head 98fc27f. Consider uploading reports for the commit 98fc27f to get more accurate results

@@            Coverage Diff            @@
##              main     #1532   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          169       170    +1     
  Lines        14518     14525    +7     
=========================================
+ Hits         14518     14525    +7     
Impacted Files Coverage Δ
botorch/acquisition/fixed_feature.py 100.00% <100.00%> (ø)
botorch/acquisition/penalized.py 100.00% <100.00%> (ø)
botorch/acquisition/proximal.py 100.00% <100.00%> (ø)
botorch/acquisition/wrapper.py 100.00% <100.00%> (ø)

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

Summary:
Pull Request resolved: pytorch#1532

Add a wrapper for modifying inputs/outputs. This is useful for not only probabilistic reparameterization, but will also simplify other integrated AFs (e.g. MCMC) as well as fixed feature AFs and things like prior-guided AFs

Differential Revision: D41629186

fbshipit-source-id: f27ddc07ba0dd1dc5eb5e91f8f1d00ebd55df49f
sdaulton added a commit to sdaulton/botorch that referenced this pull request Feb 15, 2023
Summary:
Pull Request resolved: pytorch#1532

Add a wrapper for modifying inputs/outputs. This is useful for not only probabilistic reparameterization, but will also simplify other integrated AFs (e.g. MCMC) as well as fixed feature AFs and things like prior-guided AFs

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

fbshipit-source-id: 181450760c829d5e6b9309f7ee1d07428699b02a
sdaulton added a commit to sdaulton/botorch that referenced this pull request Feb 15, 2023
Summary:
Pull Request resolved: pytorch#1532

Add a wrapper for modifying inputs/outputs. This is useful for not only probabilistic reparameterization, but will also simplify other integrated AFs (e.g. MCMC) as well as fixed feature AFs and things like prior-guided AFs

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

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

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

sdaulton added a commit to sdaulton/botorch that referenced this pull request Feb 15, 2023
Summary:
Pull Request resolved: pytorch#1532

Add a wrapper for modifying inputs/outputs. This is useful for not only probabilistic reparameterization, but will also simplify other integrated AFs (e.g. MCMC) as well as fixed feature AFs and things like prior-guided AFs

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

fbshipit-source-id: 51b84765e58c17cda63bc582bfe30d0ca13955b5
@facebook-github-bot
Copy link
Contributor

Hi @sdaulton!

Thank you for your pull request.

We require contributors to sign our Contributor License Agreement, and yours needs attention.

You currently have a record in our system, but the CLA is no longer valid, and will need to be resubmitted.

Process

In order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA.

Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with CLA signed. The tagging process may take up to 1 hour after signing. Please give it that time before contacting us about it.

If you have received this in error or have any questions, please contact us at [email protected]. Thanks!

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.

2 participants