Update README.md
This commit is contained in:
@ -10,7 +10,7 @@ Run the rolling to install:
|
|||||||
pip3 install EasyGA
|
pip3 install EasyGA
|
||||||
```
|
```
|
||||||
|
|
||||||
## Getting started with EasyGA
|
## Getting started with EasyGA:
|
||||||
```Python
|
```Python
|
||||||
import EasyGA
|
import EasyGA
|
||||||
|
|
||||||
@ -19,7 +19,7 @@ ga = EasyGA.GA()
|
|||||||
# Run the defult genetic algorithm
|
# Run the defult genetic algorithm
|
||||||
ga.evolve()
|
ga.evolve()
|
||||||
```
|
```
|
||||||
### Output
|
### Output:
|
||||||
```Python
|
```Python
|
||||||
print("Output HERE")
|
print("Output HERE")
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user