Skip to content

Commit 3ec3cff

Browse files
saitcakmakesantorella
authored andcommitted
Update botorch/utils/sampling.py
Co-authored-by: Elizabeth Santorella <elizabeth.santorella@gmail.com>
1 parent 541cb68 commit 3ec3cff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

botorch/utils/sampling.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1091,6 +1091,7 @@ 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+
10941095
Returns:
10951096
A [batch_shape] x num_samples tensor of indices of sampled positions.
10961097
"""

0 commit comments

Comments
 (0)