From 1b0ee88eada31864623c0bb5674b7a1aafce6aef Mon Sep 17 00:00:00 2001 From: Serhii Hromov Date: Mon, 11 May 2020 14:13:58 +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 | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/raport.md b/raport.md index 432a456..65e954b 100644 --- a/raport.md +++ b/raport.md @@ -20,8 +20,8 @@ Posiłki, ich nazwa oraz rodzaj. Za pomocy graphviz możemy narysować grafy z poniższego kodu: -##### +##### digraph Lattice { node [label="" shape=circle style=filled width=.25] edge [dir=none labeldistance=1.5 minlen=2] @@ -49,17 +49,21 @@ Za pomocy graphviz możemy narysować grafy z poniższego kodu: } Dane testowe: + ## func_input = ['meal'] + Dane wyjściowe: + ## ['Pork', 'Greek Salad', 'Pizza'] + ### Implementacja Główna część: -##### +##### gen_num = 20 #generations gen_sol = 6 #solutions gen_par_mating = 2 #how many solutions we select