From c1244e82df8df5c15299ac7e0716eeccfe827f78 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C5=A0t=C4=9Bp=C3=A1n=20Bal=C3=A1=C5=BEik?= Date: Thu, 17 Dec 2020 16:29:46 +0100 Subject: [PATCH] WIP40 --- lib/selection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/selection.c b/lib/selection.c index fbbdc67e8..8ab3ede88 100644 --- a/lib/selection.c +++ b/lib/selection.c @@ -30,7 +30,7 @@ // Define ε for ε-greedy algorithm (see select_transport) as ε=EPSILON_NOMIN/EPSILON_DENOM #define EPSILON_NOMIN 1 -#define EPSILON_DENOM 10 +#define EPSILON_DENOM 40 /* Simple cache interface follows */ -- 2.47.2