File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 41
41
from botorch .utils .transforms import normalize , unnormalize
42
42
from scipy .spatial import Delaunay , HalfspaceIntersection
43
43
from torch import LongTensor , Tensor
44
+ < << << << HEAD
44
45
from torch .distributions import Normal
46
+ == == == =
47
+ from torch .distributions import Multinomial , Normal
48
+ > >> >> >> Boltzmann sampling function added in utils / sampling to remove duplicate
45
49
from torch .quasirandom import SobolEngine
46
50
47
51
Original file line number Diff line number Diff line change 41
41
sample_perturbed_subset_dims ,
42
42
sample_points_around_best ,
43
43
sample_q_batches_from_polytope ,
44
- sample_truncated_normal_perturbations ,
45
44
transform_constraints ,
46
45
transform_inter_point_constraint ,
47
46
transform_intra_point_constraint ,
48
47
)
49
48
from botorch .sampling .normal import IIDNormalSampler
50
- from botorch .utils .sampling import draw_sobol_samples , manual_seed , unnormalize
49
+ from botorch .utils .sampling import manual_seed , unnormalize
51
50
from botorch .utils .testing import (
52
51
_get_max_violation_of_bounds ,
53
52
_get_max_violation_of_constraints ,
You can’t perform that action at this time.
0 commit comments