..ok, I think, I found the culprit.
> Was a bit tricky (and mean):
> - in JBTPreferences we find the line:
> DivideAndConquerCoverage("Divide & Conquer coverage", "10"),
> - in AdvancedOptionsOptimizationDialog we find
> int min = 25;
> int max = 1000;
> divideAndConquerCoverageSlider = new JSlider(min, max);
>
> however, value assignment only happens, if the OK button is pressed.
>
> This means (I gather): if you do divide and conquer without EVER
> visiting the advanced options dialog
> the value is 10 (default). If you ever visit it and click ok, it
> becomes 25 (the minimum the slider
> can hold).
>
>
>
You got it, Klaus. I'll fix it in the next release.
--
You received this message because you are subscribed to the Google Groups
"JBookTrader" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/jbooktrader?hl=en.