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 ```Python
import EasyGA import EasyGA
# Setup your defult GA # Setup the defult genetic algorithm
ga = EasyGA.GA() ga = EasyGA.GA()
# Run your defult GA # Run the defult genetic algorithm
ga.initialize() ga.evolve()
``` ```
# Output # Output
```Python ```Python