# # ChangeLog for branches # # Generated by Trac 1.0.12 # 07/08/24 19:41:28 Mon, 07 Sep 2009 17:10:19 GMT gkronber [2342] * branches/gp-algorithms-refactoring-#720 (deleted) Deleted implementation branch for #720 Mon, 07 Sep 2009 16:55:50 GMT gkronber [2340] * branches/gp-algorithms-refactoring-#720/sources/HeuristicLab.GP.StructureIdentification.Classification/3.3/DefaultClassificationAlgorithmOperators.cs (added) * branches/gp-algorithms-refactoring-#720/sources/HeuristicLab.GP.StructureIdentification.Classification/3.3/HeuristicLab.GP.StructureIdentification.Classification-3.3.csproj (modified) * branches/gp-algorithms-refactoring-#720/sources/HeuristicLab.GP.StructureIdentification.Classification/3.3/OffspringSelectionGP.cs (modified) * branches/gp-algorithms-refactoring-#720/sources/HeuristicLab.GP.StructureIdentification.Classification/3.3/StandardGP.cs (modified) * branches/gp-algorithms-refactoring-#720/sources/HeuristicLab.GP.StructureIdentification.Classification/3.3/TargetClassesCalculator.cs (added) * branches/gp-algorithms-refactoring-#720/sources/HeuristicLab.GP.StructureIdentification.TimeSeries/3.3/DefaultTimeSeriesOperators.cs (added) * branches/gp-algorithms-refactoring-#720/sources/HeuristicLab.GP.StructureIdentification.TimeSeries/3.3/HeuristicLab.GP.StructureIdentification.TimeSeries-3.3.csproj (modified) * branches/gp-algorithms-refactoring-#720/sources/HeuristicLab.GP.StructureIdentification.TimeSeries/3.3/OffspringSelectionGP.cs (modified) * branches/gp-algorithms-refactoring-#720/sources/HeuristicLab.GP.StructureIdentification.TimeSeries/3.3/StandardGP.cs (modified) * branches/gp-algorithms-refactoring-#720/sources/HeuristicLab.GP.StructureIdentification/3.3/DefaultStructureIdentificationOperators.cs (modified) * branches/gp-algorithms-refactoring-#720/sources/HeuristicLab.GP.StructureIdentification/3.3/Evaluators/GPEvaluatorBase.cs (modified) * branches/gp-algorithms-refactoring-#720/sources/HeuristicLab.GP.StructureIdentification/3.3/HeuristicLab.GP.StructureIdentification-3.3.csproj (modified) * branches/gp-algorithms-refactoring-#720/sources/HeuristicLab.GP.StructureIdentification/3.3/OffspringSelectionGP.cs (modified) * branches/gp-algorithms-refactoring-#720/sources/HeuristicLab.GP.StructureIdentification/3.3/StandardGP.cs (modified) * branches/gp-algorithms-refactoring-#720/sources/HeuristicLab.LinearRegression/3.2/LinearRegression.cs (modified) Fixed some issues in the GP algorithms for time-series prognosis and ... Mon, 07 Sep 2009 11:03:29 GMT gkronber [2337] * branches/gp-algorithms-refactoring-#720/sources/HeuristicLab.GP.StructureIdentification/3.3/DefaultStructureIdentificationOperators.cs (added) * branches/gp-algorithms-refactoring-#720/sources/HeuristicLab.GP.StructureIdentification/3.3/HeuristicLab.GP.StructureIdentification-3.3.csproj (modified) * branches/gp-algorithms-refactoring-#720/sources/HeuristicLab.GP.StructureIdentification/3.3/OffspringSelectionGP.cs (modified) * branches/gp-algorithms-refactoring-#720/sources/HeuristicLab.GP.StructureIdentification/3.3/StandardGP.cs (modified) refactoring: pulled common code of OSGP and SGP into static class ... Fri, 04 Sep 2009 14:23:45 GMT gkronber [2335] * branches/gp-algorithms-refactoring-#720/sources/HeuristicLab.GP.Algorithms/3.2/AlgorithmBase.cs (modified) * branches/gp-algorithms-refactoring-#720/sources/HeuristicLab.GP.Algorithms/3.2/HeuristicLab.GP.Algorithms-3.2.csproj (modified) * branches/gp-algorithms-refactoring-#720/sources/HeuristicLab.GP.Algorithms/3.2/OffspringSelectionGP.cs (modified) * branches/gp-algorithms-refactoring-#720/sources/HeuristicLab.GP.Algorithms/3.2/StandardGP.cs (modified) * branches/gp-algorithms-refactoring-#720/sources/HeuristicLab.GP.StructureIdentification.Classification/3.3/OffspringSelectionGP.cs (modified) * branches/gp-algorithms-refactoring-#720/sources/HeuristicLab.GP.StructureIdentification.Classification/3.3/StandardGP.cs (modified) * branches/gp-algorithms-refactoring-#720/sources/HeuristicLab.GP.StructureIdentification.TimeSeries/3.3/OffspringSelectionGP.cs (modified) * branches/gp-algorithms-refactoring-#720/sources/HeuristicLab.GP.StructureIdentification.TimeSeries/3.3/StandardGP.cs (modified) * branches/gp-algorithms-refactoring-#720/sources/HeuristicLab.GP.StructureIdentification/3.3/HeuristicLab.GP.StructureIdentification-3.3.csproj (modified) * branches/gp-algorithms-refactoring-#720/sources/HeuristicLab.GP.StructureIdentification/3.3/OffspringSelectionGP.cs (added) * branches/gp-algorithms-refactoring-#720/sources/HeuristicLab.GP.StructureIdentification/3.3/StandardGP.cs (added) * branches/gp-algorithms-refactoring-#720/sources/HeuristicLab.sln (modified) * branches/gp-algorithms-refactoring-#720/sources/HeuristicLab/CopyAssemblies.cmd (modified) Worked on #720: * finished `AlgorithmBase` * fixed skeletons for ... Thu, 03 Sep 2009 15:48:50 GMT gkronber [2331] * branches/gp-algorithms-refactoring-#720 (copied) * branches/gp-algorithms-refactoring-#720/sources/HeuristicLab.GP.Algorithms (added) * branches/gp-algorithms-refactoring-#720/sources/HeuristicLab.GP.Algorithms/3.2 (added) * branches/gp-algorithms-refactoring-#720/sources/HeuristicLab.GP.Algorithms/3.2/AlgorithmBase.cs (copied) * branches/gp-algorithms-refactoring-#720/sources/HeuristicLab.GP.Algorithms/3.2/HeuristicLab.GP.Algorithms-3.2.csproj (added) * branches/gp-algorithms-refactoring-#720/sources/HeuristicLab.GP.Algorithms/3.2/HeuristicLab.snk (added) * branches/gp-algorithms-refactoring-#720/sources/HeuristicLab.GP.Algorithms/3.2/HeuristicLabGpAlgorithmsPlugin.cs (added) * branches/gp-algorithms-refactoring-#720/sources/HeuristicLab.GP.Algorithms/3.2/OffSpringSelectionGpEditor.Designer.cs (copied) * branches/gp-algorithms-refactoring-#720/sources/HeuristicLab.GP.Algorithms/3.2/OffSpringSelectionGpEditor.cs (copied) * branches/gp-algorithms-refactoring-#720/sources/HeuristicLab.GP.Algorithms/3.2/OffSpringSelectionGpEditor.resx (copied) * branches/gp-algorithms-refactoring-#720/sources/HeuristicLab.GP.Algorithms/3.2/OffspringSelectionGP.cs (copied) * branches/gp-algorithms-refactoring-#720/sources/HeuristicLab.GP.Algorithms/3.2/Properties (added) * branches/gp-algorithms-refactoring-#720/sources/HeuristicLab.GP.Algorithms/3.2/Properties/AssemblyInfo.frame (added) * branches/gp-algorithms-refactoring-#720/sources/HeuristicLab.GP.Algorithms/3.2/StandardGP.cs (copied) * branches/gp-algorithms-refactoring-#720/sources/HeuristicLab.GP.Algorithms/3.2/StandardGpEditor.Designer.cs (copied) * branches/gp-algorithms-refactoring-#720/sources/HeuristicLab.GP.Algorithms/3.2/StandardGpEditor.cs (copied) * branches/gp-algorithms-refactoring-#720/sources/HeuristicLab.GP.Algorithms/3.2/StandardGpEditor.resx (copied) * trunk/sources/HeuristicLab.GP.StructureIdentification/3.3/BaseClasses/AlgorithmBase.cs (deleted) * branches/gp-algorithms-refactoring-#720/sources/HeuristicLab.GP.StructureIdentification/3.3/HeuristicLab.GP.StructureIdentification-3.3.csproj (modified) * trunk/sources/HeuristicLab.GP.StructureIdentification/3.3/OffSpringSelectionGpEditor.Designer.cs (deleted) * trunk/sources/HeuristicLab.GP.StructureIdentification/3.3/OffSpringSelectionGpEditor.cs (deleted) * trunk/sources/HeuristicLab.GP.StructureIdentification/3.3/OffSpringSelectionGpEditor.resx (deleted) * trunk/sources/HeuristicLab.GP.StructureIdentification/3.3/OffspringSelectionGP.cs (deleted) * trunk/sources/HeuristicLab.GP.StructureIdentification/3.3/StandardGP.cs (deleted) * trunk/sources/HeuristicLab.GP.StructureIdentification/3.3/StandardGpEditor.Designer.cs (deleted) * trunk/sources/HeuristicLab.GP.StructureIdentification/3.3/StandardGpEditor.cs (deleted) * trunk/sources/HeuristicLab.GP.StructureIdentification/3.3/StandardGpEditor.resx (deleted) * branches/gp-algorithms-refactoring-#720/sources/HeuristicLab.Hive.Server.Core/3.2/app.config (modified) * branches/gp-algorithms-refactoring-#720/sources/HeuristicLab.Tracing/3.2/HeuristicLab.Hive.log4net.xml (modified) * branches/gp-algorithms-refactoring-#720/sources/HeuristicLab.sln (modified) * branches/gp-algorithms-refactoring-#720/sources/HeuristicLab/CopyAssemblies.cmd (modified) * branches/gp-algorithms-refactoring-#720/sources/HeuristicLab/app.config (modified) created a branch for #720 Fri, 14 Aug 2009 09:13:52 GMT gkronber [2286] * branches/CEDMA-Exporter-715/tools/CedmaExporter/CedmaExporter.cs (modified) * branches/CEDMA-Exporter-715/tools/CedmaExporter/CedmaExporter.csproj (modified) * branches/CEDMA-Exporter-715/tools/CedmaExporter/CedmaExporterForm.Designer.cs (modified) * branches/CEDMA-Exporter-715/tools/CedmaExporter/CedmaExporterForm.cs (modified) * branches/CEDMA-Exporter-715/tools/CedmaExporter/CedmaExporterForm.resx (added) * branches/CEDMA-Exporter-715/tools/CedmaExporter/SymbolicExpressionExporter.cs (modified) Fixed a bug in the s-expression exporter. Improved exporter UI. #715 ... Sun, 09 Aug 2009 13:55:56 GMT mkommend [2266] * branches (modified) * trunk/sources/HeuristicLab.MainForm.Test/3.2/EditorView.cs (modified) * trunk/sources/HeuristicLab.MainForm.Test/3.2/HeuristicLab.MainForm.Test-3.2.csproj.user (deleted) * trunk/sources/HeuristicLab.MainForm/3.2/DockingMainForm.cs (modified) * trunk/sources/HeuristicLab.MainForm/3.2/Interfaces/IView.cs (modified) * trunk/sources/HeuristicLab.MainForm/3.2/MultipleDocumentMainForm.cs (modified) * trunk/sources/HeuristicLab.MainForm/3.2/ViewBase.cs (modified) added ability to cancel form close; removed mistakenly commited ... Sat, 08 Aug 2009 09:07:24 GMT gkronber [2262] * branches/CEDMA-Exporter-715/tools/CedmaExporter/CedmaExporter.csproj (modified) * branches/CEDMA-Exporter-715/tools/CedmaExporter/SymbolicExpressionExporter.cs (modified) * branches/CEDMA-Exporter-715/tools/ConfigMerger/ConfigMerger.csproj (modified) * branches/CEDMA-Exporter-715/tools/Tools.sln (modified) * branches/CEDMA-Exporter-715/tools/Wizards/Wizards.csproj (modified) Fixed bug in s-exp export format of terminal nodes. #715 Tue, 04 Aug 2009 10:26:53 GMT gkronber [2232] * branches/CEDMA-Exporter-715/tools/CedmaExporter (modified) * branches/CEDMA-Exporter-715/tools/CedmaExporter/CedmaExporter.cs (modified) * branches/CEDMA-Exporter-715/tools/CedmaExporter/CedmaExporter.csproj (modified) * branches/CEDMA-Exporter-715/tools/CedmaExporter/SymbolicExpressionExporter.cs (added) Implemented export of variable impacts and changed GP Tree exporter ... Mon, 03 Aug 2009 16:00:54 GMT gkronber [2228] * branches/CEDMA-Exporter-715/tools/CedmaExporter (added) * branches/CEDMA-Exporter-715/tools/CedmaExporter/CedmaExporter.cs (added) * branches/CEDMA-Exporter-715/tools/CedmaExporter/CedmaExporter.csproj (added) * branches/CEDMA-Exporter-715/tools/CedmaExporter/CedmaExporterForm.Designer.cs (added) * branches/CEDMA-Exporter-715/tools/CedmaExporter/CedmaExporterForm.cs (added) * branches/CEDMA-Exporter-715/tools/CedmaExporter/Ontology.cs (added) * branches/CEDMA-Exporter-715/tools/CedmaExporter/Program.cs (added) * branches/CEDMA-Exporter-715/tools/CedmaExporter/Properties (added) * branches/CEDMA-Exporter-715/tools/CedmaExporter/Properties/AssemblyInfo.cs (added) * branches/CEDMA-Exporter-715/tools/CedmaExporter/Properties/Resources.Designer.cs (added) * branches/CEDMA-Exporter-715/tools/CedmaExporter/Properties/Resources.resx (added) * branches/CEDMA-Exporter-715/tools/CedmaExporter/Properties/Settings.Designer.cs (added) * branches/CEDMA-Exporter-715/tools/CedmaExporter/Properties/Settings.settings (added) * branches/CEDMA-Exporter-715/tools/Tools.sln (modified) Added first crude implementation of CEDMA exporter. #715 Mon, 03 Aug 2009 13:26:46 GMT gkronber [2227] * branches/CEDMA-Exporter-715 (copied) Created a branch to implement the CEDMA exporter. #715 Mon, 03 Aug 2009 13:13:15 GMT gkronber [2225] * branches/GP-Refactoring-713 (deleted) deleted GP-Refactoring branch after merge to trunk. #713 Mon, 03 Aug 2009 12:26:16 GMT mkommend [2224] * branches/HeuristicLab.Modeling Database Backend (deleted) deleted branch modeling database backend (ticket #712) Mon, 03 Aug 2009 09:33:15 GMT mkommend [2221] * branches/HeuristicLab.Modeling Database Backend/sources/HeuristicLab.CEDMA.Core/3.3/Results.cs (modified) * branches/HeuristicLab.Modeling Database Backend/sources/HeuristicLab.CEDMA.Core/3.3/TableResultsView.cs (modified) * branches/HeuristicLab.Modeling Database Backend/sources/HeuristicLab.Modeling.Database.SQLServerCompact/3.2/DatabaseService.cs (modified) * branches/HeuristicLab.Modeling Database Backend/sources/HeuristicLab.Modeling.Database/3.2/IModelingDatabase.cs (modified) performance improvements by reusing the datacontext (ticket #712) Mon, 03 Aug 2009 08:35:04 GMT gkronber [2220] * branches/GP-Refactoring-713/sources/HeuristicLab.GP.Interfaces/3.3/IFunctionTreeSerializer.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/SymbolicExpressionExporter.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP/3.3/GeneralTreeSerializer.cs (deleted) Deleted unused file `GeneralTreeSerializer.cs` and commented code. #713 Sat, 01 Aug 2009 11:36:13 GMT gkronber [2219] * branches/GP-Refactoring-713/sources/HeuristicLab.GP.Boolean/3.3/Symbols/VariableFunctionTree.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/Symbols/ConstantFunctionTree.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/Symbols/VariableFunctionTree.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP/3.3/BaseClasses/FunctionBase.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP/3.3/BaseClasses/FunctionTreeBase.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP/3.3/GeneticProgrammingModel.cs (modified) fixed serialization of function trees and GPModels. (#713) Fri, 31 Jul 2009 10:31:32 GMT gkronber [2218] * branches/GP-Refactoring-713/sources/HeuristicLab.GP.Boolean/3.3/Symbols/VariableFunctionTree.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.Interfaces/3.3/HeuristicLab.GP.Interfaces-3.3.csproj (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.Interfaces/3.3/IFunctionTree.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.Interfaces/3.3/IFunctionTreeSerializer.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.Operators/3.3/HeuristicLab.GP.Operators-3.3.csproj (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/SymbolicExpressionExporter.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/Symbols/ConstantFunctionTree.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/Symbols/Differential.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/Symbols/Variable.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/Symbols/VariableFunctionTree.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP/3.3/BaseClasses/FunctionTreeBase.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP/3.3/GeneticProgrammingModel.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP/3.3/HeuristicLab.GP-3.3.csproj (modified) Worked on persistence of function trees. #713 Fri, 31 Jul 2009 10:11:41 GMT mkommend [2217] * branches/HeuristicLab.Modeling Database Backend/sources/HeuristicLab.CEDMA.Core/3.3/Results.cs (modified) * branches/HeuristicLab.Modeling Database Backend/sources/HeuristicLab.Modeling.Database.SQLServerCompact/3.2/DataObjects/Model.cs (modified) * branches/HeuristicLab.Modeling Database Backend/sources/HeuristicLab.Modeling.Database.SQLServerCompact/3.2/DataObjects/ModelData.cs (added) * branches/HeuristicLab.Modeling Database Backend/sources/HeuristicLab.Modeling.Database.SQLServerCompact/3.2/DatabaseService.cs (modified) * branches/HeuristicLab.Modeling Database Backend/sources/HeuristicLab.Modeling.Database.SQLServerCompact/3.2/HeuristicLab.Modeling.Database.SQLServerCompact-3.2.csproj (modified) * branches/HeuristicLab.Modeling Database Backend/sources/HeuristicLab.Modeling.Database.SQLServerCompact/3.2/ModelingDataContext.cs (modified) * branches/HeuristicLab.Modeling Database Backend/sources/HeuristicLab.Modeling.Database/3.2/IModel.cs (modified) * branches/HeuristicLab.Modeling Database Backend/sources/HeuristicLab.Modeling.Database/3.2/IModelingDatabase.cs (modified) first part of performance improvements (ticket #712) Thu, 30 Jul 2009 17:41:58 GMT gkronber [2216] * branches/GP-Refactoring-713/sources/HeuristicLab.GP.Boolean/3.3/BooleanTreeInterpreter.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.Boolean/3.3/Evaluator.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.Boolean/3.3/FunctionLibraryInjector.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.Boolean/3.3/HeuristicLab.GP.Boolean-3.3.csproj (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.Boolean/3.3/HeuristicLabGPBooleanPlugin.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.Boolean/3.3/Symbols (added) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.Boolean/3.3/Symbols/And.cs (moved) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.Boolean/3.3/Symbols/Nand.cs (moved) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.Boolean/3.3/Symbols/Nor.cs (moved) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.Boolean/3.3/Symbols/Not.cs (moved) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.Boolean/3.3/Symbols/Or.cs (moved) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.Boolean/3.3/Symbols/SymbolTable.cs (moved) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.Boolean/3.3/Symbols/Variable.cs (moved) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.Boolean/3.3/Symbols/VariableFunctionTree.cs (added) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.Boolean/3.3/Symbols/Xor.cs (moved) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.Interfaces/3.3/HeuristicLab.GP.Interfaces-3.3.csproj (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.Interfaces/3.3/IFunctionTreeSerializer.cs (moved) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.SantaFe/3.3/AntInterpreter.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.SantaFe/3.3/Evaluator.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.SantaFe/3.3/FunctionLibraryInjector.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.SantaFe/3.3/HeuristicLab.GP.SantaFe-3.3.csproj (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.SantaFe/3.3/HeuristicLabGPSantaFePlugin.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.SantaFe/3.3/Symbols (added) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.SantaFe/3.3/Symbols/IfFoodAhead.cs (moved) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.SantaFe/3.3/Symbols/Left.cs (moved) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.SantaFe/3.3/Symbols/Move.cs (moved) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.SantaFe/3.3/Symbols/Prog2.cs (moved) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.SantaFe/3.3/Symbols/Prog3.cs (moved) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.SantaFe/3.3/Symbols/Right.cs (moved) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.SantaFe/3.3/Symbols/SymbolTable.cs (moved) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification.Classification/3.3/AccuracyEvaluator.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification.Classification/3.3/ClassificationMeanSquaredErrorEvaluator.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification.Classification/3.3/ConfusionMatrixEvaluator.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification.Classification/3.3/CrossValidation.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification.Classification/3.3/GPClassificationEvaluatorBase.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification.Classification/3.3/HeuristicLabGPClassificationPlugin.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification.Classification/3.3/MulticlassModeller.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification.Classification/3.3/MulticlassOneVsOneAnalyzer.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification.Classification/3.3/OffspringSelectionGP.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification.Classification/3.3/ROCAnalyzer.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification.Classification/3.3/StandardGP.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification.TimeSeries/3.3/AveragePercentageChangeEvaluator.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification.TimeSeries/3.3/HeuristicLab.GP.StructureIdentification.TimeSeries-3.3.csproj (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification.TimeSeries/3.3/HeuristicLabGPTimeSeriesPlugin.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification.TimeSeries/3.3/OffspringSelectionGP.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification.TimeSeries/3.3/ProfitEvaluator.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification.TimeSeries/3.3/StandardGP.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification.TimeSeries/3.3/TheilInequalityCoefficientEvaluator.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/FunctionLibraryInjector.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/ModelAnalyzerExporter.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/SymbolicExpressionExporter.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/Symbols/Constant.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/Symbols/ConstantFunctionTree.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/Symbols/VariableFunctionTree.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP/3.3/BaseClasses/FunctionBase.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP/3.3/BaseClasses/FunctionLibraryInjectorBase.cs (added) * branches/GP-Refactoring-713/sources/HeuristicLab.GP/3.3/BaseClasses/FunctionTreeBase.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP/3.3/BaseClasses/TerminalTreeNode.cs (added) * branches/GP-Refactoring-713/sources/HeuristicLab.GP/3.3/FunctionLibrary.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP/3.3/FunctionTreeView.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP/3.3/GeneralTreeSerializer.cs (added) * branches/GP-Refactoring-713/sources/HeuristicLab.GP/3.3/GeneticProgrammingModel.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP/3.3/HeuristicLab.GP-3.3.csproj (modified) GP Refactoring #713 * cleaned code * reintegrated `GP.Boolean` ... Thu, 30 Jul 2009 14:46:58 GMT gkronber [2215] * branches/GP-Refactoring-713/sources/HeuristicLab.CEDMA.Server/3.3/DispatcherBase.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.CEDMA.Server/3.3/ExecuterBase.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.CEDMA.Server/3.3/GridExecuter.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.CEDMA.Server/3.3/IDispatcher.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.CEDMA.Server/3.3/IExecuter.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.CEDMA.Server/3.3/SimpleDispatcher.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.SupportVectorMachines/3.2/SupportVectorRegression.cs (modified) fixed build errors. #713