implement a map which holds n global best tours and their length
commit163c16519be51ca270b3762ef0c215c7349469bf
authorJochen Keil <jochen.keil@gmail.com>
Tue, 29 Jun 2010 19:37:28 +0000 (29 21:37 +0200)
committerJochen Keil <jochen.keil@gmail.com>
Tue, 29 Jun 2010 19:37:28 +0000 (29 21:37 +0200)
tree56cea808eeb1c8f2c58bc4ea9ee5e0636dfa7d3f
parent2c8fe579326edc9f670a48482b30225264717347
implement a map which holds n global best tours and their length
information (as key, so this can easily be used for sorting the map)
aco/environment/Environment.java
aco/environment/data/EnvironmentData.java
aco/mediator/ACOMediator.java