# # ChangeLog for / # # Generated by Trac 1.0.12 # 08/16/24 01:48:35 Thu, 23 Feb 2012 15:14:46 GMT mkommend [7507] * trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Interfaces/ISymbolicExpressionTreeNode.cs (modified) * trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Interfaces/Operators/ISymbolicExpressionTreeCrossover.cs (modified) #1682: Forgot to commit two files. Thu, 23 Feb 2012 15:05:57 GMT mkommend [7506] * trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Crossovers (modified) * trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Crossovers/SubtreeCrossover.cs (modified) * trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Crossovers/SymbolicExpressionTreeCrossover.cs (modified) * trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/CutPoint.cs (modified) * trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/SymbolicExpressionTreeNode.cs (modified) * trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Crossovers (copied) * trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Crossovers/MultiSymbolicDataAnalysisExpressionCrossover.cs (copied) * trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Crossovers/SymbolicDataAnalysisExpressionContextAwareCrossover.cs (copied) * trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Crossovers/SymbolicDataAnalysisExpressionCrossover.cs (copied) * trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Crossovers/SymbolicDataAnalysisExpressionDepthConstrainedCrossover.cs (copied) * trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Crossovers/SymbolicDataAnalysisExpressionDeterministicBestCrossover.cs (copied) * trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Crossovers/SymbolicDataAnalysisExpressionProbabilisticFunctionalCrossover.cs (copied) * trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Crossovers/SymbolicDataAnalysisExpressionSemanticSimilarityCrossover.cs (copied) * trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj (modified) * trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Interfaces/ISymbolicDataAnalysisExpressionCrossover.cs (copied) * trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Interfaces/ISymbolicDataAnalysisExpressionTreeInterpreter.cs (modified) * trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/SymbolicDataAnalysisExpressionTreeILEmittingInterpreter.cs (modified) * trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/SymbolicDataAnalysisExpressionTreeInterpreter.cs (modified) * trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/SymbolicDataAnalysisProblem.cs (modified) #1682: Integrated new gp crossovers into the trunk and corrected the ... Wed, 22 Feb 2012 21:43:09 GMT abeham [7505] * branches/GeneralizedQAP/GeneralizedQAP.sln (modified) * branches/GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Views/3.3/ProblemInstanceProviderView.Designer.cs (modified) * branches/GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Views/3.3/ProblemInstanceProviderView.cs (modified) * branches/GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Views/3.3/ProblemView.cs (modified) * branches/GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment/3.3/Evaluators/GQAPNMoveEvaluator.cs (modified) * branches/GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment/3.3/HeuristicLab.Problems.GeneralizedQuadraticAssignment-3.3.csproj (modified) * branches/GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment/3.3/Moves/GQAPNMoveGenerator.cs (modified) * branches/GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment/3.3/Moves/NMove.cs (modified) * branches/GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment/3.3/Moves/NMoveAbsoluteAttribute.cs (added) * branches/GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment/3.3/Moves/NMoveMaker.cs (modified) * branches/GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment/3.3/Moves/NMoveTabuChecker.cs (added) * branches/GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment/3.3/Moves/NMoveTabuMaker.cs (added) * branches/GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment/3.3/Moves/StochasticNMoveMultiMoveGenerator.cs (modified) * branches/GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment/3.3/Moves/StochasticNMoveSingleMoveGenerator.cs (modified) * branches/GeneralizedQAP/HeuristicLab.Problems.Instances.CordeauGQAP (added) * branches/GeneralizedQAP/HeuristicLab.Problems.Instances.CordeauGQAP/3.3 (added) * branches/GeneralizedQAP/HeuristicLab.Problems.Instances.CordeauGQAP/3.3/CordeauGQAPInstance.cs (added) * branches/GeneralizedQAP/HeuristicLab.Problems.Instances.CordeauGQAP/3.3/CordeauGQAPInstanceDescriptor.cs (added) * branches/GeneralizedQAP/HeuristicLab.Problems.Instances.CordeauGQAP/3.3/CordeauGQAPInstanceProvider.cs (added) * branches/GeneralizedQAP/HeuristicLab.Problems.Instances.CordeauGQAP/3.3/CordeauGQAPParser.cs (added) * branches/GeneralizedQAP/HeuristicLab.Problems.Instances.CordeauGQAP/3.3/Data (added) * branches/GeneralizedQAP/HeuristicLab.Problems.Instances.CordeauGQAP/3.3/Data/20-15-35.txt (added) * branches/GeneralizedQAP/HeuristicLab.Problems.Instances.CordeauGQAP/3.3/Data/20-15-55.txt (added) * branches/GeneralizedQAP/HeuristicLab.Problems.Instances.CordeauGQAP/3.3/Data/20-15-75.txt (added) * branches/GeneralizedQAP/HeuristicLab.Problems.Instances.CordeauGQAP/3.3/Data/30-06-95.txt (added) * branches/GeneralizedQAP/HeuristicLab.Problems.Instances.CordeauGQAP/3.3/Data/30-07-75.txt (added) * branches/GeneralizedQAP/HeuristicLab.Problems.Instances.CordeauGQAP/3.3/Data/30-08-55.txt (added) * branches/GeneralizedQAP/HeuristicLab.Problems.Instances.CordeauGQAP/3.3/Data/30-10-65.txt (added) * branches/GeneralizedQAP/HeuristicLab.Problems.Instances.CordeauGQAP/3.3/Data/30-20-35.txt (added) * branches/GeneralizedQAP/HeuristicLab.Problems.Instances.CordeauGQAP/3.3/Data/30-20-55.txt (added) * branches/GeneralizedQAP/HeuristicLab.Problems.Instances.CordeauGQAP/3.3/Data/30-20-75.txt (added) * branches/GeneralizedQAP/HeuristicLab.Problems.Instances.CordeauGQAP/3.3/Data/30-20-95.txt (added) * branches/GeneralizedQAP/HeuristicLab.Problems.Instances.CordeauGQAP/3.3/Data/35-15-35.txt (added) * branches/GeneralizedQAP/HeuristicLab.Problems.Instances.CordeauGQAP/3.3/Data/35-15-55.txt (added) * branches/GeneralizedQAP/HeuristicLab.Problems.Instances.CordeauGQAP/3.3/Data/35-15-75.txt (added) * branches/GeneralizedQAP/HeuristicLab.Problems.Instances.CordeauGQAP/3.3/Data/35-15-95.txt (added) * branches/GeneralizedQAP/HeuristicLab.Problems.Instances.CordeauGQAP/3.3/Data/40-07-75.txt (added) * branches/GeneralizedQAP/HeuristicLab.Problems.Instances.CordeauGQAP/3.3/Data/40-09-95.txt (added) * branches/GeneralizedQAP/HeuristicLab.Problems.Instances.CordeauGQAP/3.3/Data/40-10-65.txt (added) * branches/GeneralizedQAP/HeuristicLab.Problems.Instances.CordeauGQAP/3.3/Data/50-10-65.txt (added) * branches/GeneralizedQAP/HeuristicLab.Problems.Instances.CordeauGQAP/3.3/Data/50-10-75.txt (added) * branches/GeneralizedQAP/HeuristicLab.Problems.Instances.CordeauGQAP/3.3/Data/50-10-95.txt (added) * branches/GeneralizedQAP/HeuristicLab.Problems.Instances.CordeauGQAP/3.3/HeuristicLab.Problems.Instances.CordeauGQAP-3.3.csproj (added) * branches/GeneralizedQAP/HeuristicLab.Problems.Instances.CordeauGQAP/3.3/HeuristicLab.snk (added) * branches/GeneralizedQAP/HeuristicLab.Problems.Instances.CordeauGQAP/3.3/Plugin.cs.frame (added) * branches/GeneralizedQAP/HeuristicLab.Problems.Instances.CordeauGQAP/3.3/Properties (added) * branches/GeneralizedQAP/HeuristicLab.Problems.Instances.CordeauGQAP/3.3/Properties/AssemblyInfo.cs.frame (added) * branches/GeneralizedQAP/HeuristicLab.Problems.Instances/3.3/HeuristicLab.Problems.Instances-3.3.csproj (modified) * branches/GeneralizedQAP/HeuristicLab.Problems.Instances/3.3/Instances/IGQAPInstance.cs (added) * branches/GeneralizedQAP/UnitTests/CordeauGQAPInstanceProviderTest.cs (added) * branches/GeneralizedQAP/UnitTests/ElloumiCTAPInstanceProviderTest.cs (modified) * branches/GeneralizedQAP/UnitTests/QAPLIBInstanceProviderTest.cs (modified) * branches/GeneralizedQAP/UnitTests/TSPLIBInstanceProviderTest.cs (modified) * branches/GeneralizedQAP/UnitTests/UnitTests.csproj (modified) #1614 * added instances of Cordeau et al. as given by L. Moccia * ... Tue, 21 Feb 2012 15:44:20 GMT sforsten [7504] * branches/ClassificationEnsembleVoting/HeuristicLab.Problems.DataAnalysis/3.4/HeuristicLab.Problems.DataAnalysis-3.4.csproj (modified) * branches/ClassificationEnsembleVoting/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/Classification/ClassificationEnsembleSolution.cs (modified) * branches/ClassificationEnsembleVoting/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/Classification/WeightCalculators/AccuracyWeightCalculator.cs (modified) * branches/ClassificationEnsembleVoting/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/Classification/WeightCalculators/MajorityVoteWeightCalculator.cs (modified) * branches/ClassificationEnsembleVoting/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/Classification/WeightCalculators/NeighbourhoodWeightCalculator.cs (modified) * branches/ClassificationEnsembleVoting/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/Classification/WeightCalculators/PointCertaintyWeightCalculator.cs (modified) * branches/ClassificationEnsembleVoting/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/Classification/WeightCalculators/WeightCalculator.cs (modified) * branches/ClassificationEnsembleVoting/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/Classification/IClassificationEnsembleSolutionWeightCalculator.cs (modified) #1776: * improvements in the usage of the `WeightCalculators` * ... Tue, 21 Feb 2012 15:28:21 GMT sforsten [7503] * trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.4/Regression/RegressionSolutionResidualHistogram.cs (modified) #1708: * residual bars center around zero at the X-Axis * some ... Tue, 21 Feb 2012 15:26:51 GMT mkommend [7502] * trunk/sources/HeuristicLab.PluginInfrastructure/3.3/SandboxApplicationManager.cs (modified) #1779: Corrected `IsDynamicAssembly` check in ... Tue, 21 Feb 2012 12:35:02 GMT mkommend [7501] * trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Analyzers/MinAverageMaxSymbolicExpressionTreeLengthAnalyzer.cs (modified) #1735: Corrected cloning of ... Tue, 21 Feb 2012 11:48:25 GMT mkommend [7500] * trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.4/HeuristicLab.Problems.DataAnalysis.Views-3.4.csproj (modified) * trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.4/Regression/RegressionSolutionResidualHistogram.Designer.cs (copied) * trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.4/Regression/RegressionSolutionResidualHistogram.cs (copied) #1708: Merged `ResidualsHistogram` in the trunk. Tue, 21 Feb 2012 11:12:20 GMT sforsten [7499] * branches/RegressionBenchmarks/HeuristicLab.Problems.DataAnalysis.Views/3.4/BenchmarkGeneratorDialog.resx (deleted) * branches/RegressionBenchmarks/HeuristicLab.Problems.DataAnalysis.Views/3.4/DataAnalysisProblemView.resx (deleted) * branches/RegressionBenchmarks/HeuristicLab.Problems.DataAnalysis.Views/3.4/HeuristicLab.Problems.DataAnalysis.Views-3.4.csproj (modified) #1669: * .resx files have been deleted Tue, 21 Feb 2012 10:13:16 GMT bburlacu [7498] * branches/HeuristicLab.Crossovers/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Crossovers/SubtreeCrossover.cs (modified) #1682: `SubtreeCrossover`: Minor improvement inside the ... Tue, 21 Feb 2012 10:08:58 GMT bburlacu [7497] * branches/HeuristicLab.Crossovers/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Crossovers/MultiSymbolicDataAnalysisExpressionCrossover.cs (modified) * branches/HeuristicLab.Crossovers/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Crossovers/SymbolicDataAnalysisExpressionDepthConstrainedCrossover.cs (modified) * branches/HeuristicLab.Crossovers/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Crossovers/SymbolicDataAnalysisExpressionDeterministicBestCrossover.cs (modified) #1682: * Added names and detailed descriptions to all crossover ... Tue, 21 Feb 2012 10:03:08 GMT bburlacu [7496] * branches/HeuristicLab.Crossovers/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Crossovers/SymbolicDataAnalysisExpressionSemanticSimilarityCrossover.cs (modified) #1683: Simplified selection of cut points and allowed branches. Tue, 21 Feb 2012 10:01:02 GMT bburlacu [7495] * branches/HeuristicLab.Crossovers/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Crossovers/SymbolicDataAnalysisExpressionContextAwareCrossover.cs (modified) #1693: * Simplified selection of cutpoints and reordered criteria ... Tue, 21 Feb 2012 09:57:40 GMT bburlacu [7494] * branches/HeuristicLab.Crossovers/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Crossovers/SymbolicDataAnalysisExpressionCrossover.cs (modified) * branches/HeuristicLab.Crossovers/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Crossovers/SymbolicDataAnalysisExpressionProbabilisticFunctionalCrossover.cs (modified) #1682: * Moved `Swap` method into base class * Simplified selection ... Tue, 21 Feb 2012 09:37:49 GMT mkommend [7493] * trunk/sources/HeuristicLab.Algorithms.GeneticAlgorithm/3.3/GeneticAlgorithm.cs (modified) * trunk/sources/HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm/3.3/OffspringSelectionGeneticAlgorithm.cs (modified) #1691: Reordered problem dependent operators in the ... Mon, 20 Feb 2012 16:07:13 GMT mkommend [7492] * trunk/sources/HeuristicLab.PluginInfrastructure/3.3/LightweightApplicationManager.cs (modified) * trunk/sources/HeuristicLab.PluginInfrastructure/3.3/SandboxApplicationManager.cs (modified) #1774: Improved performance of type discovery for generic types. Mon, 20 Feb 2012 15:48:59 GMT sforsten [7491] * branches/ClassificationEnsembleVoting/HeuristicLab.Problems.DataAnalysis.Views/3.4/Solution Views/DiscriminantFunctionClassificationSolutionView.cs (modified) * branches/ClassificationEnsembleVoting/HeuristicLab.Problems.DataAnalysis/3.4/HeuristicLab.Problems.DataAnalysis-3.4.csproj (modified) * branches/ClassificationEnsembleVoting/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/Classification/WeightCalculators/AdaBoostWeightCalculator.cs (deleted) * branches/ClassificationEnsembleVoting/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/Classification/WeightCalculators/NeighbourhoodWeightCalculator.cs (added) * branches/ClassificationEnsembleVoting/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/Classification/WeightCalculators/PointCertaintyWeightCalculator.cs (added) #1776: * two new weight calculators have been implemented * one has ... Mon, 20 Feb 2012 14:12:15 GMT mkommend [7490] * branches/HeuristicLab.Crossovers/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Crossovers/SymbolicDataAnalysisExpressionDepthConstrainedCrossover.cs (modified) #1682: Set range values of `DepthConstrainedCrossover` to read only. Mon, 20 Feb 2012 12:53:31 GMT mkommend [7489] * branches/HeuristicLab.Crossovers/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Crossovers/MultiSymbolicDataAnalysisExpressionCrossover.cs (modified) * branches/HeuristicLab.Crossovers/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Crossovers/SymbolicDataAnalysisExpressionDepthConstrainedCrossover.cs (modified) #1682: Improved `DepthConstrainedCrossover` and removed readonly ... Mon, 20 Feb 2012 12:03:15 GMT mkommend [7488] * branches/HeuristicLab.Crossovers/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Crossovers/SymbolicDataAnalysisExpressionSemanticSimilarityCrossover.cs (modified) #1683: Minor code improvements in `SemanticSimilarityCrossover`.