# # ChangeLog for trunk/sources # # Generated by Trac 1.0.12 # 07/04/24 07:22:52 Thu, 24 Apr 2008 13:15:14 GMT gkronber [184] * trunk/sources/HeuristicLab.Functions/FunctionView.cs (modified) fixed #130 Thu, 24 Apr 2008 13:08:02 GMT gkronber [183] * trunk/sources/HeuristicLab.Random/NormalRandomAdder.cs (modified) * trunk/sources/HeuristicLab.Random/NormalRandomizer.cs (modified) changed default sigma for normal-distributed random numbers from 0.0 ... Thu, 24 Apr 2008 13:03:57 GMT gkronber [182] * trunk/sources/HeuristicLab.StructureIdentification/TreeGardener.cs (modified) fixed #127 Thu, 24 Apr 2008 12:39:48 GMT gkronber [181] * trunk/sources/HeuristicLab.StructureIdentification/TreeGardener.cs (modified) more comments and minor code improvements in TreeGardener Thu, 24 Apr 2008 12:29:31 GMT gkronber [180] * trunk/sources/HeuristicLab.StructureIdentification/Manipulation/ChangeNodeTypeManipulation.cs (modified) * trunk/sources/HeuristicLab.StructureIdentification/TreeGardener.cs (modified) * minor refactoring of TreeGardener * added descriptive comments ... Thu, 24 Apr 2008 12:10:03 GMT gkronber [179] * trunk/sources/HeuristicLab.StructureIdentification/Manipulation/DeleteSubTreeManipulation.cs (modified) * trunk/sources/HeuristicLab.StructureIdentification/RandomTreeCreator.cs (modified) * trunk/sources/HeuristicLab.StructureIdentification/TreeGardener.cs (modified) minor refactoring in TreeGardener and related classes Thu, 24 Apr 2008 12:09:26 GMT gkronber [178] * trunk/sources/HeuristicLab.StructureIdentification/GPOperatorGroup.cs (modified) GPOperatorGroup adds a variable "Tickets" to all functions in the ... Thu, 24 Apr 2008 12:07:48 GMT gkronber [177] * trunk/sources/HeuristicLab.Functions/Constant.cs (modified) * trunk/sources/HeuristicLab.Functions/Variable.cs (modified) * trunk/sources/HeuristicLab.StructureIdentification/GPOperatorLibrary.cs (modified) changed readonly fields to consts Thu, 24 Apr 2008 10:16:49 GMT abeham [175] * trunk/sources/HeuristicLab.Constraints/VariableComparisonConstraint.cs (modified) Fixed #129 (right side of VariableComparisonConstraint) Thu, 24 Apr 2008 10:15:15 GMT abeham [174] * trunk/sources/HeuristicLab.Constraints/VariableComparisonConstraintView.Designer.cs (modified) reordered tab order in VariableComparisonConstraintView (fixes #124) Wed, 23 Apr 2008 11:24:12 GMT gkronber [173] * trunk/sources/HeuristicLab.DataAnalysis/DatasetParser.cs (modified) fixed a bug non-matching string constant Wed, 23 Apr 2008 11:13:06 GMT gkronber [172] * trunk/sources/HeuristicLab.DataAnalysis/DatasetParser.cs (modified) * trunk/sources/HeuristicLab.StructureIdentification/StructIdProblemInjector.cs (modified) * trunk/sources/HeuristicLab.StructureIdentification/StructIdProblemInjectorView.cs (modified) changed StructIdProblemInjector to inject only the dataset and the ... Wed, 23 Apr 2008 10:51:08 GMT gkronber [171] * trunk/sources/HeuristicLab.StructureIdentification/StructIdProblemInjector.cs (modified) fixed #122 Wed, 23 Apr 2008 10:06:58 GMT gkronber [170] * trunk/sources/HeuristicLab.StructureIdentification/Evaluation/MCCEvaluator.cs (modified) small improvement for MCCEvaluator (ticket #69) Wed, 23 Apr 2008 09:23:28 GMT gkronber [169] * trunk/sources/HeuristicLab.StructureIdentification/Evaluation/MCCEvaluator.cs (added) * trunk/sources/HeuristicLab.StructureIdentification/HeuristicLab.StructureIdentification.csproj (modified) added matthews correlation coefficient evaluator for classification ... Tue, 22 Apr 2008 22:35:19 GMT gkronber [168] * trunk/sources/HeuristicLab.DataAnalysis/DatasetView.cs (modified) * trunk/sources/HeuristicLab.StructureIdentification/StructIdProblemInjectorView.Designer.cs (modified) * trunk/sources/HeuristicLab.StructureIdentification/StructIdProblemInjectorView.cs (modified) fixed #118 Tue, 22 Apr 2008 21:52:28 GMT gkronber [167] * trunk/sources/HeuristicLab.StructureIdentification/Manipulation/ChangeNodeTypeManipulation.cs (modified) * trunk/sources/HeuristicLab.StructureIdentification/TreeGardener.cs (modified) simplified and improved ChangeNodeTypeManipulation (ticket #120) Tue, 22 Apr 2008 21:24:19 GMT gkronber [166] * trunk/sources/HeuristicLab.Core/VariablesScopeView.Designer.cs (modified) made the width of the left panel fixed because I'm tired of resizing ... Tue, 22 Apr 2008 19:57:56 GMT gkronber [165] * trunk/sources/HeuristicLab.Functions/FunctionBase.cs (modified) * trunk/sources/HeuristicLab.Functions/HeuristicLabFunctionsPlugin.cs (modified) * trunk/sources/HeuristicLab.Functions/ProgrammableFunction.cs (modified) implemented ProgrammableFunction inherited from ProgrammableOperator ... Tue, 22 Apr 2008 19:42:33 GMT gkronber [164] * trunk/sources/HeuristicLab.Operators.Programmable/ProgrammableOperator.cs (modified) changed Compile() to virtual in preparation for the ...