Worked on refactoring of algorithm analysis and tracing (#999)
commit9651b3cea548aba94f6e9225249d76c700be07e9
authorswagner <swagner@2abd9481-f8db-48e9-bd25-06bc13291c1b>
Wed, 5 May 2010 21:27:50 +0000 (5 21:27 +0000)
committerswagner <swagner@2abd9481-f8db-48e9-bd25-06bc13291c1b>
Wed, 5 May 2010 21:27:50 +0000 (5 21:27 +0000)
tree2e348ef2d9fe8b2e84cb0204e3a00d5b2662882d
parent2e28eecec7955bfcc9535c03343f7451ca5db669
Worked on refactoring of algorithm analysis and tracing (#999)
 * removed specific analyzer interfaces
 * adapted !MultiAnalyzer

git-svn-id: https://src.heuristiclab.com/svn/core/trunk/sources@3658 2abd9481-f8db-48e9-bd25-06bc13291c1b
41 files changed:
HeuristicLab.Algorithms.EvolutionStrategy/3.3/EvolutionStrategy.cs
HeuristicLab.Algorithms.GeneticAlgorithm/3.3/GeneticAlgorithm.cs
HeuristicLab.Algorithms.GeneticAlgorithm/3.3/IslandGeneticAlgorithm.cs
HeuristicLab.Algorithms.LocalSearch/3.3/LocalSearch.cs
HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm/3.3/IslandOffspringSelectionGeneticAlgorithm.cs
HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm/3.3/OffspringSelectionGeneticAlgorithm.cs
HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm/3.3/SASEGASA.cs
HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm/3.3/SASEGASAMainLoop.cs
HeuristicLab.Algorithms.SimulatedAnnealing/3.3/SimulatedAnnealing.cs
HeuristicLab.Algorithms.TabuSearch/3.3/TabuNeighborhoodAnalyzer.cs
HeuristicLab.Algorithms.TabuSearch/3.3/TabuSearch.cs
HeuristicLab.Analysis/3.3/MultiAnalyzer.cs
HeuristicLab.Analysis/3.3/PopulationBestAverageWorstQualityAnalyzer.cs
HeuristicLab.Analysis/3.3/PopulationMinAverageMaxValueAnalyzer.cs
HeuristicLab.Analysis/3.3/PopulationQualityAnalyzer.cs
HeuristicLab.Analysis/3.3/PopulationValueAnalyzer.cs
HeuristicLab.Analysis/3.3/SolutionQualityAnalyzer.cs
HeuristicLab.Analysis/3.3/SolutionValueAnalyzer.cs
HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.3/Interfaces/ISymbolicExpressionTreeAnalyzer.cs
HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.3/Interfaces/ISymbolicExpressionTreeMultiPopulationAnalyzer.cs
HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.3/Interfaces/ISymbolicExpressionTreePopulationAnalyzer.cs
HeuristicLab.MainForm.WindowsForms/3.3/ViewHost.Designer.cs
HeuristicLab.Optimization/3.3/HeuristicLab.Optimization-3.3.csproj
HeuristicLab.Optimization/3.3/Interfaces/IMultiPopulationAnalyzer.cs [deleted file]
HeuristicLab.Optimization/3.3/Interfaces/IPopulationAnalyzer.cs [deleted file]
HeuristicLab.Optimization/3.3/Interfaces/ISolutionAnalyzer.cs [deleted file]
HeuristicLab.Optimizer/3.3/HeuristicLab.Optimizer-3.3.csproj
HeuristicLab.Problems.ArtificialAnt/3.3/Analyzers/IAntTrailPopulationAnalyzer.cs
HeuristicLab.Problems.DataAnalysis.Regression/3.3/Symbolic/Analyzers/ISymbolicRegressionSolutionPopulationAnalyzer.cs
HeuristicLab.Problems.Knapsack/3.3/Analyzers/BestKnapsackSolutionAnalyzer.cs
HeuristicLab.Problems.Knapsack/3.3/Analyzers/MultiPopulationBestKnapsackSolutionAnalyzer.cs
HeuristicLab.Problems.Knapsack/3.3/Analyzers/PopulationBestKnapsackSolutionAnalyzer.cs
HeuristicLab.Problems.OneMax/3.3/Analyzers/BestOneMaxSolutionAnalyzer.cs
HeuristicLab.Problems.OneMax/3.3/Analyzers/MultiPopulationBestOneMaxSolutionAnalyzer.cs
HeuristicLab.Problems.OneMax/3.3/Analyzers/PopulationBestOneMaxSolutionAnalyzer.cs
HeuristicLab.Problems.TestFunctions/3.3/Analyzers/BestSingleObjectiveTestFunctionSolutionAnalyzer.cs
HeuristicLab.Problems.TestFunctions/3.3/Analyzers/MultiPopulationBestSingleObjectiveTestFunctionSolutionAnalyzer.cs
HeuristicLab.Problems.TestFunctions/3.3/Analyzers/PopulationBestSingleObjectiveTestFunctionSolutionAnalyzer.cs
HeuristicLab.Problems.TravelingSalesman/3.3/Analyzers/BestTSPSolutionAnalyzer.cs
HeuristicLab.Problems.TravelingSalesman/3.3/Analyzers/MultiPopulationBestTSPSolutionAnalyzer.cs
HeuristicLab.Problems.TravelingSalesman/3.3/Analyzers/PopulationBestTSPSolutionAnalyzer.cs