How to save away optimization data ?

36 views
Skip to first unread message

alrts

unread,
Aug 29, 2011, 4:05:23 PM8/29/11
to jbook...@googlegroups.com
Apparently only the first 100 data lines of an optimization is stored in a .htm file. Where is the rest ? I would like to analyze it.
 

Judson Wilson

unread,
Aug 29, 2011, 4:30:37 PM8/29/11
to jbook...@googlegroups.com
There is a line in the optimizer code somewhere that controls that number.  You can easily set it to 10000 or whatever you please.  It is something like OPTIMIZATION_RESULTS = 100;  and it is near the top of a file.  It may be in the code for the window, or the optimizer runner, or....

On Mon, Aug 29, 2011 at 1:05 PM, alrts <editio...@swissonline.ch> wrote:
Apparently only the first 100 data lines of an optimization is stored in a .htm file. Where is the rest ? I would like to analyze it.
 

--
You received this message because you are subscribed to the Google Groups "JBookTrader" group.
To view this discussion on the web visit https://groups.google.com/d/msg/jbooktrader/-/bIKwzcTiW24J.
To post to this group, send email to jbook...@googlegroups.com.
To unsubscribe from this group, send email to jbooktrader...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/jbooktrader?hl=en.

Eugene Kononov

unread,
Aug 29, 2011, 6:51:36 PM8/29/11
to jbook...@googlegroups.com
Right, the only limitation is your disk space. As Judson mentioned, just change OPTIMIZATION_RESULTS to whatever you like. Maybe we could make it into a preference setting.

alrts

unread,
Aug 30, 2011, 5:33:12 AM8/30/11
to jbook...@googlegroups.com
Thank you!

It's in the OptimizerRunner, the field name is MAX_SAVED_RESULTS.
Reply all
Reply to author
Forward
0 new messages