Skip to content

Commit fd338fb

Browse files
authored
Update botorch/utils/sampling.py
1 parent f637cc6 commit fd338fb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

botorch/utils/sampling.py

Lines changed: 2 additions & 1 deletion
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)