From 81db86976ff2897b16c6cef6803151a27d80725b Mon Sep 17 00:00:00 2001 From: Karin Hrovatin <47607471+Hrovatin@users.noreply.github.com> Date: Thu, 5 Dec 2024 12:31:42 +0100 Subject: [PATCH] Correct typo in docs on acquisition functions --- examples/Basics/recommenders.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Basics/recommenders.py b/examples/Basics/recommenders.py index 324654e1c..6850ad84f 100644 --- a/examples/Basics/recommenders.py +++ b/examples/Basics/recommenders.py @@ -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"