For speed optimizations purposes I am tinkering with unloading what I can
into indicators - since (I assume) those are shared amongst the strategies.
The down side is that in backtesting they chew up ram.  Still, it's
something to think about.

On Wed, Jul 22, 2009 at 2:15 PM, nonlinear5 <[email protected]>wrote:

>
> There is another variable that you guys can experiment with, which is
> STRATEGIES_PER_PROCESSOR in OptimizerRunner.java. It doesn't affect
> the actual results, but the time to complete brute force optimization
> will vary depending on this parameter. For my machine, I found that
> the value of 50 seems to provide the best throughput. For your
> machines, I suggest that you experiment with values in the range from
> 5 to 1000. We can make it an "advanced preference parameter" 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to