diff --git a/examples/Basics/recommenders.py b/examples/Basics/recommenders.py index 6850ad84f..2653863e7 100644 --- a/examples/Basics/recommenders.py +++ b/examples/Basics/recommenders.py @@ -84,9 +84,9 @@ # - If a larger value is chosen, only those that allow batching. # That is, 'q'-variants of the acquisition functions must be chosen. -# The default acquisition function is q-Expected Improvement. +# The default acquisition function is q-Log Expected Improvement. -ACQ_FUNCTION = "qEI" +ACQ_FUNCTION = "qLogEI" ### Other parameters