Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use correct precision in botorch wrapper (#417)
This PR enables the use of `DTypeFloatTorch` in the BoTorch Wrapper. Previously, this wrapper converted anything into `float64` precision. This can cause troubles an imprecision during the corresponding `forward` call in that function.
- Loading branch information