Free cookie consent management tool by TermsFeed Policy Generator

Timeline


and

10/31/08:

15:47 Ticket #331 (API documentation) created by vdorfer
Write/update API documentation using C# XML code comments.

10/30/08:

07:30 Changeset [706] by gkronber

fixed another problem with thread parallel GP execution (#328)

10/29/08:

18:39 Changeset [705] by abeham

[TICKET #297] fixed some bugs in the TCP connection

16:01 Changeset [704] by abeham

[TICKET #297] communication restructuring

14:27 Changeset [703] by gkronber

fixed compilation errors in CEDMA plugins introduced with r702 (#328)

11:21 Changeset [702] by gkronber

fixed #328 by restructuring evaluation operators to remove state in evaluation operators.

09:27 Ticket #330 (ROCAnalyser is not thread-safe) created by gkronber
The operator holds state in global variables and doesn't synchronize …

10/28/08:

10:12 Ticket #329 (Variable fails to clone when value is null) closed by abeham
fixed: After reviewing this quickly with gkronber it was decided to put a …
10:12 Changeset [701] by abeham

[TICKET #329] Added not-null check before cloning value in Variable.Clone()

09:56 Ticket #329 (Variable fails to clone when value is null) created by abeham
Similar to the persistence methods the property Value in class …

10/27/08:

23:37 Ticket #328 (GP evaluation doesn't work in a thread parallel engine) created by gkronber
There are shared data-structures in evaluation operators and the …
20:44 Ticket #183 (Splash screen sometimes causes ObjectDisposedException) reopened by abeham
Unfortunately I think the bug still exists. I am reopening this and …
15:29 Ticket #326 (GP operator equalisation operator to prevent bloat) closed by gkronber
fixed: implemented two operators * OffspringEqualiser which accepts new …
15:26 Changeset [700] by gkronber

implemented #326

15:15 Ticket #327 (StructureIdentification evaluator has a strict size limit of 4096 tree ...) closed by gkronber
fixed: fixed with r699 by replacing the fixed size array with a list (this …
15:13 Changeset [699] by gkronber

quick fix for #327.

15:13 Ticket #327 (StructureIdentification evaluator has a strict size limit of 4096 tree ...) created by gkronber
15:12 Ticket #325 (Operator to analyse internal tree structure (distribution of arities)) closed by gkronber
fixed: implemented with r698.
15:12 Changeset [698] by gkronber

implemented #325

13:43 Ticket #326 (GP operator equalisation operator to prevent bloat) created by gkronber
13:42 Ticket #325 (Operator to analyse internal tree structure (distribution of arities)) created by gkronber

10/21/08:

00:44 Changeset [697] by mstoeger

changed interface between model and view to support full and partial updates as decided in the last meeting (#316)

  • model.Columns property provides access to all values contained within the model for full updates
  • model.DataChanged event notifies the view of partial updates

10/20/08:

10:15 Ticket #314 (Stopwatch operators calculate incorrect values for ElapsedSeconds) closed by mkommend
fixed
09:47 Changeset [696] by mkommend

source improved through codereview with GK (ticket #308)

10/19/08:

21:29 Ticket #324 (Bias, variance and covariance decomposition of theil's inequality) closed by gkronber
fixed: implemented with r695.
21:29 Changeset [695] by gkronber

implemented #324 (Bias, variance and covariance decomposition of theil's inequality)

12:10 Ticket #324 (Bias, variance and covariance decomposition of theil's inequality) created by gkronber
02:11 Ticket #315 (Support for LINQ extensions in ProgrammableOperator) closed by gkronber
fixed: fixed with r694.
02:11 Changeset [694] by gkronber

fixed #315 (Support for LINQ extensions in ProgrammableOperator)

01:06 Changeset [693] by gkronber

implemented fix for #314 (Stopwatch operators calculate incorrect values for ElapsedSeconds)

00:52 Ticket #321 (Improve implementation of operator for Theil's Inequality) closed by gkronber
fixed: fixed with r692. There was actually a bug in the existing implementation.
00:51 Changeset [692] by gkronber

fixed #321 (Improve implementation of operator for Theil's Inequality). There was actually a bug in the existing implementation.

00:45 Ticket #303 (Starter crashes when trying to open attached operator-library) closed by gkronber
fixed: * merged r676 into the 3.0 branch with r688. * merged r676 into the …
00:44 Ticket #307 (Whole application crashes when trying to load a file that needs ...) closed by gkronber
fixed: * merged r675 into the 3.0 branch with r690. * merged r675 into the …
00:43 Changeset [691] by gkronber

merged r675 into the 3.1 branch (#307)

00:43 Changeset [690] by gkronber

merged r675 into the 3.0 branch (#307)

00:42 Changeset [689] by gkronber

merged r676 into the 3.1 branch (#303)

00:42 Changeset [688] by gkronber

merged r676 into the 3.0 branch (#303)

00:28 Ticket #312 (File is not closed when open fails (with an Exception)) closed by gkronber
fixed
00:27 Changeset [687] by gkronber

fixed #312 (File is not closed when open fails (with an Exception))

00:24 Ticket #323 (The default representation of FunctionTreeView should show ...) created by gkronber
Probably it's ok to use the s-exp representation by default.
00:08 Ticket #322 (Namespace doesn't match plugin name in plugin ...) closed by gkronber
fixed: fixed with r686.
00:07 Changeset [686] by gkronber

fixed #322

00:02 Ticket #322 (Namespace doesn't match plugin name in plugin ...) created by gkronber

10/18/08:

23:36 Ticket #321 (Improve implementation of operator for Theil's Inequality) created by gkronber

10/17/08:

20:27 Changeset [685] by cbahner

#320
basic implementation of dataRows

20:15 Changeset [684] by mstoeger

added DataChanged event to IChartDataRowsModel. (#316)

19:35 Changeset [683] by mstoeger

created empty line chart user control (#316)

18:56 Ticket #320 (ChartModel: Implementation of internal data representation (data rows)) created by cbahner
ChartModel: Implementation of internal data representation (data rows)
18:34 Ticket #317 (Set svn:* properties) closed by mstoeger
fixed: set svn:needs-lock property on .csproj files (r681)
18:29 Changeset [682] by bspisic

#319

Added some classes and interfaces for event handling.

18:28 Changeset [681] by mstoeger

#317 set svn:needs-lock on .csproj files

18:25 Ticket #319 (Eventhandling between chart and canvas) created by bspisic
Eventhandling between chart and canvas
18:22 Changeset [680] by cbahner

#318

created base class structure for model

18:21 Ticket #318 (Implement base class structure for model) created by gkragl
Implement base class structure for model
18:18 Ticket #317 (Set svn:* properties) created by mstoeger
18:17 Ticket #316 (Create interfaces between model and view) created by mstoeger
15:31 Changeset [679] by gkronber

implemented #315 by adding an import statement for System.Linq.

15:28 Ticket #315 (Support for LINQ extensions in ProgrammableOperator) created by gkronber
11:25 Ticket #314 (Stopwatch operators calculate incorrect values for ElapsedSeconds) created by mkommend
TimeSpan.FromTicks() doesn't use the same 'tick-length' as …
10:56 Changeset [678] by mkommend

support for multiclass classification added; AUC calculated (ticket #308)

10:54 Changeset [677] by mkommend

PointXYChart refactored to use generic ItemList instead of Itemlist<ItemList<DoubleArrayData>> (ticket #310)

Note: See TracTimeline for information about the timeline view.