Skip to content

Commit d6f5195

Browse files
authored
Update TSP.java
1 parent d3800f9 commit d6f5195

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/main/java/net/dervism/tsp/TSP.java

+6-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,12 @@
99
import java.util.Random;
1010

1111
/**
12-
* Created by dervism on 14/02/14.
12+
* The class compares some hardcoded initials tests on GAs.
13+
*
14+
* See src/main/java/net/dervism/tsp/TSPEngine.java for a version that
15+
* that uses the Engine-interface.
16+
*
17+
* Created by dervism on 03/02/14
1318
*/
1419
public class TSP {
1520

0 commit comments

Comments
 (0)