Text changes
This commit is contained in:
@ -37,7 +37,7 @@ ga = EasyGA.GA(Population_size, Chromosome_length,user_gene_function)
|
|||||||
ga.initialize()
|
ga.initialize()
|
||||||
```
|
```
|
||||||
|
|
||||||
## Getting your genes and chromosomes from the population:
|
# Getting your Genes and Chromosomes from the population:
|
||||||
```Python
|
```Python
|
||||||
# Looking to print the first Chromosome
|
# Looking to print the first Chromosome
|
||||||
ga.population.chromosomes[0].print_chromosome()
|
ga.population.chromosomes[0].print_chromosome()
|
||||||
|
|||||||
Reference in New Issue
Block a user