Name | Modified | Size | Downloads / Week |
---|---|---|---|
README | 2014-12-19 | 596 Bytes | |
quickGA.m | 2014-12-19 | 6.9 kB | |
LICENSE | 2014-12-19 | 403 Bytes | |
TestDistanceMatrix_10.txt | 2014-12-19 | 1.6 kB | |
Totals: 4 Items | 9.5 kB | 0 |
===================================================================== quickGA-m: A quick (and messy) genetic algorith to solve travelling salesman problems. Contributor: arun s. moorthy Project url: quickgam.sourceforge.net ===================================================================== A very basic matlab script to find solutions to small TSP using an evolutionary algorithm. Distance Matrix should take form of the example provided and should be kept in the same folder as script. Feel free to edit/improve/learn from this script file under GNU licensing. -arun