Skip to content

Commit

Permalink
Update readme.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
wolph committed Nov 8, 2012
1 parent bb57b1c commit e043da1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Genetic Algorithm implementation in Python for the Traveling Salesman Problem

The main script is the `ga.py` file which contains base classes for creating
your own Genetic Algorithm (i.e.
`import ga; env = ga.Environment(kind=YourKind)` where `YourKind` is some
class inheriting `IndividualBase`) or for simply running the provided
``import ga; env = ga.Environment(kind=YourKind)`` where ``YourKind`` is some
class inheriting ``ga.IndividualBase``) or for simply running the provided
implementation of the Traveling Salesman Problem.

Usage for the latter:
Expand Down

0 comments on commit e043da1

Please sign in to comment.