Update README.md
This commit is contained in:
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user