We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cdd777 commit 6995223Copy full SHA for 6995223
botorch/utils/sampling.py
@@ -1091,7 +1091,8 @@ def boltzmann_sample(
1091
succesively decreased by 'temp_decrease'.
1092
replacement: If True, samples are drawn with replacement, allowing duplicates.
1093
temp_decrease: The rate at which temperature decreases in case of inf weights.
1094
- Returns:
+
1095
+ Returns:
1096
A [batch_shape] x num_samples tensor of indices of sampled positions.
1097
"""
1098
norm_weights = standardize(function_values)
0 commit comments