Skip to content

Commit

Permalink
Update botorch/utils/sampling.py
Browse files Browse the repository at this point in the history
Co-authored-by: Elizabeth Santorella <[email protected]>
  • Loading branch information
saitcakmak and esantorella authored Feb 24, 2025
1 parent 14eddf6 commit 0715842
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions botorch/utils/sampling.py
Original file line number Diff line number Diff line change
Expand Up @@ -1091,6 +1091,7 @@ def boltzmann_sample(
succesively decreased by 'temp_decrease'.
replacement: If True, samples are drawn with replacement, allowing duplicates.
temp_decrease: The rate at which temperature decreases in case of inf weights.
Returns:
A [batch_shape] x num_samples tensor of indices of sampled positions.
"""
Expand Down

0 comments on commit 0715842

Please sign in to comment.