From 8977ef9b660a0f118e6a4fece163390985270c63 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Chlo=C3=A9=20Muller?= <chloe.muller@student-cs.fr>
Date: Wed, 29 Jan 2020 09:42:14 +0100
Subject: [PATCH] un peu plus de tests de mutation

---
 algogenetique.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/algogenetique.py b/algogenetique.py
index e6c0c91..76fab25 100644
--- a/algogenetique.py
+++ b/algogenetique.py
@@ -34,7 +34,7 @@ def test_mutation():
     plt.figure()
     for i in range(10):
         print("\n \n", i)
-        main(100,100,i/10,50)
+        main(100,100,i/50,50)
     plt.legend()
     plt.xlabel("Nombre de générations")
     plt.ylabel("Score du meilleur individu")
-- 
GitLab