watchmaker
watchmaker copied to clipboard
Update google-collections to guava
Hey, I just found out that the watchmaker framework uses the google-collection library which is deprecated.
The new google library is called guava.
See here: http://code.google.com/p/google-collections/
Guava is supposedly fully compatible with google-collections and will include further bug fixes. Might be a useful bit of maintenance, I will look into how much of a process this will be.
Watchmaker only uses a single class from Google Collections, MapMaker in CachingFitnessEvaluator.java. It might be possible to eliminate the dependency entirely.