You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Silence batch_initial_conditions warnings in optimize_acqf_mixed_alternating (#2749)
Summary:
We were getting a bunch of warnings due to `raw_samples` and `batch_initial_conditions` not matching, despite the underlying code behaving correctly. Updated the code to avoid unnecessary warnings. This change eliminates 74 warnings in TestOptimizeAcqfMixed.
Before:
<img width="854" alt="Screenshot 2025-02-18 at 6 36 49 PM" src="https://github.com/user-attachments/assets/eec54ade-14e7-4a97-a474-2d9320858886" />
After:
<img width="853" alt="Screenshot 2025-02-18 at 6 37 03 PM" src="https://github.com/user-attachments/assets/0052e9c9-5afb-490e-aa85-b8450d5d3846" />
Pull Request resolved: #2749
Reviewed By: dme65
Differential Revision: D69826047
Pulled By: saitcakmak
fbshipit-source-id: ffb20ff4306523c016a377a28af8ac1c76714114
0 commit comments