# # ChangeLog for trunk # # Generated by Trac 1.0.12 # 11/01/24 11:50:45 Wed, 06 Aug 2008 11:12:46 GMT gkronber [454] * trunk/sources/HeuristicLab.DataAnalysis/DatasetView.cs (modified) * trunk/sources/HeuristicLab.DataAnalysis/HeuristicLab.DataAnalysis.csproj (modified) * trunk/sources/HeuristicLab.DataAnalysis/RowShuffler.cs (added) implemented #233 (Shuffle instances in Dataset) Tue, 05 Aug 2008 20:22:25 GMT gkronber [453] * trunk/sources/HeuristicLab.StructureIdentification/Evaluation/AccuracyEvaluator.cs (modified) * trunk/sources/HeuristicLab.StructureIdentification/Evaluation/MCCEvaluator.cs (modified) fixed a small problem in classification evaluators (#225) Tue, 05 Aug 2008 14:51:35 GMT gkronber [452] * trunk/sources/HeuristicLab.StructureIdentification/TreeGardener.cs (modified) fixed a bug that caused generation of invalid individuals (#225) Tue, 05 Aug 2008 14:38:38 GMT gkronber [451] * trunk/sources/HeuristicLab.StructureIdentification/TreeGardener.cs (modified) added checking of sub-operator type constraints to IsValidTree ... Tue, 05 Aug 2008 14:31:40 GMT gkronber [450] * trunk/sources/HeuristicLab.StructureIdentification/Recombination/SizeFairCrossOver.cs (modified) * trunk/sources/HeuristicLab.StructureIdentification/TreeGardener.cs (modified) removed the balanced-tree parameter for method !CreateRandomTree ... Tue, 05 Aug 2008 13:40:29 GMT gkronber [449] * trunk/sources/HeuristicLab.StructureIdentification/TreeGardener.cs (modified) Use PTC2 random tree creation for all random-tree-creation-needs ... Tue, 05 Aug 2008 13:23:43 GMT gkronber [448] * trunk/sources/HeuristicLab.StructureIdentification/TreeGardener.cs (modified) removed size limit check in !MakeBalancedTree and ... Tue, 05 Aug 2008 11:03:22 GMT gkronber [447] * trunk/sources/HeuristicLab.Operators.Stopwatch/HeuristicLab.Operators.Stopwatch.csproj (modified) * trunk/sources/HeuristicLab.Operators.Stopwatch/Properties/AssemblyInfo.frame (modified) added automatic updating of revision number (ticket #231) Tue, 05 Aug 2008 10:53:47 GMT gkronber [446] * trunk/sources/HeuristicLab.Operators.Stopwatch/Properties/AssemblyInfo.frame (moved) renamed AssemblyInfo to prepare for automatic update of revision number Tue, 05 Aug 2008 10:52:05 GMT gkronber [445] * trunk/sources/HeuristicLab.Operators.Stopwatch (added) * trunk/sources/HeuristicLab.Operators.Stopwatch/HeuristicLab.Operators.Stopwatch.csproj (added) * trunk/sources/HeuristicLab.Operators.Stopwatch/HeuristicLab.snk (added) * trunk/sources/HeuristicLab.Operators.Stopwatch/HeuristicLabOperatorsStopwatchPlugin.cs (added) * trunk/sources/HeuristicLab.Operators.Stopwatch/Properties (added) * trunk/sources/HeuristicLab.Operators.Stopwatch/Properties/AssemblyInfo.cs (added) * trunk/sources/HeuristicLab.Operators.Stopwatch/StartStopwatch.cs (added) * trunk/sources/HeuristicLab.Operators.Stopwatch/StopStopwatch.cs (added) * trunk/sources/HeuristicLab.Operators.Stopwatch/Stopwatch.cs (added) * trunk/sources/HeuristicLab.sln (modified) * trunk/sources/HeuristicLab/CopyAssemblies.cmd (modified) initial import of HeuristicLab.Operators.Stopwatch plugin (ticket #231) Tue, 05 Aug 2008 09:34:33 GMT gkronber [444] * trunk/sources/HeuristicLab.StructureIdentification/ProbabilisticTreeCreator.cs (modified) * trunk/sources/HeuristicLab.StructureIdentification/Recombination/SizeFairCrossOver.cs (modified) * trunk/sources/HeuristicLab.StructureIdentification/TreeGardener.cs (modified) fixed #227 Tue, 05 Aug 2008 08:31:55 GMT gkronber [443] * trunk/sources/HeuristicLab.Functions/IFunctionVisitor.cs (modified) fixed minor problem Mon, 04 Aug 2008 21:06:15 GMT gkronber [442] * trunk/sources/HeuristicLab.StructureIdentification/Recombination/SizeFairCrossOver.cs (modified) stop trying to cross trees that are not compatible with each other ... Mon, 04 Aug 2008 21:04:13 GMT gkronber [441] * trunk/sources/HeuristicLab.StructureIdentification/RampedTreeCreator.cs (modified) changed the way invalid trees are handled in the !RampedTreeCreator ... Mon, 04 Aug 2008 14:47:45 GMT gkronber [440] * trunk/sources/HeuristicLab.Grid/ClientForm.cs (modified) * trunk/sources/HeuristicLab.Grid/ClientForm.designer.cs (modified) * trunk/sources/HeuristicLab.Grid/ClientForm.resx (modified) * trunk/sources/HeuristicLab.Grid/EngineRunner.cs (added) * trunk/sources/HeuristicLab.Grid/GridClient.cs (added) * trunk/sources/HeuristicLab.Grid/HeuristicLab.Grid.csproj (modified) * split the GridForm class into two classes GridForm and GridClient ... Mon, 04 Aug 2008 13:06:41 GMT gkronber [439] * trunk/sources/HeuristicLab.Grid/ClientForm.cs (modified) removed old !ServiceBehaviour attribute which is a left over of the ... Mon, 04 Aug 2008 11:09:48 GMT gkronber [438] * trunk/sources/HeuristicLab.DistributedEngine/DistributedEngine.cs (modified) fixed #229 (Loading a persisted distributed-engine throws Exception) Mon, 04 Aug 2008 06:30:52 GMT gkronber [437] * trunk/sources/HeuristicLab.StructureIdentification/Recombination/SizeFairCrossOver.cs (modified) fixed #228 by simplifying the crossover operator Mon, 04 Aug 2008 06:13:32 GMT gkronber [436] * trunk/sources/HeuristicLab.Constraints/AllSubOperatorsTypeConstraintView.Designer.cs (modified) * trunk/sources/HeuristicLab.Constraints/AllSubOperatorsTypeConstraintView.cs (modified) * trunk/sources/HeuristicLab.Constraints/SubOperatorsTypeConstraintView.Designer.cs (modified) fixed #226 (View of !AllSubOperatorsTypeConstraint is botched) Sun, 03 Aug 2008 22:35:55 GMT gkronber [435] * trunk/sources/HeuristicLab.Constraints/AllSubOperatorsTypeConstraint.cs (modified) * trunk/sources/HeuristicLab.Constraints/SubOperatorsTypeConstraint.cs (modified) * code could be improved after removing the 'TypeId' variable and ...