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 14eddf6 commit 0715842Copy full SHA for 0715842
botorch/utils/sampling.py
@@ -1091,6 +1091,7 @@ 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
+
1095
Returns:
1096
A [batch_shape] x num_samples tensor of indices of sampled positions.
1097
"""
0 commit comments