make ACOStrategy an abstract object
commitbe6b023b31d94947390774f24aef8a196d5ad642
authorJochen Keil <jochen.keil@gmail.com>
Sun, 27 Jun 2010 16:09:59 +0000 (27 18:09 +0200)
committerJochen Keil <jochen.keil@gmail.com>
Sun, 27 Jun 2010 16:09:59 +0000 (27 18:09 +0200)
tree3ed1733daec2dea99ebf3170132120e0555a6f28
parent72f31632749ad1a87304b8d3322a23a019404af6
make ACOStrategy an abstract object
move algorithm details to more specific ASStrategy object (which extends
ACOStrategy)
aco/strategy/ACOStrategy.java
aco/strategy/ASStrategy.java [new file with mode: 0644]
aco/strategy/AntSystemStrategy.java [deleted file]