You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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/
The text was updated successfully, but these errors were encountered: