# # ChangeLog for branches # # Generated by Trac 1.0.12 # 10/06/24 08:54:48 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 Thu, 30 Jul 2009 12:45:13 GMT mkommend [2214] * branches/HeuristicLab.Modeling Database Backend/sources/HeuristicLab.SQLServerCompact/3.2/HeuristicLab.SQLServerCompact-3.2.csproj (modified) removed !SqlServerCe.Entity.dll (ticket #712) Thu, 30 Jul 2009 11:14:55 GMT mkommend [2213] * branches/HeuristicLab.Modeling Database Backend/sources/HeuristicLab.CEDMA.Core/3.3/HeuristicLabCedmaCorePlugin.cs (modified) * branches/HeuristicLab.Modeling Database Backend/sources/HeuristicLab.CEDMA.Server/3.3/HeuristicLabCedmaServerPlugin.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.SQLServerCompact/3.2/HeuristicLab.SQLServerCompact-3.2.csproj (modified) * branches/HeuristicLab.Modeling Database Backend/sources/HeuristicLab.SQLServerCompact/3.2/HeuristicLabSQLServerCompactPlugin.cs (modified) * branches/HeuristicLab.Modeling Database Backend/sources/HeuristicLab.SQLServerCompact/3.2/System.Data.SqlServerCe.Entity.dll (deleted) * branches/HeuristicLab.Modeling Database Backend/sources/HeuristicLab.SQLServerCompact/3.2/System.Data.SqlServerCe.dll (added) * branches/HeuristicLab.Modeling Database Backend/sources/HeuristicLab/CopyAssemblies.cmd (modified) * branches/HeuristicLab.Modeling Database Backend/sources/HeuristicLab/app.config (modified) corrected deployment of SQLServer compact (ticket #712) Thu, 30 Jul 2009 08:47:00 GMT gkronber [2212] * branches/GP-Refactoring-713/sources/HeuristicLab.Constraints/3.2/AllSubOperatorsTypeConstraint.cs (deleted) * branches/GP-Refactoring-713/sources/HeuristicLab.Constraints/3.2/AllSubOperatorsTypeConstraintView.Designer.cs (deleted) * branches/GP-Refactoring-713/sources/HeuristicLab.Constraints/3.2/AllSubOperatorsTypeConstraintView.cs (deleted) * branches/GP-Refactoring-713/sources/HeuristicLab.Constraints/3.2/AllSubOperatorsTypeConstraintView.resx (deleted) * branches/GP-Refactoring-713/sources/HeuristicLab.Constraints/3.2/HeuristicLab.Constraints-3.2.csproj (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.Constraints/3.2/NumberOfSubOperatorsConstraint.cs (deleted) * branches/GP-Refactoring-713/sources/HeuristicLab.Constraints/3.2/NumberOfSubOperatorsConstraintView.Designer.cs (deleted) * branches/GP-Refactoring-713/sources/HeuristicLab.Constraints/3.2/NumberOfSubOperatorsConstraintView.cs (deleted) * branches/GP-Refactoring-713/sources/HeuristicLab.Constraints/3.2/NumberOfSubOperatorsConstraintView.resx (deleted) * branches/GP-Refactoring-713/sources/HeuristicLab.Constraints/3.2/SubOperatorsConstraintAnalyser.cs (deleted) * branches/GP-Refactoring-713/sources/HeuristicLab.Constraints/3.2/SubOperatorsTypeConstraint.cs (deleted) * branches/GP-Refactoring-713/sources/HeuristicLab.Constraints/3.2/SubOperatorsTypeConstraintView.Designer.cs (deleted) * branches/GP-Refactoring-713/sources/HeuristicLab.Constraints/3.2/SubOperatorsTypeConstraintView.cs (deleted) * branches/GP-Refactoring-713/sources/HeuristicLab.Constraints/3.2/SubOperatorsTypeConstraintView.resx (deleted) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.Operators (added) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.Operators/3.3 (added) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.Operators/3.3/EqualiserController.cs (moved) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.Operators/3.3/HeuristicLab.GP.Operators-3.3.csproj (added) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.Operators/3.3/HeuristicLab.snk (added) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.Operators/3.3/HeuristicLabGPOperatorsPlugin.cs (added) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.Operators/3.3/Initialization (moved) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.Operators/3.3/Initialization/ProbabilisticTreeCreator.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.Operators/3.3/Initialization/RampedTreeCreator.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.Operators/3.3/Logging (moved) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.Operators/3.3/Logging/TreeArityAnalyser.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.Operators/3.3/Manipulation (moved) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.Operators/3.3/Manipulation/ChangeNodeTypeManipulation.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.Operators/3.3/Manipulation/CutOutNodeManipulation.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.Operators/3.3/Manipulation/DeleteSubTreeManipulation.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.Operators/3.3/Manipulation/FullTreeShaker.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.Operators/3.3/Manipulation/GPManipulatorBase.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.Operators/3.3/Manipulation/OnePointShaker.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.Operators/3.3/Manipulation/SubstituteSubTreeManipulation.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.Operators/3.3/OffspringEqualiser.cs (moved) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.Operators/3.3/Properties (added) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.Operators/3.3/Properties/AssemblyInfo.frame (added) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.Operators/3.3/Recombination (moved) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.Operators/3.3/Recombination/GPCrossoverBase.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.Operators/3.3/Recombination/LangdonHomologousCrossOver.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.Operators/3.3/Recombination/OnePointCrossOver.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.Operators/3.3/Recombination/SizeConstrictedGPCrossoverBase.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.Operators/3.3/Recombination/SizeFairCrossOver.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.Operators/3.3/Recombination/StandardCrossOver.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.Operators/3.3/Recombination/UniformCrossover.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.Operators/3.3/TrainingWindowSlider.cs (moved) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.Operators/3.3/Util.cs (added) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification.Classification/3.3/HeuristicLab.GP.StructureIdentification.Classification-3.3.csproj (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/AlgorithmBase.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/Evaluators/CoefficientOfDeterminationEvaluator.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/Evaluators/EarlyStoppingMeanSquaredErrorEvaluator.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/Evaluators/GPEvaluatorBase.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/Evaluators/MeanAbsolutePercentageErrorEvaluator.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/Evaluators/MeanAbsolutePercentageOfRangeErrorEvaluator.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/Evaluators/MeanSquaredErrorEvaluator.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/Evaluators/SimpleEvaluator.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/Evaluators/SimpleGPEvaluatorBase.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/Evaluators/UncertainMeanSquaredErrorEvaluator.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/Evaluators/VariableEvaluationImpactCalculator.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/Evaluators/VariableQualityImpactCalculator.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/Evaluators/VarianceAccountedForEvaluator.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/HL2TreeEvaluator.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/HL3TreeEvaluator.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/HeuristicLab.GP.StructureIdentification-3.3.csproj (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/HeuristicLabGPStructureIdentificationPlugin.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/ITreeEvaluator.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/OffSpringSelectionGpEditor.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/OffspringSelectionGP.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/StandardGP.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/StandardGpEditor.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 (added) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/Symbols/Addition.cs (moved) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/Symbols/And.cs (moved) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/Symbols/Average.cs (moved) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/Symbols/Constant.cs (moved) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/Symbols/ConstantFunctionTree.cs (moved) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/Symbols/Cosinus.cs (moved) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/Symbols/Differential.cs (moved) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/Symbols/Division.cs (moved) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/Symbols/Equal.cs (moved) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/Symbols/Exponential.cs (moved) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/Symbols/GreaterThan.cs (moved) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/Symbols/IfThenElse.cs (moved) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/Symbols/LessThan.cs (moved) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/Symbols/Logarithm.cs (moved) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/Symbols/Multiplication.cs (moved) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/Symbols/Not.cs (moved) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/Symbols/Or.cs (moved) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/Symbols/Power.cs (moved) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/Symbols/Signum.cs (moved) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/Symbols/Sinus.cs (moved) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/Symbols/Sqrt.cs (moved) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/Symbols/Subtraction.cs (moved) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/Symbols/SymbolTable.cs (moved) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/Symbols/Tangens.cs (moved) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/Symbols/Variable.cs (moved) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/Symbols/VariableFunctionTree.cs (moved) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/Symbols/Xor.cs (moved) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/TreeEvaluatorBase.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP/3.3/BaseClasses/BinaryFunction.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/Terminal.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP/3.3/BaseClasses/UnaryFunction.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP/3.3/FunView.Designer.cs (deleted) * branches/GP-Refactoring-713/sources/HeuristicLab.GP/3.3/FunView.cs (deleted) * branches/GP-Refactoring-713/sources/HeuristicLab.GP/3.3/FunctionLibrary.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP/3.3/FunctionLibraryEditor.Designer.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP/3.3/FunctionLibraryEditor.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP/3.3/FunctionTreeView.Designer.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP/3.3/FunctionTreeView.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP/3.3/FunctionTreeView.resx (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP/3.3/HeuristicLab.GP-3.3.csproj (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP/3.3/HeuristicLabGPPlugin.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP/3.3/TreeGardener.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.Modeling/3.2/HeuristicLabModelingPlugin.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.sln (modified) * branches/GP-Refactoring-713/sources/HeuristicLab/CopyAssemblies.cmd (modified) GP Refactoring: #713 * added project GP.Operators * moved ... Wed, 29 Jul 2009 17:07:21 GMT gkronber [2211] * branches/GP-Refactoring-713/sources/HeuristicLab.DataAnalysis/3.2/Dataset.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.Interfaces/3.3/IFunction.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification.Classification/3.3/MulticlassOneVsOneAnalyzer.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/Addition.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/And.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/Average.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/ConstantFunctionTree.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/HL3TreeEvaluator.cs (moved) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/HeuristicLab.GP.StructureIdentification-3.3.csproj (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/IfThenElse.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/Multiplication.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/Or.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/VariableFunctionTree.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP/3.3/BaseClasses/BakedFunctionTree.cs (deleted) * branches/GP-Refactoring-713/sources/HeuristicLab.GP/3.3/BaseClasses/BinaryFunction.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/BaseClasses/Terminal.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP/3.3/BaseClasses/UnaryFunction.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP/3.3/Manipulation/ChangeNodeTypeManipulation.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP/3.3/Manipulation/DeleteSubTreeManipulation.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP/3.3/TreeGardener.cs (modified) #713 * renamed MinArity and MaxArity properties * fixed a caching ... Wed, 29 Jul 2009 16:28:45 GMT gkronber [2210] * branches/GP-Refactoring-713/sources/HeuristicLab.GP.Interfaces (added) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.Interfaces/3.3 (added) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.Interfaces/3.3/HeuristicLab.GP.Interfaces-3.3.csproj (added) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.Interfaces/3.3/HeuristicLab.snk (added) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.Interfaces/3.3/HeuristicLabGPInterfacesPlugin.cs (added) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.Interfaces/3.3/IFunction.cs (moved) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.Interfaces/3.3/IFunctionTree.cs (moved) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.Interfaces/3.3/IFunctionTreeExporter.cs (moved) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.Interfaces/3.3/IFunctionTreeNameGenerator.cs (moved) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.Interfaces/3.3/IGeneticProgrammingModel.cs (added) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.Interfaces/3.3/Properties (added) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.Interfaces/3.3/Properties/AssemblyInfo.frame (added) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification.Classification/3.3/HeuristicLab.GP.StructureIdentification.Classification-3.3.csproj (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/MulticlassOneVsOneAnalyzer.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification.ConditionalEvaluation/3.3/HeuristicLab.GP.StructureIdentification.ConditionalEvaluation-3.3.csproj (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification.ConditionalEvaluation/3.3/HeuristicLabGPConditionalEvaluationPlugin.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/3.3/AlgorithmBase.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/BaseClasses (deleted) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/Constant.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/ConstantFunctionTree.cs (added) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/Evaluators/GPEvaluatorBase.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/Evaluators/VariableEvaluationImpactCalculator.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/Evaluators/VariableQualityImpactCalculator.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/GreaterThan.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/HeuristicLab.GP.StructureIdentification-3.3.csproj (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/HeuristicLabGPStructureIdentificationPlugin.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/ITreeEvaluator.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/StandardGP.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/SymbolTable.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/TreeEvaluatorBase.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/Variable.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP.StructureIdentification/3.3/VariableFunctionTree.cs (added) * branches/GP-Refactoring-713/sources/HeuristicLab.GP/3.3/BaseClasses (added) * branches/GP-Refactoring-713/sources/HeuristicLab.GP/3.3/BaseClasses/BakedFunctionTree.cs (moved) * branches/GP-Refactoring-713/sources/HeuristicLab.GP/3.3/BaseClasses/BinaryFunction.cs (copied) * branches/GP-Refactoring-713/sources/HeuristicLab.GP/3.3/BaseClasses/FunctionBase.cs (moved) * branches/GP-Refactoring-713/sources/HeuristicLab.GP/3.3/BaseClasses/FunctionTreeBase.cs (added) * branches/GP-Refactoring-713/sources/HeuristicLab.GP/3.3/BaseClasses/Terminal.cs (copied) * branches/GP-Refactoring-713/sources/HeuristicLab.GP/3.3/BaseClasses/UnaryFunction.cs (copied) * branches/GP-Refactoring-713/sources/HeuristicLab.GP/3.3/DefaultFunctionTreeNameGenerator.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP/3.3/FunView.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP/3.3/FunctionGroup.cs (deleted) * branches/GP-Refactoring-713/sources/HeuristicLab.GP/3.3/FunctionLibrary.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP/3.3/FunctionLibraryEditor.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP/3.3/FunctionTreeView.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP/3.3/GeneticProgrammingModel.cs (added) * branches/GP-Refactoring-713/sources/HeuristicLab.GP/3.3/HeuristicLab.GP-3.3.csproj (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP/3.3/HeuristicLabGPPlugin.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP/3.3/Initialization (added) * branches/GP-Refactoring-713/sources/HeuristicLab.GP/3.3/Initialization/ProbabilisticTreeCreator.cs (moved) * branches/GP-Refactoring-713/sources/HeuristicLab.GP/3.3/Initialization/RampedTreeCreator.cs (moved) * branches/GP-Refactoring-713/sources/HeuristicLab.GP/3.3/Logging/TreeArityAnalyser.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP/3.3/Manipulation/ChangeNodeTypeManipulation.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP/3.3/Manipulation/CutOutNodeManipulation.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP/3.3/Manipulation/DeleteSubTreeManipulation.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP/3.3/Manipulation/FullTreeShaker.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP/3.3/Manipulation/GPManipulatorBase.cs (added) * branches/GP-Refactoring-713/sources/HeuristicLab.GP/3.3/Manipulation/OnePointShaker.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP/3.3/Manipulation/SubstituteSubTreeManipulation.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP/3.3/Recombination/GPCrossoverBase.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP/3.3/Recombination/LangdonHomologousCrossOver.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP/3.3/Recombination/OnePointCrossOver.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP/3.3/Recombination/SizeConstrictedGPCrossoverBase.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP/3.3/Recombination/SizeFairCrossOver.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP/3.3/Recombination/StandardCrossOver.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP/3.3/Recombination/UniformCrossover.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.GP/3.3/TreeGardener.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.LinearRegression/3.2/HeuristicLab.LinearRegression-3.2.csproj (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.LinearRegression/3.2/HeuristicLabLinearRegressionPlugin.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.LinearRegression/3.2/LinearRegression.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.LinearRegression/3.2/LinearRegressionOperator.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.Random/3.2/NormalDistributedRandom.cs (modified) * branches/GP-Refactoring-713/sources/HeuristicLab.sln (modified) * branches/GP-Refactoring-713/sources/HeuristicLab/CopyAssemblies.cmd (modified) GP Refactoring #713 * introduced a plugin for GP interfaces * ... Wed, 29 Jul 2009 15:11:29 GMT mkommend [2209] * branches/HeuristicLab.Modeling Database Backend/sources/HeuristicLab.SQLServerCompact/3.2/HeuristicLab.SQLServerCompact-3.2.csproj (modified) * branches/HeuristicLab.Modeling Database Backend/sources/HeuristicLab.SQLServerCompact/3.2/Properties (modified) * branches/HeuristicLab.Modeling Database Backend/sources/HeuristicLab.SQLServerCompact/3.2/Properties/AssemblyInfo.cs (deleted) removed !AssemblyInfo.cs from !HeuristicLab.SQLServerCompact (ticket ... Wed, 29 Jul 2009 13:49:47 GMT mkommend [2208] * branches/HeuristicLab.Modeling Database Backend/sources/HeuristicLab.CEDMA.Core/3.3/Console.cs (modified) * branches/HeuristicLab.Modeling Database Backend/sources/HeuristicLab.CEDMA.Core/3.3/ConsoleEditor.cs (modified) * branches/HeuristicLab.Modeling Database Backend/sources/HeuristicLab.CEDMA.Core/3.3/IResultsViewFactory.cs (modified) * 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/ResultsEntry.cs (modified) * branches/HeuristicLab.Modeling Database Backend/sources/HeuristicLab.CEDMA.Server/3.3/DispatcherBase.cs (modified) * branches/HeuristicLab.Modeling Database Backend/sources/HeuristicLab.CEDMA.Server/3.3/ExecuterBase.cs (modified) * branches/HeuristicLab.Modeling Database Backend/sources/HeuristicLab.CEDMA.Server/3.3/GridExecuter.cs (modified) * branches/HeuristicLab.Modeling Database Backend/sources/HeuristicLab.CEDMA.Server/3.3/IDispatcher.cs (modified) * branches/HeuristicLab.Modeling Database Backend/sources/HeuristicLab.CEDMA.Server/3.3/IExecuter.cs (modified) * branches/HeuristicLab.Modeling Database Backend/sources/HeuristicLab.CEDMA.Server/3.3/Problem.cs (modified) * branches/HeuristicLab.Modeling Database Backend/sources/HeuristicLab.CEDMA.Server/3.3/Server.cs (modified) * branches/HeuristicLab.Modeling Database Backend/sources/HeuristicLab.CEDMA.Server/3.3/ServerView.cs (modified) * branches/HeuristicLab.Modeling Database Backend/sources/HeuristicLab.CEDMA.Server/3.3/SimpleDispatcher.cs (modified) removed obsolete usings in CEDMA.Core and CEDMA.Server (ticket #712) Wed, 29 Jul 2009 12:44:07 GMT mkommend [2207] * branches/HeuristicLab.Modeling Database Backend/sources/HeuristicLab.CEDMA.Charting/3.3/BubbleChart.cs (modified) * branches/HeuristicLab.Modeling Database Backend/sources/HeuristicLab.CEDMA.Core/3.3/HeuristicLab.CEDMA.Core-3.3.csproj (modified) * 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.CEDMA.Server/3.3/DispatcherView.cs (modified) * branches/HeuristicLab.Modeling Database Backend/sources/HeuristicLab.CEDMA.Server/3.3/HeuristicLab.CEDMA.Server-3.3.csproj (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.SQLServerCompact/3.2/HeuristicLab.Modeling.Database.SQLServerCompact-3.2.csproj (modified) * branches/HeuristicLab.Modeling Database Backend/sources/HeuristicLab.Modeling.Database.SQLServerCompact/3.2/HeuristicLabModelingDatabaseSQLServerCompactPlugin.cs (added) * branches/HeuristicLab.Modeling Database Backend/sources/HeuristicLab.Modeling.Database/3.2/HeuristicLabModelingDatabasePlugin.cs (modified) * branches/HeuristicLab.Modeling Database Backend/sources/HeuristicLab.Modeling.Database/3.2/IModelingDatabase.cs (modified) * branches/HeuristicLab.Modeling Database Backend/sources/HeuristicLab.SQLServerCompact/3.2/HeuristicLab.SQLServerCompact-3.2.csproj (modified) * branches/HeuristicLab.Modeling Database Backend/sources/HeuristicLab.SQLServerCompact/3.2/HeuristicLabSQLServerCompactPlugin.cs (moved) * branches/HeuristicLab.Modeling Database Backend/sources/HeuristicLab.sln (modified) first stable version of CEDMA with new database backend (ticket #712)