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
Changes to how input transforms are applied: transform_inputs is applied in model.forward if the model is in train mode, otherwise it is applied in the posterior call (#819, #835).
qNoisyExpectedHypervolumeImprovement acquisition function that improves on qExpectedHypervolumeImprovement in terms of tolerating observation noise and speeding up computation for large q-batches (#797, #822).
qMultiObjectiveMaxValueEntropy acqusition function (913aa0e, #760).
FastNondominatedPartitioning for Hypervolume computations (#699).
DominatedPartitioning for partitioning the dominated space (#726).
BoxDecompositionList for handling box decompositions of varying sizes (#712).
Direct, batched dominated partitioning for the two-outcome case (#739).
get_default_partitioning_alpha utility providing heuristic for selecting approximation level for partitioning algorithms (#793).
New method for computing Pareto Frontiers with less memory overhead (#842, #846).
New qLowerBoundMaxValueEntropy acquisition function (a.k.a. GIBBON), a lightweight variant of Multi-fidelity Max-Value Entropy Search using a Determinantal Point Process approximation (#724, #737, #749).