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

compute_smoothed_constraint_indicator -> compute_smoothed_feasibility_indicator #1935

Closed
wants to merge 3 commits into from

Conversation

SebastianAment
Copy link
Contributor

Summary: D47365085 introduced the aptly named compute_feasibility_indicator. This commit brings the smoothed counterpart in alignment with the naming convention.

Differential Revision: D47436246

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

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

SebastianAment and others added 3 commits July 13, 2023 08:02
Summary:
Pull Request resolved: pytorch#1931

This commit separates out the `compute_best_feasible_f` function from `qNEI` as a utility function in order to use it in the `input_constructors` and `get_acquisition_function` (follow-up).

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

fbshipit-source-id: c2bcf88c7c28a9230490f662d61b40eab6bab68c
…input_constructors` (pytorch#1932)

Summary:
Pull Request resolved: pytorch#1932

This commit enables the prinicpled constraint treatment via `SampleReducingMCAcquisitionFunctions` through `input_constructors` and `get_acquisition_function`.

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

fbshipit-source-id: 6422ddeabde2cd9804b1e76e25236e2021f8c1a2
…ity_indicator` (pytorch#1935)

Summary:
Pull Request resolved: pytorch#1935

D47365085 introduced the aptly named `compute_feasibility_indicator`. This commit brings the smoothed counterpart in alignment with the naming convention.

Reviewed By: Balandat

Differential Revision: D47436246

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

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

@codecov
Copy link

codecov bot commented Jul 13, 2023

Codecov Report

Merging #1935 (048db54) into main (a1b38fc) will increase coverage by 0.00%.
The diff coverage is 100.00%.

❗ Current head 048db54 differs from pull request most recent head 538bbc3. Consider uploading reports for the commit 538bbc3 to get more accurate results

@@           Coverage Diff           @@
##             main    #1935   +/-   ##
=======================================
  Coverage   99.94%   99.94%           
=======================================
  Files         176      176           
  Lines       15480    15500   +20     
=======================================
+ Hits        15472    15492   +20     
  Misses          8        8           
Impacted Files Coverage Δ
botorch/acquisition/input_constructors.py 100.00% <100.00%> (ø)
botorch/acquisition/monte_carlo.py 100.00% <100.00%> (ø)
botorch/acquisition/multi_objective/monte_carlo.py 100.00% <100.00%> (ø)
botorch/acquisition/utils.py 100.00% <100.00%> (ø)
botorch/utils/objective.py 100.00% <100.00%> (ø)

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

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in d333163.

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