define log_queue globally

This commit is contained in:
Matthias
2024-11-11 20:14:37 +01:00
parent 33d8e67a87
commit fbb64db3ae

View File

@@ -42,6 +42,8 @@ INITIAL_POINTS = 30
# in the skopt model queue, to optimize memory consumption
SKOPT_MODEL_QUEUE_SIZE = 10
log_queue: Any
class Hyperopt:
"""