Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 1 and Version 2 of Ticket #1081, comment 95


Ignore:
Timestamp:
05/06/13 22:24:32 (11 years ago)
Author:
gkronber
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1081, comment 95

    v1 v2  
    11review comments:
    2  * fields in `TimeSeriesPrognosisResults` are not cloned.
    3  * Update of `EvaluatedSolutions` is not thread safe in the interpreters.
     2 * ~~fields in `TimeSeriesPrognosisResults` are not cloned.
     3 * ~~Update of `EvaluatedSolutions` is not thread safe in the interpreters.
    44 * Cannot activate the symbol `LaggedVariable` in the GUI.
    55 * the default grammar does only allow real-valued symbols in the root (not time series symbols)
    6  * tbc
     6 * node impact calculation should be based on the currently selected evaluator. In particular the currently selected training horizon value should be used. Right now impacts are calculated in the same way as for regression models.
     7 * It would be nice to also provide a line-chart showing the n-step forecast.