From e7347a0062937e2bab2086c10861edaa68ee3e49 Mon Sep 17 00:00:00 2001 From: Serhii Hromov Date: Mon, 11 May 2020 14:14:53 +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 | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/raport.md b/raport.md index 65e954b..38b076a 100644 --- a/raport.md +++ b/raport.md @@ -9,7 +9,7 @@ Użyty jest algorytm genetyczny. Posiłki, ich nazwa oraz rodzaj. -##### + menu = Context.fromstring(''' |meat|salad|meal|drink|cold|hot | Pork | X | | X | | | X | @@ -21,7 +21,7 @@ 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,13 +49,10 @@ Za pomocy graphviz możemy narysować grafy z poniższego kodu: } Dane testowe: - -## func_input = ['meal'] Dane wyjściowe: -## ['Pork', 'Greek Salad', 'Pizza'] @@ -63,7 +60,7 @@ Dane wyjściowe: Główna część: -##### + gen_num = 20 #generations gen_sol = 6 #solutions gen_par_mating = 2 #how many solutions we select