Changes between Initial Version and Version 1 of Ticket #1508, comment 36
- Timestamp:
- 09/10/13 17:25:52 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1508, comment 36
initial v1 6 6 r9941: configured the grammar of the problem for GP trading as a standard time series problem grammar 7 7 > * 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.8 This is actually a bug in way how the linear interpreter calls the old interpreter (see #2021). After r9944 the bug does not occur anymore. 9 9 > * There is no way to import new data in the problem, which makes the problem practically useless. 10 TODO 10 11 > * Better variable naming in ProfitCalculator (e.g., c,p,sum). 11 12 r9938: variable names have been improved.