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 4141from botorch .utils .transforms import normalize , unnormalize
4242from scipy .spatial import Delaunay , HalfspaceIntersection
4343from torch import LongTensor , Tensor
44+ < << << << HEAD
4445from torch .distributions import Normal
46+ == == == =
47+ from torch .distributions import Multinomial , Normal
48+ > >> >> >> Boltzmann sampling function added in utils / sampling to remove duplicate
4549from torch .quasirandom import SobolEngine
4650
4751
Original file line number Diff line number Diff line change 4141 sample_perturbed_subset_dims ,
4242 sample_points_around_best ,
4343 sample_q_batches_from_polytope ,
44- sample_truncated_normal_perturbations ,
4544 transform_constraints ,
4645 transform_inter_point_constraint ,
4746 transform_intra_point_constraint ,
4847)
4948from 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
5150from botorch .utils .testing import (
5251 _get_max_violation_of_bounds ,
5352 _get_max_violation_of_constraints ,
You can’t perform that action at this time.
0 commit comments