Skip to content

Commit

Permalink
Fix typo in optimize_homotopy
Browse files Browse the repository at this point in the history
Summary: see title

Reviewed By: saitcakmak

Differential Revision: D63236195
  • Loading branch information
Balandat authored and facebook-github-bot committed Sep 22, 2024
1 parent ab5ffea commit 9d09600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion botorch/optim/optimize_homotopy.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def optimize_acqf_homotopy(
final_options: Options for candidate generation in the last homotopy step.
batch_initial_conditions: A tensor to specify the initial conditions. Set
this if you do not want to use default initialization strategy.
post_processing_func: Post processing function (such as roundingor clamping)
post_processing_func: Post processing function (such as rounding or clamping)
that is applied before choosing the final candidate.
"""
candidate_list, acq_value_list = [], []
Expand Down

0 comments on commit 9d09600

Please sign in to comment.