From 786dea93d4f8dfff8af5eaeb4edc9c63718bf134 Mon Sep 17 00:00:00 2001 From: Daniel Wilczak <44122838+danielwilczak101@users.noreply.github.com> Date: Tue, 26 Jan 2021 21:26:59 -0600 Subject: [PATCH] Update EasyGA.py --- EasyGA.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EasyGA.py b/EasyGA.py index 49008d0..1032660 100644 --- a/EasyGA.py +++ b/EasyGA.py @@ -1,4 +1,4 @@ -# Import math for square root (ga.dist()) and ceil (crossover methods) +# Import math for square root (ga.dist()) and ceil (crossover methods) import math # Import random for many methods