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
Project candidate_set in qMultiFidelityMaxValueEntropy.__init__ before
passing to super().__init__, allowing candidate_set to be either n x d
(without fidelity dims) or n x (d + s) (with fidelity dims) (#3205).
Other Changes
Make d and target_fidelities required arguments in project_to_target_fidelity to eliminate silent bugs (#3203).
Add test harness infrastructure for acquisition function testing (#3190, #3192).
Fix typos and docstring issues across botorch (#3211).
Fix docstring issues in analytic acquisition functions (#3208).