Update EasyGA.py

This commit is contained in:
Daniel Wilczak
2021-01-26 21:26:59 -06:00
committed by GitHub
parent 3048b47b8e
commit 786dea93d4

View File

@ -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