# # ChangeLog for branches # # Generated by Trac 1.0.12 # 11/23/24 13:34:51 Wed, 30 Apr 2008 10:14:29 GMT swagner [212] * branches/3.0/sources/HeuristicLab.ES/HeuristicLab.ES.csproj (modified) Activated generation of XML documentation for release builds Wed, 30 Apr 2008 10:05:19 GMT swagner [211] * branches/3.0/sources/HeuristicLab.PluginInfrastructure.GUI/app.config (modified) Worked on ticket #54 - added new update location for HeuristicLab ... Wed, 30 Apr 2008 10:03:53 GMT swagner [210] * branches/3.0/sources/HeuristicLab.TestFunctions/HeuristicLab.TestFunctions.csproj (modified) Updated project file Tue, 29 Apr 2008 11:36:36 GMT gkronber [208] * branches/ExperimentalFunctionsBaking/BakedFunctionTree.cs (modified) fixed bug Tue, 29 Apr 2008 11:19:45 GMT gkronber [206] * branches/ExperimentalFunctionsBaking/BakedFunctionTree.cs (modified) * branches/ExperimentalFunctionsBaking/HeuristicLab.Functions.csproj (modified) minor changes Tue, 29 Apr 2008 11:14:17 GMT gkronber [205] * branches/ExperimentalStructureIdentification (deleted) deleted unused branch Tue, 29 Apr 2008 08:09:09 GMT gkronber [204] * branches/ExperimentalStructureIdentification (copied) created a branch of the structure identification plugin for ... Mon, 28 Apr 2008 19:40:46 GMT gkronber [203] * branches/ExperimentalFunctionsBaking/Addition.cs (modified) * branches/ExperimentalFunctionsBaking/BakedFunctionTree.cs (added) * branches/ExperimentalFunctionsBaking/Division.cs (modified) * branches/ExperimentalFunctionsBaking/FunctionBase.cs (modified) * branches/ExperimentalFunctionsBaking/HeuristicLab.Functions.csproj (modified) * branches/ExperimentalFunctionsBaking/Multiplication.cs (modified) * branches/ExperimentalFunctionsBaking/Substraction.cs (modified) prototype implementation for fast evaluation of basic functions Mon, 28 Apr 2008 07:18:13 GMT gkronber [201] * branches/ExperimentalFunctionsBaking (copied) * branches/ExperimentalFunctionsBaking/Constant.cs (modified) * branches/ExperimentalFunctionsBaking/FunctionTree.cs (modified) * branches/ExperimentalFunctionsBaking/HeuristicLab.Functions.csproj (modified) * branches/ExperimentalFunctionsBaking/Variable.cs (modified) created a branch for experiments with the functions plugin regarding ... Thu, 24 Apr 2008 10:45:26 GMT abeham [176] * branches/3.0/sources/HeuristicLab.Constraints/VariableComparisonConstraint.cs (modified) * branches/3.0/sources/HeuristicLab.Constraints/VariableComparisonConstraintView.Designer.cs (modified) Merged fixes of #124 and #129 from trunk to release branch Tue, 22 Apr 2008 16:14:22 GMT gkronber [156] * branches/FunctionsAndStructIdRefactoring (deleted) deleted old branch (ticket #112) Tue, 22 Apr 2008 15:44:49 GMT gkronber [153] * branches/FunctionsAndStructIdRefactoring/HeuristicLab.Functions/FunctionBase.cs (modified) * branches/FunctionsAndStructIdRefactoring/HeuristicLab.Functions/FunctionTree.cs (modified) minor performance tuning #112 Tue, 22 Apr 2008 15:28:26 GMT gkronber [152] * branches/FunctionsAndStructIdRefactoring/HeuristicLab.StructureIdentification/GPOperatorGroup.cs (modified) * branches/FunctionsAndStructIdRefactoring/HeuristicLab.StructureIdentification/Manipulation/ChangeNodeTypeManipulation.cs (modified) * branches/FunctionsAndStructIdRefactoring/HeuristicLab.StructureIdentification/Manipulation/CutOutNodeManipulation.cs (modified) * branches/FunctionsAndStructIdRefactoring/HeuristicLab.StructureIdentification/Manipulation/DeleteSubTreeManipulation.cs (modified) * branches/FunctionsAndStructIdRefactoring/HeuristicLab.StructureIdentification/Manipulation/SubstituteSubTreeManipulation.cs (modified) * branches/FunctionsAndStructIdRefactoring/HeuristicLab.StructureIdentification/Recombination/SinglePointCrossOver.cs (modified) * branches/FunctionsAndStructIdRefactoring/HeuristicLab.StructureIdentification/TreeGardener.cs (modified) bug-fixes and code cleanup in struct-id operators (#112) Tue, 22 Apr 2008 15:26:55 GMT swagner [151] * branches/3.0/sources/HeuristicLab.Core/PersistenceManager.cs (modified) Merged fix of ticket #117 (r150) from trunk into 3.0 release branch Tue, 22 Apr 2008 10:48:01 GMT gkronber [149] * branches/FunctionsAndStructIdRefactoring/HeuristicLab.StructureIdentification/Manipulation/ChangeNodeTypeManipulation.cs (modified) * branches/FunctionsAndStructIdRefactoring/HeuristicLab.StructureIdentification/Manipulation/CutOutNodeManipulation.cs (modified) * branches/FunctionsAndStructIdRefactoring/HeuristicLab.StructureIdentification/Manipulation/DeleteSubTreeManipulation.cs (modified) * branches/FunctionsAndStructIdRefactoring/HeuristicLab.StructureIdentification/Manipulation/SubstituteSubTreeManipulation.cs (modified) minor changes in GP manipulation operators (#112) Tue, 22 Apr 2008 09:17:08 GMT gkronber [148] * branches/FunctionsAndStructIdRefactoring/HeuristicLab.StructureIdentification/Manipulation/CutOutNodeManipulation.cs (modified) * branches/FunctionsAndStructIdRefactoring/HeuristicLab.StructureIdentification/TreeGardener.cs (modified) fixed bugs in struct-id operators (ticket #112) Tue, 22 Apr 2008 08:19:53 GMT gkronber [147] * branches/FunctionsAndStructIdRefactoring/HeuristicLab.Functions/And.cs (modified) * branches/FunctionsAndStructIdRefactoring/HeuristicLab.Functions/Constant.cs (modified) * branches/FunctionsAndStructIdRefactoring/HeuristicLab.Functions/FunctionBase.cs (modified) * branches/FunctionsAndStructIdRefactoring/HeuristicLab.Functions/FunctionTree.cs (modified) * branches/FunctionsAndStructIdRefactoring/HeuristicLab.Functions/IFunction.cs (modified) * branches/FunctionsAndStructIdRefactoring/HeuristicLab.Functions/IfThenElse.cs (modified) * branches/FunctionsAndStructIdRefactoring/HeuristicLab.Functions/Or.cs (modified) * branches/FunctionsAndStructIdRefactoring/HeuristicLab.Functions/Variable.cs (modified) * changed signature of interface method Evaluate() * fixed ... Tue, 22 Apr 2008 08:01:18 GMT gkronber [146] * branches/FunctionsAndStructIdRefactoring/HeuristicLab.Functions/Constant.cs (modified) * branches/FunctionsAndStructIdRefactoring/HeuristicLab.Functions/FunctionView.cs (modified) * branches/FunctionsAndStructIdRefactoring/HeuristicLab.Functions/Variable.cs (modified) * fixed function-tree display in tree-view * added string constants ... Mon, 21 Apr 2008 18:57:45 GMT gkronber [145] * branches/FunctionsAndStructIdRefactoring/HeuristicLab.Constraints/SubOperatorsConstraintAnalyser.cs (modified) * branches/FunctionsAndStructIdRefactoring/HeuristicLab.Functions/FunctionBase.cs (modified) * branches/FunctionsAndStructIdRefactoring/HeuristicLab.Functions/FunctionTree.cs (modified) * branches/FunctionsAndStructIdRefactoring/HeuristicLab.StructureIdentification/RandomTreeCreator.cs (modified) * branches/FunctionsAndStructIdRefactoring/HeuristicLab.StructureIdentification/TreeGardener.cs (modified) more fixes after major refactoring step (ticket #112) Mon, 21 Apr 2008 16:39:38 GMT gkronber [144] * branches/FunctionsAndStructIdRefactoring/HeuristicLab.StructureIdentification/Manipulation/ChangeNodeTypeManipulation.cs (modified) * branches/FunctionsAndStructIdRefactoring/HeuristicLab.StructureIdentification/Manipulation/SubstituteSubTreeManipulation.cs (modified) fixed compile errors (#112)