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
Reduce memory footprint in qExpectedHypervolumeImprovement (#522)
Add (q)ExpectedHypervolumeImprovement to nonnegative functions
[for better initialization] (#496)
Other changes
Support batched best_f in qExpectedImprovement (#487)
Allow to return full tree of solutions in OneShotAcquisitionFunction (#488)
Added construct_inputs class method to models to programmatically construct the
inputs to the constructor from a standardized TrainingData representation
(#477, #482, 3621198)
Acquisition function constructors now accept catch-all **kwargs options
(#478, e5b6935)
Use psd_safe_cholesky in qMaxValueEntropy for better numerical stabilty (#518)