Skip to content

Commit 6995223

Browse files
saitcakmakhvarfner
authored andcommitted
Update botorch/utils/sampling.py
1 parent 1cdd777 commit 6995223

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

botorch/utils/sampling.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1091,7 +1091,8 @@ def boltzmann_sample(
10911091
succesively decreased by 'temp_decrease'.
10921092
replacement: If True, samples are drawn with replacement, allowing duplicates.
10931093
temp_decrease: The rate at which temperature decreases in case of inf weights.
1094-
Returns:
1094+
1095+
Returns:
10951096
A [batch_shape] x num_samples tensor of indices of sampled positions.
10961097
"""
10971098
norm_weights = standardize(function_values)

0 commit comments

Comments
 (0)