Sait Cakmak
Sait Cakmak
Summary: `get_outcome_constraint_transforms` evaluates the constraints by taking the product of tensor `A` with `Y` and comparing the outcome to `rhs` (uses einsum for this). The product of `0` and `nan`...
## 🚀 Feature This is two related features packed in one. The first one is to support nesting of nested tensors, i.e., this operation should succeed: ``` list_of_nts = [nested_tensor_1,...
Summary: This file only offers an alternative import path for what is defined elsewhere. Also deleted get_default_frontier_evaluator, which just returned pareto_frontier_evaluator. Differential Revision: D56960205
As titled. These linear operators are generally much larger than their components. If `fast_computations` (in particular `_fast_solves`) is turned off, then we try to compute Cholesky over huge matrices, which...
Summary: A simple Pyre failure was blocking D57473132. I ended up spending way too much time trying out various options for improving typing in this file and settled on this...
Summary: Prior to this change, the data attached to the cloned experiment would retain the `_db_id` of the original. When the clone experiment is saved, this would lead to overwriting...
Summary: Prior to this, if you compared a float with an ndarray, you'd get a boolean ndarray, which would lead to `ValueError: The truth value of an array with more...
Summary: `SobolGenerator` uses `init_position` to ensure that when the model is reconstructed, it resumes candidate generation from where it was left (rather than starting from the beginning of the sequence)....
If the generation strategy uses MBM with a single objective acquisition function on an MOO problem, the outputs are simply summed together in the acquisition function using a `ScalarizedPosteriorTransform`. Discovered...
# 🐛 Bug This is an issue we came across when switching from `GammaPrior` to `LogNormalPrior`. Some Priors have their parameters registered as buffers but others do not (and cannot,...