Timeline
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
08/19/08:
- 16:54 Changeset [522] by
-
fixed a problem in the project file (after addition of itemmailer operator)
- 15:46 Changeset [521] by
-
added an operator to e-mail items
- 14:54 Changeset [520] by
-
fixed a small bug in the JobManager. The results gathering thread slept 5 seconds before downloading each result. This is bad if it has to collect 100 results.
08/18/08:
- 16:19 Ticket #258 (BakedFunctionTree should provide an appropriate ToString() method) closed by
- fixed: fixed with r517:519
- 15:55 Changeset [519] by
-
implemented #259 (BakedFunctionTree should provide an appropriate ToString() method)
- 15:45 Changeset [518] by
-
fixed a typo (#258)
08/17/08:
- 19:34 Ticket #262 (FunctionLibraryInjector always injects 'Differential' terminal) created by
- The 'Differential' terminal is only allowed in time-series prediction. …
- 19:32 Ticket #261 (Items are stored multiple times in the result entries in the CEDMA DB) created by
- 19:26 Ticket #260 (Grid-client should have a transfer queue to transmit results asynchronously) created by
- If the grid client tries to send a result to a remote server which is …
- 11:37 Changeset [517] by
-
fixed a bug in the cross-validation operator #259
- 11:22 Ticket #259 (Operator for cross-validation) closed by
- fixed: implemented with r516. (together with operators for one-vs-one …
- 11:22 Changeset [516] by
-
implemented #259 (Operator for cross-validation). Also added operators for multi-class one-vs-one modeling.
- 08:47 Ticket #259 (Operator for cross-validation) created by
08/16/08:
- 14:14 Changeset [515] by
-
fixed a small bug
08/14/08:
- 16:47 Changeset [514] by
-
added a very crude exporter in preparation for ticket #200
- 16:02 Ticket #258 (BakedFunctionTree should provide an appropriate ToString() method) created by
- 14:51 Ticket #257 (CEDMA console doesn't handle communication- and timeout exceptions ...) created by
- Connection is automatically timed out if it is inactive for a longer …
08/13/08:
- 17:12 Ticket #255 (CEDMA console should have a refresh button for the treeview with ...) closed by
- fixed
- 17:12 Ticket #211 (Full operator-graphs are stored multiple times in the database even ...) closed by
- fixed: r513: Fixed the problem that sometimes an operator link was not …
- 17:09 Changeset [513] by
-
Fixed the problem that sometimes an operator link was not patched before a view was created (which resulted in a NullException) by adding a property for the source database in OperatorLink! and updating this property recursively whenever an operator is loaded from the CEDMA DB.
The method for recursively setting the property is in static class OperatorLinkPatcher because the code is needed in Agent, DatabaseOperatorLibrary and OperatorLink.
(ticket #211)
- 16:33 Changeset [512] by
-
worked on #211
- 14:35 Changeset [511] by
-
improved the condition for the special case by removing the predicate that estimated is smaller then original or larger than original because this is always true when the error is <-1 or +1 resp.
- 13:20 Changeset [510] by
-
implemented #255 (CEDMA console should have a refresh button for the treeview with agents and results). Also deleted the obsolete timer in ConsoleEditor.
- 12:40 Ticket #256 (It should be possible to start the CEDMA server without connection to ...) created by
- CEDMA server can provide services even without connection to a grid …
- 12:25 Ticket #255 (CEDMA console should have a refresh button for the treeview with ...) created by
- 12:24 Ticket #253 (SequentialComposer doesn't set the operator names correctly) closed by
- fixed: fixed with r509
- 12:24 Changeset [509] by
-
fixed #253
- 12:16 Ticket #239 (Dragging an item in the ItemListView adds the same item again) closed by
- fixed
- 12:16 Ticket #254 (FunctionLibraryInjector doesn't handle the 'Autoregressive' switch ...) closed by
- fixed
- 12:15 Changeset [508] by
- 11:47 Ticket #254 (FunctionLibraryInjector doesn't handle the 'Autoregressive' switch ...) created by
- 11:45 Ticket #253 (SequentialComposer doesn't set the operator names correctly) created by
- 10:17 Ticket #252 (Streaming of byte-arrays (RawData entries) could improve the ...) created by
- Instead of buffered transfer of byte arrays (RawData entries from DB …
- 10:07 Ticket #141 (Use WeakReference to store results in the EngineStore instead of ...) closed by
- wontfix: After the introduction of the SQLite DB backend for the engine store …