Skip to content

Commit

Permalink
Correct typo in docs on acquisition functions
Browse files Browse the repository at this point in the history
  • Loading branch information
Hrovatin committed Dec 5, 2024
1 parent f4669a2 commit 81db869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Basics/recommenders.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
# - If a larger value is chosen, only those that allow batching.
# That is, 'q'-variants of the acquisition functions must be chosen.

# The default he acquisition function is q-Expected Improvement.
# The default acquisition function is q-Expected Improvement.

ACQ_FUNCTION = "qEI"

Expand Down

0 comments on commit 81db869

Please sign in to comment.