# # ChangeLog for branches/2457_ExpertSystem/PerformanceComparison.sln # # Generated by Trac 1.0.12 # 04/26/24 07:34:17 Fri, 26 Jul 2019 13:13:36 GMT abeham [17175] * branches/2457_ExpertSystem/HeuristicLab.Encodings.IntegerVectorEncoding (copied) * branches/2457_ExpertSystem/HeuristicLab.OptimizationExpertSystem.Common/3.3/HeuristicLab.OptimizationExpertSystem.Common-3.3.csproj (modified) * branches/2457_ExpertSystem/HeuristicLab.OptimizationExpertSystem.Common/3.3/KnowledgeCenter.cs (modified) * branches/2457_ExpertSystem/HeuristicLab.Problems.GeneralizedQuadraticAssignment (copied) * branches/2457_ExpertSystem/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Algorithms (copied) * branches/2457_ExpertSystem/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Algorithms/3.3/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Algorithms-3.3.csproj (modified) * branches/2457_ExpertSystem/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Algorithms/3.3/Plugin.cs (modified) * branches/2457_ExpertSystem/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Instances (copied) * branches/2457_ExpertSystem/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Views (copied) * branches/2457_ExpertSystem/HeuristicLab.Problems.GeneralizedQuadraticAssignment/3.3/GQAP.cs (copied) * branches/2457_ExpertSystem/HeuristicLab.Problems.GeneralizedQuadraticAssignment/3.3/GQAPInstance.cs (copied) * branches/2457_ExpertSystem/HeuristicLab.Problems.GeneralizedQuadraticAssignment/3.3/HeuristicLab.Problems.GeneralizedQuadraticAssignment-3.3.csproj (modified) * branches/2457_ExpertSystem/HeuristicLab.Problems.GeneralizedQuadraticAssignment/3.3/Operators/GQAPQualitySimilarityReducer.cs (added) * branches/2457_ExpertSystem/PerformanceComparison.sln (modified) #2457: branched integer encoding, some changes Wed, 15 May 2019 11:28:57 GMT abeham [16955] * branches/2457_ExpertSystem/HeuristicLab.Analysis.FitnessLandscape/3.3/Analysis/InformationAnalysis.cs (modified) * branches/2457_ExpertSystem/HeuristicLab.Analysis.FitnessLandscape/3.3/Analysis/InformationAnalyzer.cs (modified) * branches/2457_ExpertSystem/HeuristicLab.Analysis.FitnessLandscape/3.3/Utilities/CurveAnalysis.cs (modified) * branches/2457_ExpertSystem/PerformanceComparison.sln (modified) * branches/2457_ExpertSystem/ProblemInstanceIdentifier/Program.cs (modified) * branches/2457_ExpertSystem/UnitTests/InformationAnalysisTest.cs (modified) * branches/2457_ExpertSystem/WalkExporter (added) * branches/2457_ExpertSystem/WalkExporter/AdaptiveWalks.cs (added) * branches/2457_ExpertSystem/WalkExporter/App.config (added) * branches/2457_ExpertSystem/WalkExporter/Data.cs (added) * branches/2457_ExpertSystem/WalkExporter/DirectedWalk.cs (added) * branches/2457_ExpertSystem/WalkExporter/Program.cs (added) * branches/2457_ExpertSystem/WalkExporter/Properties (added) * branches/2457_ExpertSystem/WalkExporter/Properties/AssemblyInfo.cs (added) * branches/2457_ExpertSystem/WalkExporter/RandomWalk.cs (added) * branches/2457_ExpertSystem/WalkExporter/Standardizer.cs (added) * branches/2457_ExpertSystem/WalkExporter/Util.cs (added) * branches/2457_ExpertSystem/WalkExporter/WalkExporter.csproj (added) * branches/2457_ExpertSystem/WalkExporter/alglibnet2.dll (added) * branches/2457_ExpertSystem/WalkExporter/packages.config (added) #2457: worked on thesis Wed, 12 Sep 2018 13:12:29 GMT abeham [16137] * branches/2457_ExpertSystem (modified) * branches/2457_ExpertSystem/HeuristicLab.Analysis.FitnessLandscape/3.3/Algorithms/DirectedWalk.cs (modified) * branches/2457_ExpertSystem/HeuristicLab.Analysis.FitnessLandscape/3.3/Algorithms/FLACharacterizer.cs (deleted) * branches/2457_ExpertSystem/HeuristicLab.Analysis.FitnessLandscape/3.3/Analysis/InformationAnalysis.cs (modified) * branches/2457_ExpertSystem/HeuristicLab.Analysis.FitnessLandscape/3.3/Analysis/InformationAnalyzer.cs (modified) * branches/2457_ExpertSystem/HeuristicLab.Analysis.FitnessLandscape/3.3/Analysis/UniqueThresholdCalculator.cs (deleted) * branches/2457_ExpertSystem/HeuristicLab.Analysis.FitnessLandscape/3.3/CharacteristicCalculator/AdaptiveWalkCalculator.cs (modified) * branches/2457_ExpertSystem/HeuristicLab.Analysis.FitnessLandscape/3.3/CharacteristicCalculator/AlgorithmCharacteristicCalculator.cs (added) * branches/2457_ExpertSystem/HeuristicLab.Analysis.FitnessLandscape/3.3/CharacteristicCalculator/CharacteristicCalculator.cs (added) * branches/2457_ExpertSystem/HeuristicLab.Analysis.FitnessLandscape/3.3/CharacteristicCalculator/FLACharacterizer.cs (added) * branches/2457_ExpertSystem/HeuristicLab.Analysis.FitnessLandscape/3.3/CharacteristicCalculator/QAP (added) * branches/2457_ExpertSystem/HeuristicLab.Analysis.FitnessLandscape/3.3/CharacteristicCalculator/QAP/QAPCharacteristicCalculator.cs (added) * branches/2457_ExpertSystem/HeuristicLab.Analysis.FitnessLandscape/3.3/CharacteristicCalculator/QAP/QAPDirectedWalk.cs (added) * branches/2457_ExpertSystem/HeuristicLab.Analysis.FitnessLandscape/3.3/CharacteristicCalculator/RandomWalkCalculator.cs (modified) * branches/2457_ExpertSystem/HeuristicLab.Analysis.FitnessLandscape/3.3/CharacteristicCalculator/UpDownWalkCalculator.cs (modified) * branches/2457_ExpertSystem/HeuristicLab.Analysis.FitnessLandscape/3.3/HeuristicLab.Analysis.FitnessLandscape-3.3.csproj (modified) * branches/2457_ExpertSystem/HeuristicLab.Analysis.FitnessLandscape/3.3/ProblemCharacteristicAnalysis (deleted) * branches/2457_ExpertSystem/HeuristicLab.Analysis.FitnessLandscape/3.3/ProblemInstanceAnalysis/QAPPRProblemInstanceAnalyzer.cs (modified) * branches/2457_ExpertSystem/HeuristicLab.Analysis.FitnessLandscape/3.3/Utilities (added) * branches/2457_ExpertSystem/HeuristicLab.Analysis.FitnessLandscape/3.3/Utilities/CurveAnalysis.cs (added) * branches/2457_ExpertSystem/HeuristicLab.Analysis.FitnessLandscape/3.3/Utilities/DoubleMatrixCharacteristics.cs (added) * branches/2457_ExpertSystem/HeuristicLab.Analysis.FitnessLandscape/3.3/Utilities/UniqueThresholdCalculator.cs (added) * branches/2457_ExpertSystem/PerformanceComparison.sln (modified) * branches/2457_ExpertSystem/UnitTests (added) * branches/2457_ExpertSystem/UnitTests/InformationAnalysisTest.cs (added) * branches/2457_ExpertSystem/UnitTests/Properties (added) * branches/2457_ExpertSystem/UnitTests/Properties/AssemblyInfo.cs (added) * branches/2457_ExpertSystem/UnitTests/UnitTests.csproj (added) * branches/2457_ExpertSystem/UnitTests/packages.config (added) #2457: * Restructured FLA plugin (moved files between folders, ... Wed, 31 Jan 2018 08:48:20 GMT abeham [15689] * branches/2457_ExpertSystem (moved) #2457: renamed branch to include ticket name Sat, 15 Jul 2017 12:16:35 GMT abeham [15253] * branches/PerformanceComparison/HeuristicLab.Algorithms.DataAnalysis (deleted) * branches/PerformanceComparison/PerformanceComparison.sln (modified) #2457: removed Algorithms.DataAnalysis from branch (t-sne is in trunk ...