Free cookie consent management tool by TermsFeed Policy Generator

Changes between Initial Version and Version 1 of Ticket #1508, comment 36


Ignore:
Timestamp:
09/10/13 17:25:52 (11 years ago)
Author:
gkronber
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1508, comment 36

    initial v1  
    66r9941: configured the grammar of the problem for GP trading as a standard time series problem grammar
    77> * Creating a GA + symbolic trading problem is not executable as an index out of range exception occurs.
    8 This only occurs with the linear tree interpreter. Probably need to reset interpreter states.
     8This is actually a bug in way how the linear interpreter calls the old interpreter (see #2021). After r9944 the bug does not occur anymore.
    99> * There is no way to import new data in the problem, which makes the problem practically useless.
     10TODO
    1011> * Better variable naming in ProfitCalculator (e.g., c,p,sum).
    1112r9938: variable names have been improved.