From 9a8ab98a611196284b306a5def431a3c76c2f080 Mon Sep 17 00:00:00 2001 From: Car-la-F Date: Thu, 28 Sep 2023 11:39:52 +0200 Subject: [PATCH] remove typo --- docs/doc_benchmark.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/doc_benchmark.md b/docs/doc_benchmark.md index 0fbd8208d..cbc3d3e48 100644 --- a/docs/doc_benchmark.md +++ b/docs/doc_benchmark.md @@ -127,7 +127,7 @@ Furthermore, the user can declare: - `endseed`: creates reproducible results (mandatory) - `mode`: set to `grid` to apply grid search for hyperparameter sampling (optional, for details see next section) - `commonHyperpars2sample`: an optional list including the shared hyperparameters with respective sampling distribution -(mandatory if Shared parameters should be used) and in case of random sampling `num_shared_param_samples` +(mandatory if shared parameters should be used) and in case of random sampling `num_shared_param_samples` (number of samples for the shared hyperparameters, mandatory for random sampling) Depending on which hyperparameter sampling technique is used (see section below), the user must also