From a506c210e1036247fb877679589e6c7f5740dfb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joan=20H=C3=A9risson?= Date: Thu, 7 Mar 2024 12:25:25 +0100 Subject: [PATCH] doc(sampler): typo --- icfree/sampler/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/icfree/sampler/README.md b/icfree/sampler/README.md index 63ce682..b5e5cce 100644 --- a/icfree/sampler/README.md +++ b/icfree/sampler/README.md @@ -6,8 +6,8 @@ The number of values generated is given by the user and the values are saved in It is important to note that the user can pass some values that he whishes to combine. In this case, we are dealing with discrete space, and because LHS is working on continuous space the result sampling can contain duplicates. To avoid this, we have set some filters to select the appropriate sampling method. Let consider $N$ the number of possible combinations and $n$ the number of samples to generate. The following rules are applied: