# # ChangeLog for / # # Generated by Trac 1.0.12 # 07/07/24 14:06:49 Mon, 21 Apr 2008 13:31:41 GMT gkronber [143] * branches/FunctionsAndStructIdRefactoring/HeuristicLab.Functions/IFunctionTree.cs (modified) * branches/FunctionsAndStructIdRefactoring/HeuristicLab.StructureIdentification/Evaluation/MeanSquaredErrorEvaluator.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/FullTreeShaker.cs (modified) * branches/FunctionsAndStructIdRefactoring/HeuristicLab.StructureIdentification/Manipulation/OnePointShaker.cs (modified) * branches/FunctionsAndStructIdRefactoring/HeuristicLab.StructureIdentification/Manipulation/SubstituteSubTreeManipulation.cs (modified) * branches/FunctionsAndStructIdRefactoring/HeuristicLab.StructureIdentification/RandomTreeCreator.cs (modified) * branches/FunctionsAndStructIdRefactoring/HeuristicLab.StructureIdentification/Recombination/SinglePointCrossOver.cs (modified) * branches/FunctionsAndStructIdRefactoring/HeuristicLab.StructureIdentification/TreeGardener.cs (modified) * branches/FunctionsAndStructIdRefactoring/HeuristicLab/UpdateLocalInstallation.cmd (modified) worked on #112 in the refactoring branch Sun, 20 Apr 2008 22:17:54 GMT gkronber [142] * branches/FunctionsAndStructIdRefactoring (copied) * branches/FunctionsAndStructIdRefactoring/HeuristicLab.Functions/Addition.cs (modified) * branches/FunctionsAndStructIdRefactoring/HeuristicLab.Functions/And.cs (modified) * branches/FunctionsAndStructIdRefactoring/HeuristicLab.Functions/Average.cs (modified) * branches/FunctionsAndStructIdRefactoring/HeuristicLab.Functions/Constant.cs (modified) * branches/FunctionsAndStructIdRefactoring/HeuristicLab.Functions/Cosinus.cs (modified) * branches/FunctionsAndStructIdRefactoring/HeuristicLab.Functions/Division.cs (modified) * branches/FunctionsAndStructIdRefactoring/HeuristicLab.Functions/Equal.cs (modified) * branches/FunctionsAndStructIdRefactoring/HeuristicLab.Functions/Exponential.cs (modified) * branches/FunctionsAndStructIdRefactoring/HeuristicLab.Functions/FunctionBase.cs (modified) * branches/FunctionsAndStructIdRefactoring/HeuristicLab.Functions/FunctionTree.cs (added) * branches/FunctionsAndStructIdRefactoring/HeuristicLab.Functions/FunctionView.Designer.cs (modified) * branches/FunctionsAndStructIdRefactoring/HeuristicLab.Functions/FunctionView.cs (modified) * branches/FunctionsAndStructIdRefactoring/HeuristicLab.Functions/HeuristicLab.Functions.csproj (modified) * branches/FunctionsAndStructIdRefactoring/HeuristicLab.Functions/IFunction.cs (modified) * branches/FunctionsAndStructIdRefactoring/HeuristicLab.Functions/IFunctionTree.cs (added) * branches/FunctionsAndStructIdRefactoring/HeuristicLab.Functions/IfThenElse.cs (modified) * branches/FunctionsAndStructIdRefactoring/HeuristicLab.Functions/LessThan.cs (modified) * branches/FunctionsAndStructIdRefactoring/HeuristicLab.Functions/Logarithm.cs (modified) * branches/FunctionsAndStructIdRefactoring/HeuristicLab.Functions/Multiplication.cs (modified) * branches/FunctionsAndStructIdRefactoring/HeuristicLab.Functions/Not.cs (modified) * branches/FunctionsAndStructIdRefactoring/HeuristicLab.Functions/Or.cs (modified) * branches/FunctionsAndStructIdRefactoring/HeuristicLab.Functions/Power.cs (modified) * branches/FunctionsAndStructIdRefactoring/HeuristicLab.Functions/ProgrammableFunction.cs (added) * branches/FunctionsAndStructIdRefactoring/HeuristicLab.Functions/Signum.cs (modified) * branches/FunctionsAndStructIdRefactoring/HeuristicLab.Functions/Sinus.cs (modified) * branches/FunctionsAndStructIdRefactoring/HeuristicLab.Functions/Sqrt.cs (modified) * branches/FunctionsAndStructIdRefactoring/HeuristicLab.Functions/Substraction.cs (modified) * branches/FunctionsAndStructIdRefactoring/HeuristicLab.Functions/Tangens.cs (modified) * branches/FunctionsAndStructIdRefactoring/HeuristicLab.Functions/Variable.cs (modified) * branches/FunctionsAndStructIdRefactoring/HeuristicLab.Functions/Xor.cs (modified) * branches/FunctionsAndStructIdRefactoring/HeuristicLab.StructureIdentification/Evaluation/CoefficientOfDeterminationEvaluator.cs (modified) * branches/FunctionsAndStructIdRefactoring/HeuristicLab.StructureIdentification/Evaluation/EarlyStoppingMeanSquaredErrorEvaluator.cs (modified) * branches/FunctionsAndStructIdRefactoring/HeuristicLab.StructureIdentification/Evaluation/GPEvaluatorBase.cs (modified) * branches/FunctionsAndStructIdRefactoring/HeuristicLab.StructureIdentification/Evaluation/MeanSquaredErrorEvaluator.cs (modified) * branches/FunctionsAndStructIdRefactoring/HeuristicLab.StructureIdentification/Evaluation/VarianceAccountedForEvaluator.cs (modified) * branches/FunctionsAndStructIdRefactoring/HeuristicLab.StructureIdentification/HeuristicLab.StructureIdentification.csproj (modified) * branches/FunctionsAndStructIdRefactoring/HeuristicLab.StructureIdentification/Manipulation/ChangeNodeTypeManipulation.cs (modified) * trunk/sources/HeuristicLab.StructureIdentification/PopulationAnalyser.cs (deleted) * branches/FunctionsAndStructIdRefactoring/HeuristicLab.StructureIdentification/RandomTreeCreator.cs (modified) * branches/FunctionsAndStructIdRefactoring/HeuristicLab.StructureIdentification/Recombination/SinglePointCrossOver.cs (modified) * branches/FunctionsAndStructIdRefactoring/HeuristicLab.StructureIdentification/TreeGardener.cs (modified) * branches/FunctionsAndStructIdRefactoring/HeuristicLab/UpdateLocalInstallation.cmd (modified) Created a branch for refactoring functions and structId. Largest ... Sun, 20 Apr 2008 09:28:54 GMT gkronber [141] * branches/3.0/sources/HeuristicLab.PluginInfrastructure.GUI/ManagerForm.cs (modified) * branches/3.0/sources/HeuristicLab.PluginInfrastructure.GUI/ManagerForm.designer.cs (modified) * branches/3.0/sources/HeuristicLab.PluginInfrastructure.GUI/ManagerForm.resx (modified) merged new feature: "display number of installed, new, upgradeable ... Sun, 20 Apr 2008 09:26:49 GMT gkronber [140] * trunk/sources/HeuristicLab.PluginInfrastructure.GUI/ManagerForm.cs (modified) * trunk/sources/HeuristicLab.PluginInfrastructure.GUI/ManagerForm.designer.cs (modified) * trunk/sources/HeuristicLab.PluginInfrastructure.GUI/ManagerForm.resx (modified) added a statusbar for the plugin-manager and display the number of ... Sun, 20 Apr 2008 08:59:02 GMT gkronber [139] * branches/3.0/sources/HeuristicLab.Constraints/DoubleBoundedConstraint.cs (modified) * branches/3.0/sources/HeuristicLab.Random/NormalDistributedRandom.cs (modified) merged serialization bug-fix (r138) from trunk into the 3.0 branch Sun, 20 Apr 2008 08:56:51 GMT gkronber [138] * trunk/sources/HeuristicLab.Constraints/DoubleBoundedConstraint.cs (modified) * trunk/sources/HeuristicLab.Random/NormalDistributedRandom.cs (modified) fixed serialization number-format of double values in ... Sat, 19 Apr 2008 13:36:02 GMT gkronber [137] * branches/3.0/sources/HeuristicLab.StructureIdentification/Evaluation/EarlyStoppingMeanSquaredErrorEvaluator.cs (modified) * branches/3.0/sources/HeuristicLab.StructureIdentification/Evaluation/GPEvaluatorBase.cs (modified) merged bugfixes from r135 and r136 from the trunk into the 3.0 branch Sat, 19 Apr 2008 13:30:20 GMT gkronber [136] * trunk/sources/HeuristicLab.StructureIdentification/Evaluation/EarlyStoppingMeanSquaredErrorEvaluator.cs (modified) fixed a bug in the MSE evaluator which uses an early stopping ... Sat, 19 Apr 2008 12:46:19 GMT gkronber [135] * trunk/sources/HeuristicLab.StructureIdentification/Evaluation/GPEvaluatorBase.cs (modified) fixed #105 Sat, 19 Apr 2008 10:57:24 GMT swagner [134] * branches/3.0 (copied) #58: Created a release branch for HeuristicLab 3.0 Fri, 18 Apr 2008 13:16:54 GMT gkronber [133] * trunk/sources/HeuristicLab.Functions/Variable.cs (modified) changed GP 'terminal symbol' Variable to return NaN for index outside ... Fri, 18 Apr 2008 13:15:06 GMT gkronber [132] * trunk/sources/HeuristicLab.DataAnalysis/Dataset.cs (modified) added methods for GetRange and GetMean that use the full set of rows ... Fri, 18 Apr 2008 13:07:52 GMT gkronber [131] * trunk/sources/HeuristicLab.StructureIdentification/StructIdProblemInjector.cs (modified) * trunk/sources/HeuristicLab.StructureIdentification/StructIdProblemInjectorView.cs (modified) changed the StructIdProblemInjector to inject only the training data ... Fri, 18 Apr 2008 13:05:53 GMT gkronber [130] * trunk/sources/HeuristicLab.StructureIdentification/Evaluation/EarlyStoppingMeanSquaredErrorEvaluator.cs (modified) fixed the return value for early stops (estimated final MSE) (ticket #29) Fri, 18 Apr 2008 12:11:17 GMT gkronber [129] * trunk/sources/HeuristicLab.StructureIdentification/Evaluation/EarlyStoppingMeanSquaredErrorEvaluator.cs (modified) fixed variable type of QualityLimit for the early stopping MSE- evaluator Fri, 18 Apr 2008 11:53:53 GMT gkronber [128] * trunk/sources/HeuristicLab.StructureIdentification/Evaluation/CoefficientOfDeterminationEvaluator.cs (modified) * trunk/sources/HeuristicLab.StructureIdentification/Evaluation/EarlyStoppingMeanSquaredErrorEvaluator.cs (added) * trunk/sources/HeuristicLab.StructureIdentification/Evaluation/FunctionEvaluator.cs (deleted) * trunk/sources/HeuristicLab.StructureIdentification/Evaluation/GPEvaluatorBase.cs (added) * trunk/sources/HeuristicLab.StructureIdentification/Evaluation/MeanSquaredErrorEvaluator.cs (modified) * trunk/sources/HeuristicLab.StructureIdentification/Evaluation/VarianceAccountedForEvaluator.cs (modified) * trunk/sources/HeuristicLab.StructureIdentification/HeuristicLab.StructureIdentification.csproj (modified) * created abstract base class for GP evaluators * created a version ... Wed, 16 Apr 2008 10:59:46 GMT gkronber [127] * branches/XmlTextReaderBranch/HeuristicLab/UpdateLocalInstallation.cmd (modified) fixed unwanted change of local installation path Tue, 15 Apr 2008 18:56:01 GMT gkronber [126] * branches/XmlReaderWriterBranch/HeuristicLab.DistributedEngine/DistributedEngine.cs (modified) * branches/XmlReaderWriterBranch/HeuristicLab.Grid/ProcessingEngine.cs (modified) fixed two bugs in the serialization of DistributedEngine and ... Tue, 15 Apr 2008 14:41:18 GMT gkronber [125] * branches/XmlReaderWriterBranch (copied) * branches/XmlReaderWriterBranch/HeuristicLab.Constraints/AllSubOperatorsTypeConstraint.cs (modified) * branches/XmlReaderWriterBranch/HeuristicLab.Constraints/AndConstraint.cs (modified) * branches/XmlReaderWriterBranch/HeuristicLab.Constraints/DoubleBoundedConstraint.cs (modified) * branches/XmlReaderWriterBranch/HeuristicLab.Constraints/IntBoundedConstraint.cs (modified) * branches/XmlReaderWriterBranch/HeuristicLab.Constraints/ItemTypeConstraint.cs (modified) * branches/XmlReaderWriterBranch/HeuristicLab.Constraints/NotConstraint.cs (modified) * branches/XmlReaderWriterBranch/HeuristicLab.Constraints/NumberOfSubOperatorsConstraint.cs (modified) * branches/XmlReaderWriterBranch/HeuristicLab.Constraints/OrConstraint.cs (modified) * branches/XmlReaderWriterBranch/HeuristicLab.Constraints/SubOperatorsTypeConstraint.cs (modified) * branches/XmlReaderWriterBranch/HeuristicLab.Constraints/VariableComparisonConstraint.cs (modified) * branches/XmlReaderWriterBranch/HeuristicLab.Core/AtomicOperation.cs (modified) * branches/XmlReaderWriterBranch/HeuristicLab.Core/CompositeOperation.cs (modified) * branches/XmlReaderWriterBranch/HeuristicLab.Core/ConstrainedItemBase.cs (modified) * branches/XmlReaderWriterBranch/HeuristicLab.Core/EngineBase.cs (modified) * branches/XmlReaderWriterBranch/HeuristicLab.Core/Interfaces/IStorable.cs (modified) * branches/XmlReaderWriterBranch/HeuristicLab.Core/OperatorBase.cs (copied) * branches/XmlReaderWriterBranch/HeuristicLab.Core/OperatorGraph.cs (modified) * branches/XmlReaderWriterBranch/HeuristicLab.Core/OperatorGroup.cs (modified) * branches/XmlReaderWriterBranch/HeuristicLab.Core/OperatorLibrary.cs (modified) * branches/XmlReaderWriterBranch/HeuristicLab.Core/PersistenceManager.cs (modified) * branches/XmlReaderWriterBranch/HeuristicLab.Core/Scope.cs (modified) * branches/XmlReaderWriterBranch/HeuristicLab.Core/StorableBase.cs (modified) * branches/XmlReaderWriterBranch/HeuristicLab.Core/Variable.cs (modified) * branches/XmlReaderWriterBranch/HeuristicLab.Core/VariableInfo.cs (modified) * branches/XmlReaderWriterBranch/HeuristicLab.Data/BoolArrayData.cs (modified) * branches/XmlReaderWriterBranch/HeuristicLab.Data/BoolData.cs (modified) * branches/XmlReaderWriterBranch/HeuristicLab.Data/BoolMatrixData.cs (modified) * branches/XmlReaderWriterBranch/HeuristicLab.Data/ConstrainedDoubleData.cs (modified) * branches/XmlReaderWriterBranch/HeuristicLab.Data/ConstrainedIntData.cs (modified) * branches/XmlReaderWriterBranch/HeuristicLab.Data/ConstrainedItemList.cs (modified) * branches/XmlReaderWriterBranch/HeuristicLab.Data/DoubleArrayData.cs (modified) * branches/XmlReaderWriterBranch/HeuristicLab.Data/DoubleData.cs (modified) * branches/XmlReaderWriterBranch/HeuristicLab.Data/DoubleMatrixData.cs (modified) * branches/XmlReaderWriterBranch/HeuristicLab.Data/IntArrayData.cs (modified) * branches/XmlReaderWriterBranch/HeuristicLab.Data/IntData.cs (modified) * branches/XmlReaderWriterBranch/HeuristicLab.Data/IntMatrixData.cs (modified) * branches/XmlReaderWriterBranch/HeuristicLab.Data/ItemList_T.cs (modified) * branches/XmlReaderWriterBranch/HeuristicLab.Data/StringData.cs (modified) * branches/XmlReaderWriterBranch/HeuristicLab.DataAnalysis/Dataset.cs (modified) * branches/XmlReaderWriterBranch/HeuristicLab.DistributedEngine/DistributedEngine.cs (modified) * branches/XmlReaderWriterBranch/HeuristicLab.ES/ES.cs (modified) * branches/XmlReaderWriterBranch/HeuristicLab.Functions/Constant.cs (modified) * branches/XmlReaderWriterBranch/HeuristicLab.Functions/FunctionBase.cs (modified) * branches/XmlReaderWriterBranch/HeuristicLab.Functions/Variable.cs (modified) * branches/XmlReaderWriterBranch/HeuristicLab.Grid/ProcessingEngine.cs (modified) * branches/XmlReaderWriterBranch/HeuristicLab.Logging/Linechart.cs (modified) * branches/XmlReaderWriterBranch/HeuristicLab.Logging/Log.cs (modified) * branches/XmlReaderWriterBranch/HeuristicLab.Operators.Programmable/ProgrammableOperator.cs (modified) * branches/XmlReaderWriterBranch/HeuristicLab.Operators/CombinedOperator.cs (modified) * branches/XmlReaderWriterBranch/HeuristicLab.Random/MersenneTwister.cs (modified) * branches/XmlReaderWriterBranch/HeuristicLab.Random/NormalDistributedRandom.cs (modified) * branches/XmlReaderWriterBranch/HeuristicLab.Routing.TSP/TSPTour.cs (modified) * branches/XmlReaderWriterBranch/HeuristicLab.SGA/SGA.cs (modified) * branches/XmlReaderWriterBranch/HeuristicLab.Scheduling.JSSP/JSSPInjector.cs (modified) * branches/XmlReaderWriterBranch/HeuristicLab.Scheduling.JSSP/Operation.cs (modified) * branches/XmlReaderWriterBranch/HeuristicLab.Scheduling.JSSP/Schedule.cs (modified) * branches/XmlReaderWriterBranch/HeuristicLab.Scheduling.JSSP/ScheduleInjector.cs (modified) * branches/XmlReaderWriterBranch/HeuristicLab.Scheduling.JSSP/ScheduleTree.cs (modified) * branches/XmlReaderWriterBranch/HeuristicLab.StructureIdentification/GPOperatorLibrary.cs (modified) * branches/XmlReaderWriterBranch/HeuristicLab.ThreadParallelEngine/ThreadParallelEngine.cs (modified) * branches/XmlReaderWriterBranch/HeuristicLab/UpdateLocalInstallation.cmd (modified) created a branch that combines the XmlReader and XmlWriter branches Tue, 15 Apr 2008 14:15:07 GMT gkronber [124] * branches/XmlTextWriterBranch/HeuristicLab.Core/OperatorBase.cs (modified) fixed a problem that was caused by serializing a sub-element ...