Changed name to help with understanding of where to run sample code

This commit is contained in:
danielwilczak101
2020-09-22 15:21:18 -04:00
parent ba62846d4b
commit 036fcd134f

5
src/run_testing.py Normal file
View File

@ -0,0 +1,5 @@
import random
import EasyGA
# Create the Genetic algorithm
ga = EasyGA.GA()