Skip to content

Commit

Permalink
Fix bug in example.
Browse files Browse the repository at this point in the history
  • Loading branch information
PytLab committed Dec 7, 2017
1 parent f82c009 commit 67d2121
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ Example:
indv_template = GAIndividual(ranges=[(0, 10)], encoding='binary', eps=0.001)
population = GAPopulation(indv_template=indv_template, size=50)
population.init() # Initialize population with individuals.
3. Create genetic operators
```````````````````````````
Expand Down

0 comments on commit 67d2121

Please sign in to comment.