Update README.md

This commit is contained in:
danielwilczak101
2020-09-21 18:53:01 -04:00
committed by GitHub
parent 3e41c553e0
commit 6620378afe

View File

@ -14,10 +14,10 @@ pip3 install EasyGA
```Python
import EasyGA
# Setup your defult GA
# Setup the defult genetic algorithm
ga = EasyGA.GA()
# Run your defult GA
ga.initialize()
# Run the defult genetic algorithm
ga.evolve()
```
# Output
```Python