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
Clean up sampler usage in pick_best_out_of_sample_point_acqf_class (facebook#5095)
Summary:
Pull Request resolved: facebook#5095
This was generating a SobolQMCSampler regardless of the model it is used with. SobolQMCSampler does not support PosteriorList, which was leading to issues with LILO integration. This diff cleans up the generated options in `pick_best_out_of_sample_point_acqf_class`, since BoTorch (in `MCSamplerMixin.get_posterior_samples`) will dispatch to proper defaults without them.
This led to the `options` input becoming unused, so I removed those rather than having them get ignored silently.
Reviewed By: hvarfner
Differential Revision: D97956036
fbshipit-source-id: e363c433d4769488f9225fc2ecca6395442638c2
0 commit comments