Lars Marius Garshol
Lars Marius Garshol
_From [[email protected]](https://code.google.com/u/106380900043315593284/) on October 22, 2013 15:28:47_ If we support other evolutionary algorithms ( issue 136 ) we should also let the user control the mutation rate. _Original issue: http://code.google.com/p/duke/issues/detail?id=137_
_From [[email protected]](https://code.google.com/u/106380900043315593284/) on October 25, 2013 09:44:38_ It should be possible to run the genetic algorithm without spewing reams of output into System.out. We should use a listener of some...
_From [[email protected]](https://code.google.com/u/106380900043315593284/) on October 24, 2013 08:18:27_ At the moment, the genetic algorithm doesn't fine-tune comparators, but instead only picks a comparator class. If we could extend the algorithm to...
_From [[email protected]](https://code.google.com/u/106380900043315593284/) on October 21, 2013 13:50:58_ Add options so that the user can tell the genetic algorithm to start from their original configuration. Either by including it as one...
_From [[email protected]](https://code.google.com/u/106380900043315593284/) on September 27, 2013 16:52:35_ Need some way to easily get IDs from Records. The basic problem is that the Record doesn't have a reference to the configuration,...
_From [[email protected]](https://code.google.com/u/106380900043315593284/) on August 16, 2013 11:51:36_ We need to have an event listener for this, so that the LinkFileWriter can be attached directly to a Processor to receive the...
_From [[email protected]](https://code.google.com/u/106380900043315593284/) on July 05, 2013 10:33:32_ Use grouping to create multiple values for the same properties. _Original issue: http://code.google.com/p/duke/issues/detail?id=126_
Now it tries to look that up as an object by reference.
_From [[email protected]](https://code.google.com/u/106380900043315593284/) on April 20, 2013 10:50:58_ Instructions here: http://www.sonatype.com/books/nexus-book/reference/staging.html _Original issue: http://code.google.com/p/duke/issues/detail?id=116_
_From [[email protected]](https://code.google.com/u/106380900043315593284/) on April 20, 2013 10:21:18_ A suggestion from [email protected]: "It would also be desirable to allow the configuration to be in different formats other then on disk. Modifying...