Free cookie consent management tool by TermsFeed Policy Generator

Timeline


and

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)

10/16/08:

17:00 Ticket #313 (CrossValidation operator doesn't work with fold=1) created by gkronber
13:33 Ticket #312 (File is not closed when open fails (with an Exception)) created by gkronber
13:27 Changeset [676] by gkronber

fixed #303 (again)

13:25 Changeset [675] by gkronber

fixed #307 (again)

13:19 Ticket #303 (Starter crashes when trying to open attached operator-library) reopened by gkronber
Application still crashes when a type is not found in an existing plugin.
13:18 Ticket #307 (Whole application crashes when trying to load a file that needs ...) reopened by gkronber
Application still crashes when a type is not found in an installed plugin.
13:12 Ticket #309 (FunctionLibraryInjector does not set constraints for variables) closed by gkronber
fixed: fixed with r647.
13:11 Changeset [674] by gkronber

fixed #309 (FunctionLibraryInjector does not set constraints for variables)

10:56 Ticket #311 (Generic operator to determine min, avg, max of some variable in all ...) created by gkronber
A more generic operator similar to BestAverageWorstQualityCalculator …
09:33 Changeset [673] by mkommend

corrected initial zoom to use absolute range values (ticket #310)

10/15/08:

17:26 Changeset [672] by mkommend

division error corrected (ticket #308)

17:25 Changeset [671] by mkommend

PointXYChart + Injector + View created (ticket #310)

17:24 Ticket #310 (PointCharts with specified X/Y coordinates) created by mkommend
enables the display of ROCs (connected with ticket #308)
14:22 Changeset [670] by mkommend

renamed to ROCAnalyzer

14:21 Changeset [669] by mkommend

ROCAnalyser renamed to ROCAnalyzer

13:36 Ticket #309 (FunctionLibraryInjector does not set constraints for variables) created by mkommend
12:26 Changeset [668] by mkommend

namespaces changed to HeuristicLab.GP.StructureIdentification.Classification
(ticket #177)

09:45 Changeset [667] by mkommend

ROCAnalyser.cs added to project HeuristicLab.GP.StructureIdentification.Classification.csproj (ticket #308)

09:43 Ticket #308 (ROC analyzer for GP classification problems) created by mkommend
00:48 Changeset [666] by gkronber

fixed #305 (Implementation of GP onepoint crossover doesn't match description as given in FoGP)

00:27 Ticket #304 (Functionality to copy values from an itemlist to the clip-board (for ...) closed by gkronber
fixed: implemented with r665.
00:27 Changeset [665] by gkronber

implemented #304 (Functionality to copy values from an itemlist to the clip-board (for export to excel))

00:08 Ticket #303 (Starter crashes when trying to open attached operator-library) closed by gkronber
fixed: * fixed in 3.0 branch with r663 * fixed in 3.1 branch with r664
00:08 Changeset [664] by gkronber

fixed #303 in 3.1 branch

00:07 Changeset [663] by gkronber

fixed #303 in 3.0 branch

00:07 Ticket #307 (Whole application crashes when trying to load a file that needs ...) closed by gkronber
fixed: * fixed with r661 in 3.1 branch * fixed with r662 in 3.0 branch
00:06 Changeset [662] by gkronber

fixed #307 in the 3.0 branch

00:05 Changeset [661] by gkronber

fixed #307 in 3.1 branch

00:04 Changeset [660] by gkronber

fixed #307 in the trunk.

00:02 Ticket #307 (Whole application crashes when trying to load a file that needs ...) created by gkronber
As #303 only for HeuristicLab.OptimizationFrontend
00:01 Ticket #303 (Starter crashes when trying to open attached operator-library) reopened by gkronber
fix should be merged to 3.0 and 3.1 as well.
00:00 Ticket #303 (Starter crashes when trying to open attached operator-library) closed by gkronber
fixed: fixed with 659.

10/14/08:

23:59 Changeset [659] by gkronber

fixed #303.

23:38 Ticket #177 (Restructure genetic programming plugins) closed by gkronber
fixed: further changes should be tracked in separate tickets.
23:37 Ticket #262 (FunctionLibraryInjector always injects 'Differential' terminal) closed by gkronber
fixed: This has been fixed in relation to #177 with r656 by introducting …
23:34 Changeset [658] by gkronber

renamed ClassificationMatrixEvaluator to ConfusionMatrixEvaluator (#177)

23:31 Changeset [657] by gkronber

deleted refactoring branch after changes have been merged back into the trunk (#177)

22:55 Changeset [656] by gkronber

merged changesets r644:647 and r651:655 from the GpPluginsRefactoringBranch back into the trunk (#177)

22:33 Changeset [655] by gkronber

fixed contextmenu for tree representation (#177)

22:27 Ticket #306 (Functionality to export a symbolic regression solution as an Excel ...) created by gkronber
21:01 Ticket #305 (Implementation of GP onepoint crossover doesn't match description as ...) created by gkronber
14:42 Changeset [654] by gkronber

worked on exporters and display of function-names in the functionView (#177)

Note: See TracTimeline for information about the timeline view.