Changed name to help with understanding of where to run sample code
This commit is contained in:
5
src/run_testing.py
Normal file
5
src/run_testing.py
Normal file
@ -0,0 +1,5 @@
|
||||
import random
|
||||
import EasyGA
|
||||
|
||||
# Create the Genetic algorithm
|
||||
ga = EasyGA.GA()
|
||||
Reference in New Issue
Block a user