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
Introduce qLogExpectedImprovement, which provides more accurate numerics than qExpectedImprovement and can lead to significant optimization improvements (#1936).
Similarly, introduce qLogNoisyExpectedImprovement, which is analogous to qNoisyExpectedImprovement (#1937).
New Features
Add constrained synthetic test functions PressureVesselDesign, WeldedBeam, SpeedReducer, and TensionCompressionString (#1832).
Support decoupled fantasization (#1853) and decoupled evaluations in cost-aware utilities (#1949).
Add PairwiseBayesianActiveLearningByDisagreement, an active learning acquisition function for PBO and BOPE (#1855).
Support custom mean and likelihood in MultiTaskGP (#1909).
Enable candidate generation (via optimize_acqf) with both non_linear_constraints and fixed_features (#1912).
Introduce L0PenaltyApproxObjective to support L0 regularization (#1916).
Enable batching in PriorGuidedAcquisitionFunction (#1925).
Other changes
Deprecate FixedNoiseMultiTaskGP; allow train_Yvar optionally in MultiTaskGP (#1818).
Implement load_state_dict for SAAS multi-task GP (#1825).