Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
afourmy committed Feb 24, 2018
1 parent 0bdb38d commit 4ec0713
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ It provides a geographical step-by-step visualization of each of these algorithm

![pyTSP](readme/intro.gif)

**You can find a demo of pyTSP on a small graph made of all U.S cities with a population larger than 800 000 inhabitants. _[here](http://google.com/)_ !**
**You can find a _[demo of pyTSP here !](http://mintoo.pythonanywhere.com/)_ ** (U.S cities with a population larger than 900 000 inhabitants)

# Algorithms

Expand Down Expand Up @@ -125,7 +125,7 @@ a valid tour. If this new tour is shorter, make the change.

pyTSP implements a genetic algorithm with the following properties:
- 3 mutation methods: random swap, insertion or displacement.
- 3 crossover methods: order, maximally preservation, or partially mapped.
- 3 crossover methods: order, maximally preservative, or partially mapped.
- Selection: at each generation, 30 individuals are chosen randomly, and the 10 best are kept for the next generation.
- Mutation and crossover rates default to 50%. They can be modified with sliders.

Expand Down

0 comments on commit 4ec0713

Please sign in to comment.