Timeline
10/27/08:
- 23:37 Ticket #328 (GP evaluation doesn't work in a thread parallel engine) created by
- There are shared data-structures in evaluation operators and the …
- 20:44 Ticket #183 (Splash screen sometimes causes ObjectDisposedException) reopened by
- 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
- fixed: implemented two operators * OffspringEqualiser which accepts new …
- 15:26 Changeset [700] by
-
implemented #326
- 15:15 Ticket #327 (StructureIdentification evaluator has a strict size limit of 4096 tree ...) closed by
- fixed: fixed with r699 by replacing the fixed size array with a list (this …
- 15:13 Changeset [699] by
-
quick fix for #327.
- 15:13 Ticket #327 (StructureIdentification evaluator has a strict size limit of 4096 tree ...) created by
- 15:12 Ticket #325 (Operator to analyse internal tree structure (distribution of arities)) closed by
- fixed: implemented with r698.
- 15:12 Changeset [698] by
-
implemented #325
- 13:43 Ticket #326 (GP operator equalisation operator to prevent bloat) created by
- 13:42 Ticket #325 (Operator to analyse internal tree structure (distribution of arities)) created by
10/21/08:
- 00:44 Changeset [697] by
-
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
- fixed
- 09:47 Changeset [696] by
-
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
- fixed: implemented with r695.
- 21:29 Changeset [695] by
-
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
- 02:11 Ticket #315 (Support for LINQ extensions in ProgrammableOperator) closed by
- fixed: fixed with r694.
- 02:11 Changeset [694] by
-
fixed #315 (Support for LINQ extensions in ProgrammableOperator)
- 01:06 Changeset [693] by
-
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
- fixed: fixed with r692. There was actually a bug in the existing implementation.
- 00:51 Changeset [692] by
-
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
- 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
- fixed: * merged r675 into the 3.0 branch with r690. * merged r675 into the …
- 00:43 Changeset [691] by
- 00:43 Changeset [690] by
- 00:42 Changeset [689] by
- 00:42 Changeset [688] by
- 00:28 Ticket #312 (File is not closed when open fails (with an Exception)) closed by
- fixed
- 00:27 Changeset [687] by
-
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
- 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
- fixed: fixed with r686.
- 00:07 Changeset [686] by
-
fixed #322
- 00:02 Ticket #322 (Namespace doesn't match plugin name in plugin ...) created by
10/18/08:
10/17/08:
- 20:27 Changeset [685] by
-
#320
basic implementation of dataRows
- 20:15 Changeset [684] by
-
added DataChanged event to IChartDataRowsModel. (#316)
- 19:35 Changeset [683] by
-
created empty line chart user control (#316)
- 18:56 Ticket #320 (ChartModel: Implementation of internal data representation (data rows)) created by
- ChartModel: Implementation of internal data representation (data rows)
- 18:34 Ticket #317 (Set svn:* properties) closed by
- fixed: set svn:needs-lock property on .csproj files (r681)
- 18:29 Changeset [682] by
-
Added some classes and interfaces for event handling.
- 18:28 Changeset [681] by
-
#317 set svn:needs-lock on .csproj files
- 18:25 Ticket #319 (Eventhandling between chart and canvas) created by
- Eventhandling between chart and canvas
- 18:22 Changeset [680] by
-
created base class structure for model
- 18:21 Ticket #318 (Implement base class structure for model) created by
- Implement base class structure for model
- 18:18 Ticket #317 (Set svn:* properties) created by
- 18:17 Ticket #316 (Create interfaces between model and view) created by
- 15:31 Changeset [679] by
-
implemented #315 by adding an import statement for System.Linq.
- 15:28 Ticket #315 (Support for LINQ extensions in ProgrammableOperator) created by
- 11:25 Ticket #314 (Stopwatch operators calculate incorrect values for ElapsedSeconds) created by
- TimeSpan.FromTicks() doesn't use the same 'tick-length' as …
- 10:56 Changeset [678] by
-
support for multiclass classification added; AUC calculated (ticket #308)
- 10:54 Changeset [677] by
-
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
- 13:33 Ticket #312 (File is not closed when open fails (with an Exception)) created by
- 13:27 Changeset [676] by
-
fixed #303 (again)
- 13:25 Changeset [675] by
-
fixed #307 (again)
- 13:19 Ticket #303 (Starter crashes when trying to open attached operator-library) reopened by
- 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
- 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
- fixed: fixed with r647.
- 13:11 Changeset [674] by
-
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
- A more generic operator similar to BestAverageWorstQualityCalculator …
- 09:33 Changeset [673] by
-
corrected initial zoom to use absolute range values (ticket #310)
10/15/08:
- 17:26 Changeset [672] by
-
division error corrected (ticket #308)
- 17:25 Changeset [671] by
-
PointXYChart + Injector + View created (ticket #310)
- 17:24 Ticket #310 (PointCharts with specified X/Y coordinates) created by
- enables the display of ROCs (connected with ticket #308)
- 14:22 Changeset [670] by
-
renamed to ROCAnalyzer
- 14:21 Changeset [669] by
-
ROCAnalyser renamed to ROCAnalyzer
- 13:36 Ticket #309 (FunctionLibraryInjector does not set constraints for variables) created by
- 12:26 Changeset [668] by
-
namespaces changed to HeuristicLab.GP.StructureIdentification.Classification
(ticket #177)
- 09:45 Changeset [667] by
-
ROCAnalyser.cs added to project HeuristicLab.GP.StructureIdentification.Classification.csproj (ticket #308)
- 09:43 Ticket #308 (ROC analyzer for GP classification problems) created by
- 00:48 Changeset [666] by
-
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
- fixed: implemented with r665.
- 00:27 Changeset [665] by
-
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
- fixed: * fixed in 3.0 branch with r663 * fixed in 3.1 branch with r664
- 00:08 Changeset [664] by
-
fixed #303 in 3.1 branch
- 00:07 Changeset [663] by
-
fixed #303 in 3.0 branch
- 00:07 Ticket #307 (Whole application crashes when trying to load a file that needs ...) closed by
- fixed: * fixed with r661 in 3.1 branch * fixed with r662 in 3.0 branch
- 00:06 Changeset [662] by
-
fixed #307 in the 3.0 branch
- 00:05 Changeset [661] by
-
fixed #307 in 3.1 branch
- 00:04 Changeset [660] by
-
fixed #307 in the trunk.
- 00:02 Ticket #307 (Whole application crashes when trying to load a file that needs ...) created by
- As #303 only for HeuristicLab.OptimizationFrontend
- 00:01 Ticket #303 (Starter crashes when trying to open attached operator-library) reopened by
- 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
- fixed: fixed with 659.
10/14/08:
- 23:59 Changeset [659] by
-
fixed #303.
- 23:38 Ticket #177 (Restructure genetic programming plugins) closed by
- fixed: further changes should be tracked in separate tickets.
- 23:37 Ticket #262 (FunctionLibraryInjector always injects 'Differential' terminal) closed by
- fixed: This has been fixed in relation to #177 with r656 by introducting …
- 23:34 Changeset [658] by
-
renamed ClassificationMatrixEvaluator to ConfusionMatrixEvaluator (#177)
- 23:31 Changeset [657] by
-
deleted refactoring branch after changes have been merged back into the trunk (#177)
- 22:55 Changeset [656] by
-
merged changesets r644:647 and r651:655 from the GpPluginsRefactoringBranch back into the trunk (#177)
- 22:33 Changeset [655] by
-
fixed contextmenu for tree representation (#177)
- 22:27 Ticket #306 (Functionality to export a symbolic regression solution as an Excel ...) created by
- 21:01 Ticket #305 (Implementation of GP onepoint crossover doesn't match description as ...) created by
- 14:42 Changeset [654] by
-
worked on exporters and display of function-names in the functionView (#177)
10/13/08:
- 18:56 Ticket #304 (Functionality to copy values from an itemlist to the clip-board (for ...) created by
- 16:40 Ticket #303 (Starter crashes when trying to open attached operator-library) created by
- 11:03 Changeset [653] by
-
fixed compilation errors (because of incorrect references) in CEDMA.Charting plugin (ticket #177)
- 11:02 Changeset [652] by
-
- added a solution to compile old plugin versions
- fixed plugin references and
- added script to generate AssemblyInfos with SubWCRev
(ticket #177)