From 6040f115312d182b55a8ac5c1b1b338601747338 Mon Sep 17 00:00:00 2001 From: nerkulec Date: Mon, 18 Nov 2024 11:20:32 +0100 Subject: [PATCH] Fix mistake --- mala/common/parameters.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mala/common/parameters.py b/mala/common/parameters.py index 37a0673e..8c3a8ecb 100644 --- a/mala/common/parameters.py +++ b/mala/common/parameters.py @@ -903,7 +903,7 @@ class ParametersHyperparameterOptimization(ParametersBase): that _xxx is only so that optuna will differentiate between variables. No reordering is performed by MALA; the order depends on the order in the list. _xxx can be essentially - anything.use_graphs + anything. Users normally don't have to fill this list by hand, the hyperparamer optimizer provide interfaces for this task.