Lars Marius Garshol

Results 290 comments of Lars Marius Garshol

Yes, it is pretty much reimplementing slf4j, with the difference that you can get the software to run without having the logging engine on the classpath. I really don't like...

_From [[email protected]](https://code.google.com/u/106380900043315593284/) on February 14, 2014 12:08:51_ Actually, according to the evolutionary strategies literature, the mutation rate should evolve with the individuals in the population. Need to look into this.

This has now been implemented in the evolution-strategies-experiments branch. Will close once it gets merged into master.

The original Duke prototype was actually written in Python, and it was striking how much easier it was to do cleaning in that prototype than it is in the Java...

Apologies for leaving this so long. :-( Yes, a separate issue for new project structure is a good idea. I think we should also raise the question briefly on the...

_From [[email protected]](https://code.google.com/u/110661812325629466890/) on April 19, 2013 12:06:06_ It would also be desirable to allow the configuration to be in different formats other then on disk. Modifying the Configuration class to...

_From [[email protected]](https://code.google.com/u/106380900043315593284/) on April 20, 2013 01:21:52_ Phil, this is an interesting suggestion, but it's a separate issue, so I created issue 115 for it. Sorry to be so picky,...

_From [[email protected]](https://code.google.com/u/106380900043315593284/) on January 05, 2013 07:16:09_ The Navarro paper has loads more information. Need to go through the algorithms described there to pick the right one to implement.

I assume this means with their configuration and all? Is there any specific use case you have in mind? I'm not against it, just curious. Could you make a pull...

One possibility is that you're using the 1.2 release and have a field with a high probability of 1.0. In that case there's a bug in the boosting computation that...