Can you folks run this test, please: 1. Run any brute force optimization that takes at least 3 minutes and note the time to completion.
2. In BruteForceOptimizerRunner.java, replace line List<Strategy> strategies = new LinkedList<Strategy>(); with line List<Strategy> strategies = new ArrayList<Strategy>(); Recompile, repeat the same brute force optimization task and note the time to completion. On my machine, optimization completed in about 30% less time after that simple code change. What is it on your machine? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
