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

Rename optimize_acqf_mixed.py to optimize_mixed.py #2600

Closed
wants to merge 1 commit into from

Conversation

saitcakmak
Copy link
Contributor

Summary: The name optimize_acqf_mixed conflicts with the optimizer with the same name, which is exposed in botorch/optim/__init__.py. This would lead to botorch.optim.optimize_acqf_mixed pointing to two different things.

Differential Revision: D65158159

Summary: The name `optimize_acqf_mixed` conflicts with the optimizer with the same name, which is exposed in `botorch/optim/__init__.py`. This would lead to `botorch.optim.optimize_acqf_mixed` pointing to two different things.

Differential Revision: D65158159
@facebook-github-bot facebook-github-bot added the CLA Signed Do not delete this pull request or issue due to inactivity. label Oct 29, 2024
@facebook-github-bot
Copy link
Contributor

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

saitcakmak added a commit to saitcakmak/Ax that referenced this pull request Oct 29, 2024
Summary:
X-link: pytorch/botorch#2600

The name `optimize_acqf_mixed` conflicts with the optimizer with the same name, which is exposed in `botorch/optim/__init__.py`. This would lead to `botorch.optim.optimize_acqf_mixed` pointing to two different things.

Differential Revision: D65158159
Copy link

codecov bot commented Oct 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.98%. Comparing base (9d37e90) to head (3fea41e).
Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2600   +/-   ##
=======================================
  Coverage   99.98%   99.98%           
=======================================
  Files         196      196           
  Lines       17367    17368    +1     
=======================================
+ Hits        17365    17366    +1     
  Misses          2        2           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in 20b7f8d.

facebook-github-bot pushed a commit to facebook/Ax that referenced this pull request Oct 29, 2024
Summary:
Pull Request resolved: #2987

X-link: pytorch/botorch#2600

The name `optimize_acqf_mixed` conflicts with the optimizer with the same name, which is exposed in `botorch/optim/__init__.py`. This would lead to `botorch.optim.optimize_acqf_mixed` pointing to two different things.

Reviewed By: Balandat

Differential Revision: D65158159

fbshipit-source-id: 285977cd3ddd3c8fbed7beb4b778d896d5251ae6
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