dagostini / DAPathfinder

This is an example project for the blog at http://agostini.tech that demonstrates the use of genetic algorithms for solving the traveling salesman problem.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change fitness function

dagostini opened this issue · comments

The fitness function is not correct. It should use the roulette mechanism. Work on an algorithm proposed by @polac24

#1