# # ChangeLog for branches # # Generated by Trac 1.0.12 # 07/08/24 07:29:03 Thu, 05 Mar 2009 10:03:42 GMT gkronber [1252] * branches/CEDMA-Refactoring-Ticket419/HeuristicLab.CEDMA.Server/DispatcherBase.cs (modified) * branches/CEDMA-Refactoring-Ticket419/HeuristicLab.GP.StructureIdentification.Classification/HeuristicLab.GP.StructureIdentification.Classification.csproj (modified) * branches/CEDMA-Refactoring-Ticket419/HeuristicLab.GP.StructureIdentification.Classification/OffspringSelectionGP.cs (modified) * branches/CEDMA-Refactoring-Ticket419/HeuristicLab.GP.StructureIdentification.Classification/ProblemInjector.cs (moved) * branches/CEDMA-Refactoring-Ticket419/HeuristicLab.GP.StructureIdentification.Classification/StandardGP.cs (modified) * branches/CEDMA-Refactoring-Ticket419/HeuristicLab.GP.StructureIdentification.TimeSeries/HeuristicLab.GP.StructureIdentification.TimeSeries.csproj (modified) * branches/CEDMA-Refactoring-Ticket419/HeuristicLab.GP.StructureIdentification.TimeSeries/OffspringSelectionGP.cs (modified) * branches/CEDMA-Refactoring-Ticket419/HeuristicLab.GP.StructureIdentification.TimeSeries/ProblemInjector.cs (moved) * branches/CEDMA-Refactoring-Ticket419/HeuristicLab.GP.StructureIdentification.TimeSeries/StandardGP.cs (modified) * branches/CEDMA-Refactoring-Ticket419/HeuristicLab.GP.StructureIdentification/HeuristicLab.GP.StructureIdentification.csproj (modified) * branches/CEDMA-Refactoring-Ticket419/HeuristicLab.GP.StructureIdentification/ProblemInjector.cs (moved) * branches/CEDMA-Refactoring-Ticket419/HeuristicLab.GP.StructureIdentification/ProblemInjectorView.Designer.cs (moved) * branches/CEDMA-Refactoring-Ticket419/HeuristicLab.GP.StructureIdentification/ProblemInjectorView.cs (moved) * branches/CEDMA-Refactoring-Ticket419/HeuristicLab.GP.StructureIdentification/ProblemInjectorView.resx (moved) * branches/CEDMA-Refactoring-Ticket419/HeuristicLab.GP.StructureIdentification/StandardGP.cs (modified) Renamed !StructIdProblemInjector classes to !ProblemInjector. #224 ... Thu, 05 Mar 2009 09:51:26 GMT gkronber [1251] * branches/CEDMA-Refactoring-Ticket419/HeuristicLab.GP.StructureIdentification.Classification/HeuristicLab.GP.StructureIdentification.Classification.csproj (modified) * branches/CEDMA-Refactoring-Ticket419/HeuristicLab.GP.StructureIdentification.Classification/OffspringSelectionGP.cs (modified) * branches/CEDMA-Refactoring-Ticket419/HeuristicLab.GP.StructureIdentification.Classification/StandardGP.cs (modified) * branches/CEDMA-Refactoring-Ticket419/HeuristicLab.GP.StructureIdentification.Classification/StructIdProblemInjector.cs (added) * branches/CEDMA-Refactoring-Ticket419/HeuristicLab.GP.StructureIdentification.TimeSeries/HeuristicLab.GP.StructureIdentification.TimeSeries.csproj (modified) * branches/CEDMA-Refactoring-Ticket419/HeuristicLab.GP.StructureIdentification.TimeSeries/OffspringSelectionGP.cs (modified) * branches/CEDMA-Refactoring-Ticket419/HeuristicLab.GP.StructureIdentification.TimeSeries/StandardGP.cs (modified) * branches/CEDMA-Refactoring-Ticket419/HeuristicLab.GP.StructureIdentification.TimeSeries/StructIdProblemInjector.cs (added) * branches/CEDMA-Refactoring-Ticket419/HeuristicLab.GP.StructureIdentification/AlgorithmBase.cs (modified) * branches/CEDMA-Refactoring-Ticket419/HeuristicLab.GP.StructureIdentification/StandardGP.cs (modified) Improved !StandardGP and !OffspringSelectionGP variants for ... Wed, 04 Mar 2009 16:30:07 GMT epitzer [1248] * branches/New Persistence Exploration/Persistence/Methods.txt (added) * branches/New Persistence Exploration/Persistence/Persistence/SerializationTest.cs (added) Evaluation of .NET native serialization. (#506) Wed, 04 Mar 2009 16:26:04 GMT epitzer [1247] * branches/New Persistence Exploration (added) * branches/New Persistence Exploration/Persistence (added) * branches/New Persistence Exploration/Persistence/Persistence (added) * branches/New Persistence Exploration/Persistence/Persistence.sln (added) * branches/New Persistence Exploration/Persistence/Persistence/AutoStorableAttribute.cs (added) * branches/New Persistence Exploration/Persistence/Persistence/AutoStorableAttributeTests.cs (added) * branches/New Persistence Exploration/Persistence/Persistence/Persistence.csproj (added) Created AutoStorable attribute and static reflection helper to ... Wed, 04 Mar 2009 15:16:53 GMT gkronber [1246] * branches/CEDMA-Refactoring-Ticket419/HeuristicLab.GP.StructureIdentification/Evaluators/MeanAbsolutePercentageOfRangeErrorEvaluator.cs (added) * branches/CEDMA-Refactoring-Ticket419/HeuristicLab.GP.StructureIdentification/HeuristicLab.GP.StructureIdentification.csproj (modified) Implemented first version of evaluation operator for the mean ... Wed, 04 Mar 2009 15:12:31 GMT gkronber [1245] * branches/CEDMA-Refactoring-Ticket419/HeuristicLab.DataAnalysis/DatasetShuffler.cs (moved) * branches/CEDMA-Refactoring-Ticket419/HeuristicLab.DataAnalysis/HeuristicLab.DataAnalysis.csproj (modified) * branches/CEDMA-Refactoring-Ticket419/HeuristicLab.GP.StructureIdentification.Classification/HeuristicLab.GP.StructureIdentification.Classification.csproj (modified) * branches/CEDMA-Refactoring-Ticket419/HeuristicLab.GP.StructureIdentification.Classification/OffspringSelectionGP.cs (copied) * branches/CEDMA-Refactoring-Ticket419/HeuristicLab.GP.StructureIdentification.Classification/StandardGP.cs (copied) * branches/CEDMA-Refactoring-Ticket419/HeuristicLab.GP.StructureIdentification.TimeSeries/HeuristicLab.GP.StructureIdentification.TimeSeries.csproj (modified) * branches/CEDMA-Refactoring-Ticket419/HeuristicLab.GP.StructureIdentification.TimeSeries/OffspringSelectionGP.cs (copied) * branches/CEDMA-Refactoring-Ticket419/HeuristicLab.GP.StructureIdentification.TimeSeries/StandardGP.cs (copied) * branches/CEDMA-Refactoring-Ticket419/HeuristicLab.GP.StructureIdentification/AlgorithmBase.cs (modified) * branches/CEDMA-Refactoring-Ticket419/HeuristicLab.GP.StructureIdentification/OffspringSelectionGP.cs (modified) * branches/CEDMA-Refactoring-Ticket419/HeuristicLab.GP.StructureIdentification/StandardGP.cs (modified) * Moved !DatasetShuffler from plugin ... Mon, 02 Mar 2009 16:32:39 GMT gkronber [1239] * branches/CEDMA-Refactoring-Ticket419/HeuristicLab.GP.StructureIdentification/OffspringSelectionGP.cs (modified) Reintoduced MaxEvaluatedSolutions stopping criterion for hard-coded ... Mon, 02 Mar 2009 16:23:05 GMT gkronber [1238] * branches/CEDMA-Refactoring-Ticket419/HeuristicLab.GP.StructureIdentification/AlgorithmBase.cs (modified) * branches/CEDMA-Refactoring-Ticket419/HeuristicLab.GP.StructureIdentification/OffspringSelectionGP.cs (modified) * branches/CEDMA-Refactoring-Ticket419/HeuristicLab.GP.StructureIdentification/StandardGP.cs (modified) Improved structure of OffspringSelectionGP and StandardGP hard-coded ... Mon, 02 Mar 2009 15:31:55 GMT gkronber [1236] * branches/CEDMA-Refactoring-Ticket419/HeuristicLab.GP.StructureIdentification/AlgorithmBase.cs (modified) * branches/CEDMA-Refactoring-Ticket419/HeuristicLab.GP.StructureIdentification/OffSpringSelectionGpEditor.cs (modified) * branches/CEDMA-Refactoring-Ticket419/HeuristicLab.GP.StructureIdentification/OffspringSelectionGP.cs (modified) Fixed bugs in OffspringSelectionGP and the associated editor. #224 ... Mon, 02 Mar 2009 08:38:53 GMT gkronber [1235] * branches/CEDMA-Refactoring-Ticket419/HeuristicLab.GP.StructureIdentification/OffspringSelectionGP.cs (modified) * branches/CEDMA-Refactoring-Ticket419/HeuristicLab.GP.StructureIdentification/StandardGP.cs (modified) Worked on hard-coded OffspringSelectionGP. #224 (Simple frontend for ... Thu, 26 Feb 2009 16:34:22 GMT gkronber [1231] * branches/CEDMA-Refactoring-Ticket419/HeuristicLab.GP.StructureIdentification/AlgorithmBase.cs (modified) * branches/CEDMA-Refactoring-Ticket419/HeuristicLab.GP.StructureIdentification/StandardGP.cs (modified) * branches/CEDMA-Refactoring-Ticket419/HeuristicLab.GP.StructureIdentification/StandardGpEditor.cs (modified) * branches/CEDMA-Refactoring-Ticket419/HeuristicLab.sln (modified) Fixed compile errors and bugs in !AlgorithmBase and !StandardGP ... Thu, 26 Feb 2009 12:54:45 GMT gkronber [1230] * branches/CEDMA-Refactoring-Ticket419/HeuristicLab.GP.StructureIdentification/AlgorithmBase.cs (added) * branches/CEDMA-Refactoring-Ticket419/HeuristicLab.GP.StructureIdentification/HeuristicLab.GP.StructureIdentification.csproj (modified) * branches/CEDMA-Refactoring-Ticket419/HeuristicLab.GP.StructureIdentification/StandardGP.cs (modified) Added a base class for GP algorithms. (#419 Refactor CEDMA plugins) Thu, 26 Feb 2009 12:40:08 GMT gkronber [1228] * branches/CEDMA-Refactoring-Ticket419/HeuristicLab.PluginInfrastructure/BaseClasses/PluginBase.cs (modified) * branches/CEDMA-Refactoring-Ticket419/HeuristicLab.PluginInfrastructure/Interfaces/IPlugin.cs (modified) * branches/CEDMA-Refactoring-Ticket419/HeuristicLab.PluginInfrastructure/Loader.cs (modified) * branches/CEDMA-Refactoring-Ticket419/HeuristicLab.PluginInfrastructure/Runner.cs (modified) Implemented #471 (OnLoad hook for plugins). Wed, 25 Feb 2009 10:49:10 GMT gkronber [1226] * branches/CEDMA-Refactoring-Ticket419/HeuristicLab.GP.StructureIdentification/ModelAnalyzerExporter.cs (modified) * branches/CEDMA-Refactoring-Ticket419/HeuristicLab.GP/FunctionView.cs (modified) fixed #472 (Export of HL3 function trees to HL2 import format (copy- ... Mon, 23 Feb 2009 14:31:26 GMT gkronber [1220] * branches/CEDMA-Refactoring-Ticket419/HeuristicLab.DataAnalysis/DatasetParser.cs (modified) fixed #494 (Import of missing values given as ;; doesn't work) in the ... Thu, 12 Feb 2009 14:19:34 GMT gkronber [1217] * branches/CEDMA-Refactoring-Ticket419/HeuristicLab.CEDMA.Server/DispatcherBase.cs (moved) * branches/CEDMA-Refactoring-Ticket419/HeuristicLab.CEDMA.Server/Executer.cs (modified) * branches/CEDMA-Refactoring-Ticket419/HeuristicLab.CEDMA.Server/HeuristicLab.CEDMA.Server.csproj (modified) * branches/CEDMA-Refactoring-Ticket419/HeuristicLab.CEDMA.Server/IDispatcher.cs (added) * branches/CEDMA-Refactoring-Ticket419/HeuristicLab.CEDMA.Server/RandomDispatcher.cs (copied) * branches/CEDMA-Refactoring-Ticket419/HeuristicLab.CEDMA.Server/RunScheduler.cs (deleted) * branches/CEDMA-Refactoring-Ticket419/HeuristicLab.CEDMA.Server/ServerForm.cs (modified) Improved dispatcher code. Added an interface and a base class to make ... Thu, 12 Feb 2009 13:05:33 GMT gkronber [1216] * branches/CEDMA-Refactoring-Ticket419/HeuristicLab.CEDMA.Server/Dispatcher.cs (modified) * branches/CEDMA-Refactoring-Ticket419/HeuristicLab.CEDMA.Server/Executer.cs (modified) * branches/CEDMA-Refactoring-Ticket419/HeuristicLab.CEDMA.Server/Execution.cs (modified) * branches/CEDMA-Refactoring-Ticket419/HeuristicLab.CEDMA.Server/ServerForm.cs (modified) * branches/CEDMA-Refactoring-Ticket419/HeuristicLab.CEDMA.Server/ServerForm.designer.cs (modified) Improved dispatching mechanism. #419 (Refactor CEDMA plugins). Wed, 11 Feb 2009 12:39:30 GMT gkronber [1215] * branches/CEDMA-Refactoring-Ticket419/HeuristicLab.CEDMA.Core/Problem.cs (modified) * branches/CEDMA-Refactoring-Ticket419/HeuristicLab.CEDMA.Core/ProblemView.cs (modified) * branches/CEDMA-Refactoring-Ticket419/HeuristicLab.DataAnalysis/Dataset.cs (modified) * branches/CEDMA-Refactoring-Ticket419/HeuristicLab.DataAnalysis/DatasetView.cs (modified) * branches/CEDMA-Refactoring-Ticket419/HeuristicLab.GP.StructureIdentification/StructIdProblemInjectorView.cs (modified) removed property VariableNames and added Get- and ... Wed, 11 Feb 2009 12:28:01 GMT gkronber [1214] * branches/CEDMA-Refactoring-Ticket419/HeuristicLab.CEDMA.Core/Problem.cs (modified) * branches/CEDMA-Refactoring-Ticket419/HeuristicLab.CEDMA.Server/Execution.cs (modified) changed model attribute TargetVariable to store the name of the ... Thu, 05 Feb 2009 13:29:29 GMT gkronber [1210] * branches/CEDMA-Refactoring-Ticket419/HeuristicLab.Operators.Programmable/ProgrammableOperator.cs (modified) quick fix for #488 (Lazy compilation pattern in ProgrammableOperator ...