Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Document how to implement custom models (#2474)
Summary: <!-- Thank you for sending the PR! We appreciate you spending the time to make BoTorch better. Help us understand your motivation by explaining why you decided to make this change. You can learn more about contributing to BoTorch here: https://github.com/pytorch/botorch/blob/main/CONTRIBUTING.md --> ## Motivation Issue #2306 ### Have you read the [Contributing Guidelines on pull requests](https://github.com/pytorch/botorch/blob/main/CONTRIBUTING.md#pull-requests)? Yes. Added a tutorial which can be used for smoke tests. Pull Request resolved: #2474 Test Plan: Probabilistic linear regression, bayesian linear regression, and ensemble linear regression all yield optimization results close to (0, 0) which is groundtruth answer. Random Forest doesn't seem to achieve groundtruth answer, likely due to its inability to incorporate gradient information into the optimization of the acquisition function. ## Related PRs N/A Reviewed By: esantorella Differential Revision: D61612799 Pulled By: jakee417 fbshipit-source-id: 63d26c048dc4544cae37e89767e14caf732e7749
- Loading branch information