Free cookie consent management tool by TermsFeed Policy Generator

Timeline


and

08/27/08:

19:32 Ticket #265 (GP evaluator for profit simulation with financial forecast models) closed by gkronber
fixed: implemented with r532
19:32 Changeset [532] by gkronber

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 gkronber
15:43 Ticket #264 (Average percentage change evaluator for evaluation of financial ...) closed by gkronber
fixed: implemented with r531
13:30 Changeset [531] by gkronber

implemented #264 (Average percentage change evaluator for evaluation of financial forecast models)

13:23 Changeset [530] by gkronber

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 gkronber

08/20/08:

21:44 Changeset [529] by gkronber

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 gkronber

fixed a bug introduced with r525 (#263)

12:08 Ticket #263 (List of allowed sub-functions for each function should be cached) closed by gkronber
fixed
11:36 Changeset [527] by gkronber

small improvement for crossover

11:06 Changeset [526] by gkronber

refactoring: removed method GetMinMaxArity in TreeGardener (#263 (List of allowed sub-functions for each function should be cached))

10:48 Changeset [525] by gkronber

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 gkronber

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 gkronber
The list of allowed sub-functions of each function is static once the …
08:24 Changeset [523] by gkronber

minor speed tuning of BakedTreeEvaluator

08/19/08:

16:54 Changeset [522] by gkronber

fixed a problem in the project file (after addition of itemmailer operator)

15:46 Changeset [521] by gkronber

added an operator to e-mail items

14:54 Changeset [520] by gkronber

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 gkronber
fixed: fixed with r517:519
15:55 Changeset [519] by gkronber

implemented #259 (BakedFunctionTree should provide an appropriate ToString() method)

15:45 Changeset [518] by gkronber

fixed a typo (#258)

08/17/08:

19:34 Ticket #262 (FunctionLibraryInjector always injects 'Differential' terminal) created by gkronber
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 gkronber
19:26 Ticket #260 (Grid-client should have a transfer queue to transmit results asynchronously) created by gkronber
If the grid client tries to send a result to a remote server which is …
11:37 Changeset [517] by gkronber

fixed a bug in the cross-validation operator #259

11:22 Ticket #259 (Operator for cross-validation) closed by gkronber
fixed: implemented with r516. (together with operators for one-vs-one …
11:22 Changeset [516] by gkronber

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 gkronber

08/16/08:

14:14 Changeset [515] by gkronber

fixed a small bug

08/14/08:

16:47 Changeset [514] by gkronber

added a very crude exporter in preparation for ticket #200

16:02 Ticket #258 (BakedFunctionTree should provide an appropriate ToString() method) created by gkronber
14:51 Ticket #257 (CEDMA console doesn't handle communication- and timeout exceptions ...) created by gkronber
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 gkronber
fixed
17:12 Ticket #211 (Full operator-graphs are stored multiple times in the database even ...) closed by gkronber
fixed: r513: Fixed the problem that sometimes an operator link was not …
17:09 Changeset [513] by gkronber

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 gkronber

worked on #211

14:35 Changeset [511] by gkronber

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 gkronber

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 gkronber
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 gkronber
12:24 Ticket #253 (SequentialComposer doesn't set the operator names correctly) closed by gkronber
fixed: fixed with r509
12:24 Changeset [509] by gkronber

fixed #253

12:16 Ticket #239 (Dragging an item in the ItemListView adds the same item again) closed by gkronber
fixed
12:16 Ticket #254 (FunctionLibraryInjector doesn't handle the 'Autoregressive' switch ...) closed by gkronber
fixed
12:15 Changeset [508] by gkronber

fixed a bug in ObjectData.Equals() (tickets #239 and #254)

11:47 Ticket #254 (FunctionLibraryInjector doesn't handle the 'Autoregressive' switch ...) created by gkronber
11:45 Ticket #253 (SequentialComposer doesn't set the operator names correctly) created by gkronber
10:17 Ticket #252 (Streaming of byte-arrays (RawData entries) could improve the ...) created by gkronber
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 gkronber
wontfix: After the introduction of the SQLite DB backend for the engine store …
Note: See TracTimeline for information about the timeline view.