Revert initial_points to 30

closes #5760
This commit is contained in:
Matthias 2021-10-20 07:46:15 +02:00
parent 55b0216180
commit 5454460227
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ progressbar.streams.wrap_stdout()
logger = logging.getLogger(__name__)
INITIAL_POINTS = 5
INITIAL_POINTS = 30
# Keep no more than SKOPT_MODEL_QUEUE_SIZE models
# in the skopt model queue, to optimize memory consumption