From f7672ef7a5524f75ab12671341f6c4df38cbfeea Mon Sep 17 00:00:00 2001 From: Serhii Hromov Date: Mon, 11 May 2020 14:24:34 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=BD=D0=BE=D0=B2=D0=B8=D1=82=D0=B8=20'r?= =?UTF-8?q?aport.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- raport.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/raport.md b/raport.md index 38b076a..e95c54a 100644 --- a/raport.md +++ b/raport.md @@ -61,13 +61,14 @@ Dane wyjściowe: Główna część: - gen_num = 20 #generations + gen_num = 20 #generations gen_sol = 6 #solutions gen_par_mating = 2 #how many solutions we select mut_per_gen = 10 mut_num_gen = None + par_selc_type = "tournament" crossover = "two_points" muta_type = "scramble" par_keep = 1 #keep only one parent @@ -76,6 +77,7 @@ Główna część: init_range_h = -5 #high ... + ### Biblioteki