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
Update documentation and error handling for inter-point constraints (#3003)
Summary:
## Motivation
This PR improves the documentation and error handling when attempting to use inter-point constraints within `optimize_acqf_mixed` which is not supported. It implements the solution to #2996 discussed in this issue.
### Have you read the [Contributing Guidelines on pull requests](https://github.com/pytorch/botorch/blob/main/CONTRIBUTING.md#pull-requests)?
Yes.
Pull Request resolved: #3003
Test Plan:
I verified my code by ensuring that the example posted in #2996 raises an error message. I did not add any tests, but would be happy to turn that example into a dedicated test if being pointed to the correct place for doing so.
EDIT: A minimal test has been added in 92140e9
## Related PRs
None.
Reviewed By: saitcakmak
Differential Revision: D81792795
Pulled By: Balandat
fbshipit-source-id: d54a7d225170f17049ea588d699e4345222afb4c
0 commit comments