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
As @saitcakmak pointed out in this discussion, the problem boils down to two sobol sequences produced by draw_sobol_normal_samples not being independent.
The text was updated successfully, but these errors were encountered:
Discussed in #2655
Originally posted by pvasu December 16, 2024
Sobol sampling doesn't work properly on a
PosteriorList
: sobol base samples are built separately for each posterior, but they aren't independent.Here's an example:
Whereas in an older version of Botorch, 0.6.6, constructing a Sobol sampler on a posterior list works properly:
As @saitcakmak pointed out in this discussion, the problem boils down to two sobol sequences produced by
draw_sobol_normal_samples
not being independent.The text was updated successfully, but these errors were encountered: