Lars Marius Garshol
Lars Marius Garshol
_From [[email protected]](https://code.google.com/u/106380900043315593284/) on May 04, 2013 01:31:50_ Glad you agree. :-) I've made the change now, so you can just do a pull and carry on.
Good to see it resolved itself. Please let us know if you have more concerns/questions.
Master branch: the code on this branch is on the way to the 2.0 release. The 1.2 code is on the [1.2 tag](https://github.com/larsga/Duke/tree/duke-1.2). Processor code: What the method does is...
Multi-threaded logic: Just use the --threads option on the command-line, or setThreads on Processor. It's there. [The tuning guide](https://github.com/larsga/Duke/wiki/TuningGuide) has guidance on setting the probabilities, including (at the bottom) references...
It's possible. Please make an issue for it, and I will check as soon as I have time.
I tried it now, and it works beautifully. By default, the genetic algorithm takes 10,000 evaluations to complete. The hill climber, starting from pretty decent manual configurations, took 93 evaluations...
Hi Yann, What does a generic estimator do? I mean, what's the interface and how is it used? Is this about coming up with a more general concept, or just...
Well, instantiating and configuring it in the config is already easy: ``` ``` So there's no reason to move it out just for that.
_From [[email protected]](https://code.google.com/u/106380900043315593284/) on January 14, 2013 05:24:52_ Compiling causes about 10 compilation errors, and they're non-trivial to fix, because there's no documentation of how the API has changed. So basically,...
_From [[email protected]](https://code.google.com/u/101965401751673942722/) on January 14, 2013 05:33:00_ Hi, http://lucene.apache.org/core/4_0_0/MIGRATE.html Won't this help ?