Timeline
09/03/08:
- 20:39 Changeset [539] by
-
added a method that creates a number of default items and statements (we could call it ontology) this is necessary so that we have a list of fixed items that will later allow selection of specific items based on statements.
#261 (Items are stored multiple times in the result entries in the CEDMA DB).
- 20:34 Changeset [538] by
-
added operators to help with the transformation form the result-tree to the item/statement-graph. ticket #261 (Items are stored multiple times in the result entries in the CEDMA DB)
- 20:32 Changeset [537] by
-
added tables for items and statements, a class for items and methods to create items and statements and to retrieve items. ticket #261 (Items are stored multiple times in the result entries in the CEDMA DB)
- 20:27 Changeset [536] by
-
fixed incorrect variable retrieval (goes through the operator now instead of directly to the scope) (#200)
- 20:25 Changeset [535] by
-
added a try-catch block to handle the case that a plug-in installs a non-CLR .dll file
- 14:11 Changeset [534] by
-
fixed a tiny problem in the persistence of Datasets
- 14:07 Ticket #266 (GUID is not restored (persistence) for Variables) closed by
- fixed: fixed with r533
- 14:07 Changeset [533] by
-
fixed #266 (GUID is not restored (persistence) for Variables)
- 13:53 Ticket #266 (GUID is not restored (persistence) for Variables) created by
08/27/08:
- 19:32 Ticket #265 (GP evaluator for profit simulation with financial forecast models) closed by
- fixed: implemented with r532
- 19:32 Changeset [532] by
-
implemented #265 (GP evaluator for profit simulation with financial forecast models)
- 15:48 Ticket #265 (GP evaluator for profit simulation with financial forecast models) created by
- 15:43 Ticket #264 (Average percentage change evaluator for evaluation of financial ...) closed by
- fixed: implemented with r531
- 13:30 Changeset [531] by
-
implemented #264 (Average percentage change evaluator for evaluation of financial forecast models)
- 13:23 Changeset [530] by
-
updated SQLite dll with newer version (1.0.56.0 Aug 11, 2008)
- 12:59 Ticket #264 (Average percentage change evaluator for evaluation of financial ...) created by
08/20/08:
- 21:44 Changeset [529] by
-
fixed two loose ends from r525 (#263):
- update all SubOperatorTypeConstraints when an operator is removed from the operator library
- invalidate the cached list of allowed sub functions in FunctionBase when one of the constraints is changed
- 16:55 Changeset [528] by
- 12:08 Ticket #263 (List of allowed sub-functions for each function should be cached) closed by
- fixed
- 11:36 Changeset [527] by
-
small improvement for crossover
- 11:06 Changeset [526] by
-
refactoring: removed method GetMinMaxArity in TreeGardener (#263 (List of allowed sub-functions for each function should be cached))
- 10:48 Changeset [525] by
-
Added caching of min and max arity and the allowed sub-functions in FunctionBase. (#263 List of allowed sub-functions for each function should be cached)
- 09:26 Changeset [524] by
-
deleted class ProgrammableFunction because it is not usable. Needs to be reimplemented (see #106)
- 08:52 Ticket #263 (List of allowed sub-functions for each function should be cached) created by
- The list of allowed sub-functions of each function is static once the …
- 08:24 Changeset [523] by
-
minor speed tuning of BakedTreeEvaluator