# # ChangeLog for branches # # Generated by Trac 1.0.12 # 08/20/24 10:27:14 Thu, 24 Mar 2011 00:40:34 GMT abeham [5820] * branches/QAP/HeuristicLab.Problems.QuadraticAssignment.Views/3.3/QAPView.cs (modified) #1330 * fixed a small bug in a view Wed, 23 Mar 2011 11:54:57 GMT gkronber [5816] * branches/DataAnalysis SolutionEnsembles/HeuristicLab.Algorithms.DataAnalysis/3.4/CrossValidation.cs (modified) * branches/DataAnalysis SolutionEnsembles/HeuristicLab.Problems.DataAnalysis/3.4/HeuristicLab.Problems.DataAnalysis-3.4.csproj (modified) * branches/DataAnalysis SolutionEnsembles/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/Classification/ClassificationEnsembleSolution.cs (added) * branches/DataAnalysis SolutionEnsembles/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/Classification/ClassificationSolution.cs (modified) * branches/DataAnalysis SolutionEnsembles/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/Clustering/ClusteringSolution.cs (modified) * branches/DataAnalysis SolutionEnsembles/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/Regression/RegressionEnsembleSolution.cs (added) * branches/DataAnalysis SolutionEnsembles/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/Regression/RegressionSolution.cs (modified) * branches/DataAnalysis SolutionEnsembles/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/Classification/IClassificationEnsembleSolution.cs (added) * branches/DataAnalysis SolutionEnsembles/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/Regression/IRegressionEnsembleSolution.cs (added) #1450 Added preliminary implementation for solution ensemble support. Wed, 23 Mar 2011 11:32:21 GMT gkronber [5815] * branches/DataAnalysis SolutionEnsembles (copied) #1418 created branch for implementation of solution ensembles. Wed, 23 Mar 2011 11:03:24 GMT abeham [5814] * branches/QAP/HeuristicLab.Problems.QuadraticAssignment/3.3/Parsers/QAPLIBSolutionParser.cs (modified) * branches/QAP/HeuristicLab.Problems.QuadraticAssignment/3.3/QuadraticAssignmentProblem.cs (modified) * branches/QAP/HeuristicLab.Problems.QuadraticAssignment/3.3/Tests/QAPLIBInstancesTest.cs (modified) #1330 * Added a test if the reported quality of the solution ... Wed, 23 Mar 2011 08:28:34 GMT abeham [5811] * branches/QAP/HeuristicLab.Optimization/3.3 (modified) * branches/QAP/HeuristicLab.Optimization/3.3/Algorithm.cs (modified) * branches/QAP/HeuristicLab.Optimization/3.3/HeuristicLab.Optimization-3.3.csproj (modified) * branches/QAP/HeuristicLab.Optimization/3.3/HeuristicOptimizationAlgorithm.cs (copied) * branches/QAP/HeuristicLab.Optimization/3.3/HeuristicOptimizationEngineAlgorithm.cs (copied) * branches/QAP/HeuristicLab.Optimization/3.3/HeuristicOptimizationProblem.cs (copied) * branches/QAP/HeuristicLab.Optimization/3.3/Interfaces/IHeuristicOptimizationProblem.cs (copied) * branches/QAP/HeuristicLab.Optimization/3.3/Interfaces/IMultiObjectiveHeuristicOptimizationProblem.cs (copied) * branches/QAP/HeuristicLab.Optimization/3.3/Interfaces/IMultiObjectiveProblem.cs (deleted) * branches/QAP/HeuristicLab.Optimization/3.3/Interfaces/IProblem.cs (modified) * branches/QAP/HeuristicLab.Optimization/3.3/Interfaces/ISingleObjectiveHeuristicOptimizationProblem.cs (copied) * branches/QAP/HeuristicLab.Optimization/3.3/Interfaces/ISingleObjectiveProblem.cs (deleted) * branches/QAP/HeuristicLab.Optimization/3.3/MultiObjectiveHeuristicOptimizationProblem.cs (copied) * branches/QAP/HeuristicLab.Optimization/3.3/MultiObjectiveProblem.cs (deleted) * branches/QAP/HeuristicLab.Optimization/3.3/Problem.cs (modified) * branches/QAP/HeuristicLab.Optimization/3.3/SingleObjectiveHeuristicOptimizationProblem.cs (copied) * branches/QAP/HeuristicLab.Optimization/3.3/SingleObjectiveProblem.cs (deleted) * branches/QAP/HeuristicLab.Optimization/3.3/UserDefinedProblem.cs (modified) * branches/QAP/HeuristicLab.Problems.QuadraticAssignment.Views/3.3/QAPView.cs (modified) * branches/QAP/HeuristicLab.Problems.QuadraticAssignment/3.3/QuadraticAssignmentProblem.cs (modified) #1330 * Adapted QAP to new problem base class structure * Fixed a ... Wed, 23 Mar 2011 00:14:10 GMT mkommend [5810] * branches/DataAnalysis Refactoring (deleted) #1418: Deleted !DataAnalysis Refactoring branch. Tue, 22 Mar 2011 23:33:41 GMT mkommend [5808] * branches/DataAnalysis Refactoring (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Algorithms.ParticleSwarmOptimization/3.3/BestPointInitializer.cs (deleted) * branches/DataAnalysis Refactoring/HeuristicLab.Algorithms.ParticleSwarmOptimization/3.3/IDiscreteDoubleMatrixModifier.cs (deleted) * branches/DataAnalysis Refactoring/HeuristicLab.Algorithms.ParticleSwarmOptimization/3.3/IGlobalParticleUpdater.cs (deleted) * branches/DataAnalysis Refactoring/HeuristicLab.Algorithms.ParticleSwarmOptimization/3.3/ILocalParticleUpdater.cs (deleted) * branches/DataAnalysis Refactoring/HeuristicLab.Algorithms.ParticleSwarmOptimization/3.3/IParticleUpdater.cs (deleted) * branches/DataAnalysis Refactoring/HeuristicLab.Algorithms.ParticleSwarmOptimization/3.3/ITopologyInitializer.cs (deleted) * branches/DataAnalysis Refactoring/HeuristicLab.Algorithms.ParticleSwarmOptimization/3.3/ITopologyUpdater.cs (deleted) * branches/DataAnalysis Refactoring/HeuristicLab.Algorithms.ParticleSwarmOptimization/3.3/NeighborUpdater.cs (deleted) * branches/DataAnalysis Refactoring/HeuristicLab.Algorithms.ParticleSwarmOptimization/3.3/NeighborhoodParticleUpdater.cs (deleted) * branches/DataAnalysis Refactoring/HeuristicLab.Algorithms.ParticleSwarmOptimization/3.3/ParticleUpdater.cs (deleted) * branches/DataAnalysis Refactoring/HeuristicLab.Algorithms.ParticleSwarmOptimization/3.3/SwarmUpdater.cs (deleted) * branches/DataAnalysis Refactoring/HeuristicLab.Algorithms.ParticleSwarmOptimization/3.3/TotallyConnectedParticleUpdater.cs (deleted) * branches/DataAnalysis Refactoring/HeuristicLab.Clients.Common/3.3/Disposable.cs (deleted) * branches/DataAnalysis Refactoring/HeuristicLab.Persistence (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Problems.DataAnalysis (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Problems.VehicleRouting (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Problems.VehicleRouting.Views (modified) #1418: Updated directories and removed old files. Tue, 22 Mar 2011 23:23:01 GMT mkommend [5807] * branches/DataAnalysis Refactoring/HeuristicLab.Problems.DataAnalysis.Views/3.4/Classification/DiscriminantFunctionClassificationSolutionView.cs (modified) #1418: Enabled moving of thresholds in ... Tue, 22 Mar 2011 23:13:04 GMT mkommend [5806] * branches/DataAnalysis Refactoring/HeuristicLab.Algorithms.DataAnalysis/3.4/CrossValidation.cs (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/IDataAnalysisProblem.cs (modified) #1418: Updated samples partition for cross validation if a new ... Tue, 22 Mar 2011 23:01:45 GMT mkommend [5805] * branches/DataAnalysis Refactoring/HeuristicLab.Problems.DataAnalysis.Views/3.3/HeuristicLab.Problems.DataAnalysis.Views-3.3.csproj (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Problems.DataAnalysis.Views/3.3/RunCollectionVariableImpactView.Designer.cs (deleted) * branches/DataAnalysis Refactoring/HeuristicLab.Problems.DataAnalysis.Views/3.3/RunCollectionVariableImpactView.cs (deleted) #1418: Removed `RunCollectionVariableImpactView` from outdated ... Tue, 22 Mar 2011 22:57:51 GMT mkommend [5804] * branches/DataAnalysis Refactoring/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/Clustering/ClusteringProblem.cs (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/Regression/RegressionProblem.cs (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/Regression/RegressionProblemData.cs (modified) #1418: Corrected updating of estimation limits for symbolic ... Tue, 22 Mar 2011 22:46:57 GMT mkommend [5803] * branches/DataAnalysis Refactoring/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/Classification/ClassificationProblem.cs (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/Clustering/ClusteringProblem.cs (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/Regression/RegressionProblem.cs (modified) #1418: Corrected spacing of problem names. Tue, 22 Mar 2011 22:45:47 GMT mkommend [5802] * branches/DataAnalysis Refactoring/HeuristicLab 3.3.sln (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Algorithms.DataAnalysis/3.3/CrossValidation.cs (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Algorithms.DataAnalysis/3.3/LinearRegression.cs (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Algorithms.DataAnalysis/3.3/SupportVectorMachine.cs (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.3/Analyzers/MinAverageMaxSymbolicExpressionTreeSizeAnalyzer.cs (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.3/Analyzers/SymbolicExpressionSymbolFrequencyAnalyzer.cs (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.3/Analyzers/SymbolicExpressionTreeSizeCalculator.cs (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Problems.ArtificialAnt/3.3/ArtificialAntProblem.cs (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Problems.DataAnalysis.Classification/3.3/ClassificationProblemData.cs (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Problems.DataAnalysis.Classification/3.3/SingleObjectiveClassificationProblem.cs (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Problems.DataAnalysis.Classification/3.3/Symbolic/SymbolicClassificationProblem.cs (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Problems.DataAnalysis.Regression/3.3/Symbolic/MultiObjectiveSymbolicRegressionProblem.cs (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Problems.DataAnalysis.Regression/3.3/Symbolic/SymbolicRegressionProblem.cs (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Problems.DataAnalysis/3.3/DataAnalysisProblem.cs (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Problems.DataAnalysis/3.3/DataAnalysisProblemData.cs (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Problems.ExternalEvaluation.GP/3.3/HeuristicLab.Problems.ExternalEvaluation.GP-3.3.csproj (modified) #1418: Added `NonDiscoverableType` attribute to outdated algorithms ... Tue, 22 Mar 2011 20:42:27 GMT abeham [5801] * branches/QAP/HeuristicLab.Problems.QuadraticAssignment/3.3/Evaluators/QAPTranslocationMoveEvaluator.cs (added) * branches/QAP/HeuristicLab.Problems.QuadraticAssignment/3.3/HeuristicLab.Problems.QuadraticAssignment-3.3.csproj (modified) * branches/QAP/HeuristicLab.Problems.QuadraticAssignment/3.3/Tests/QAPMoveEvaluatorTest.cs (modified) #1330 * Added QAP evaluator for translocation moves Tue, 22 Mar 2011 20:12:35 GMT dkahn [5800] * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Lib/HLServiceMembershipProvider.cs (modified) #1447 Removed username from session as it can be fetched by identity. Tue, 22 Mar 2011 19:56:15 GMT dkahn [5799] * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Web.config (modified) #1447 Added custom membership provider to web config. Tue, 22 Mar 2011 19:55:36 GMT dkahn [5798] * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Lib (added) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Lib/HLServiceMembershipProvider.cs (added) #1447 Added custom membership provider Tue, 22 Mar 2011 15:57:44 GMT cneumuel [5797] * branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Views/3.4/ExperimentManager/HiveJobView.designer.cs (modified) * branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Views/3.4/ExperimentManager/ItemTreeView.cs (modified) #1233 * `ItemTreeView` robustifications * compactified the layout ... Tue, 22 Mar 2011 15:45:46 GMT mkommend [5796] * branches/DataAnalysis Refactoring/HeuristicLab 3.3.sln (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Algorithms.DataAnalysis.Views/3.3/CrossValidationView.cs (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Algorithms.LocalSearch/3.3/HeuristicLab.Algorithms.LocalSearch-3.3.csproj (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Algorithms.LocalSearch/3.3/LocalSearch.cs (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Algorithms.LocalSearch/3.3/LocalSearchImprovementOperator.cs (copied) * branches/DataAnalysis Refactoring/HeuristicLab.Algorithms.LocalSearch/3.3/LocalSearchMainLoop.cs (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm/3.3/HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3.csproj (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm/3.3/IslandOffspringSelectionGeneticAlgorithm.cs (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm/3.3/OffspringSelectionGeneticAlgorithm.cs (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm/3.3/SASEGASA.cs (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm/3.3/SuccessfulOffspringAnalysis (copied) * branches/DataAnalysis Refactoring/HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm/3.3/SuccessfulOffspringAnalysis/SuccessfulOffspringAnalyzer.cs (copied) * branches/DataAnalysis Refactoring/HeuristicLab.Algorithms.ParticleSwarmOptimization/3.3/HeuristicLab.Algorithms.ParticleSwarmOptimization-3.3.csproj (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Algorithms.ParticleSwarmOptimization/3.3/HeuristicLabAlgorithmsParticleSwarmOptimizationPlugin.cs.frame (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Algorithms.ParticleSwarmOptimization/3.3/MultiPSOTopologyUpdater.cs (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Algorithms.ParticleSwarmOptimization/3.3/ParticleSwarmOptimization.cs (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Algorithms.ParticleSwarmOptimization/3.3/ParticleSwarmOptimizationMainLoop.cs (copied) * branches/DataAnalysis Refactoring/HeuristicLab.Algorithms.ParticleSwarmOptimization/3.3/RandomTopologyInitializer.cs (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Algorithms.ParticleSwarmOptimization/3.3/RingTopologyInitializer.cs (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Algorithms.ParticleSwarmOptimization/3.3/TopologyInitializer.cs (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Algorithms.ParticleSwarmOptimization/3.3/VonNeumannTopologyInitializer.cs (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/HeuristicLab.Algorithms.SimulatedAnnealing-3.3.csproj (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/SimulatedAnnealing.cs (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/SimulatedAnnealingImprovementOperator.cs (copied) * branches/DataAnalysis Refactoring/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/SimulatedAnnealingMainLoop.cs (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Algorithms.VariableNeighborhoodSearch (copied) * branches/DataAnalysis Refactoring/HeuristicLab.Algorithms.VariableNeighborhoodSearch/3.3 (copied) * branches/DataAnalysis Refactoring/HeuristicLab.Algorithms.VariableNeighborhoodSearch/3.3/HeuristicLab.Algorithms.VariableNeighborhoodSearch-3.3.csproj (copied) * branches/DataAnalysis Refactoring/HeuristicLab.Algorithms.VariableNeighborhoodSearch/3.3/HeuristicLab.snk (copied) * branches/DataAnalysis Refactoring/HeuristicLab.Algorithms.VariableNeighborhoodSearch/3.3/HeuristicLabAlgorithmsVariableNeighborhoodSearchPlugin.cs.frame (copied) * branches/DataAnalysis Refactoring/HeuristicLab.Algorithms.VariableNeighborhoodSearch/3.3/IShakingOperator.cs (copied) * branches/DataAnalysis Refactoring/HeuristicLab.Algorithms.VariableNeighborhoodSearch/3.3/Properties (copied) * branches/DataAnalysis Refactoring/HeuristicLab.Algorithms.VariableNeighborhoodSearch/3.3/Properties/AssemblyInfo.frame (copied) * branches/DataAnalysis Refactoring/HeuristicLab.Algorithms.VariableNeighborhoodSearch/3.3/ShakingOperator.cs (copied) * branches/DataAnalysis Refactoring/HeuristicLab.Algorithms.VariableNeighborhoodSearch/3.3/VariableNeighborhoodSearch.cs (copied) * branches/DataAnalysis Refactoring/HeuristicLab.Algorithms.VariableNeighborhoodSearch/3.3/VariableNeighborhoodSearchMainLoop.cs (copied) * branches/DataAnalysis Refactoring/HeuristicLab.Clients.Common/3.3/ClientFactory.cs (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Clients.Common/3.3/HeuristicLab.Clients.Common-3.3.csproj (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Clients.Common/3.3/HeuristicLabClientsCommonPlugin.cs.frame (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Common.Resources/3.3/HeuristicLab.Common.Resources-3.3.csproj (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Common.Resources/3.3/Resources/VS2008ImageLibrary/VS2008ImageLibrary_Objects_HiddenField.png (copied) * branches/DataAnalysis Refactoring/HeuristicLab.Common.Resources/3.3/VSImageLibrary.Designer.cs (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Common.Resources/3.3/VSImageLibrary.resx (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Common/3.3/DoubleExtensions.cs (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Core.Views/3.3/Clipboard.Designer.cs (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Core.Views/3.3/Clipboard.cs (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Core.Views/3.3/CreateParameterDialog.cs (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Core.Views/3.3/HeuristicLab.Core.Views-3.3.csproj (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Core.Views/3.3/ItemArrayView.Designer.cs (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Core.Views/3.3/ItemArrayView.cs (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Core.Views/3.3/ItemCollectionView.Designer.cs (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Core.Views/3.3/ItemCollectionView.cs (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Core.Views/3.3/ItemListView.Designer.cs (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Core.Views/3.3/ItemListView.cs (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Core.Views/3.3/ItemSetView.cs (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Core.Views/3.3/NamedItemCollectionView.cs (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Core.Views/3.3/OperatorTreeView.cs (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Core.Views/3.3/ParameterCollectionView.Designer.cs (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Core.Views/3.3/ParameterCollectionView.cs (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Core.Views/3.3/ScopeView.cs (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Core.Views/3.3/TypeSelector.cs (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Core.Views/3.3/VariableValueView.cs (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Core.Views/3.3/VariableView.cs (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Core/3.3/Interfaces/IParameter.cs (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Encodings.RealVectorEncoding/3.3/HeuristicLab.Encodings.RealVectorEncoding-3.3.csproj (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Encodings.RealVectorEncoding/3.3/Interfaces/IRealVectorParticleCreator.cs (copied) * branches/DataAnalysis Refactoring/HeuristicLab.Encodings.RealVectorEncoding/3.3/Interfaces/IRealVectorParticleUpdater.cs (copied) * branches/DataAnalysis Refactoring/HeuristicLab.Encodings.RealVectorEncoding/3.3/Interfaces/IRealVectorSwarmUpdater.cs (copied) * branches/DataAnalysis Refactoring/HeuristicLab.Encodings.RealVectorEncoding/3.3/ParticleOperators (copied) * branches/DataAnalysis Refactoring/HeuristicLab.Encodings.RealVectorEncoding/3.3/ParticleOperators/RealVectorNeighborhoodParticleUpdater.cs (copied) * branches/DataAnalysis Refactoring/HeuristicLab.Encodings.RealVectorEncoding/3.3/ParticleOperators/RealVectorParticleCreator.cs (copied) * branches/DataAnalysis Refactoring/HeuristicLab.Encodings.RealVectorEncoding/3.3/ParticleOperators/RealVectorParticleUpdater.cs (copied) * branches/DataAnalysis Refactoring/HeuristicLab.Encodings.RealVectorEncoding/3.3/ParticleOperators/RealVectorSwarmUpdater.cs (copied) * branches/DataAnalysis Refactoring/HeuristicLab.Encodings.RealVectorEncoding/3.3/ParticleOperators/RealVectorTotallyConnectedParticleUpdater.cs (copied) * branches/DataAnalysis Refactoring/HeuristicLab.ExtLibs/HeuristicLab.Netron/3.0.2672.12446/Netron.Diagramming.Core-3.0.2672.12446/Core/ControllerBase.cs (modified) * branches/DataAnalysis Refactoring/HeuristicLab.ExtLibs/HeuristicLab.Netron/3.0.2672.12446/Netron.Diagramming.Core-3.0.2672.12446/Diagram elements/Connections/Connection.cs (modified) * branches/DataAnalysis Refactoring/HeuristicLab.MainForm.WindowsForms/3.3/Controls/ViewHost.cs (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Operators.Programmable/3.3/ProgrammableOperator.cs (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Operators.Views.GraphVisualization/3.3/OperatorGraphVisualization/OperatorGraphView.cs (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Operators/3.3/EmptyOperator.cs (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Operators/3.3/HeuristicLab.Operators-3.3.csproj (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Operators/3.3/SingleSuccessorOperator.cs (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Operators/3.3/StochasticMultiBranch.cs (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Operators/3.3/SubScopesCloner.cs (copied) * branches/DataAnalysis Refactoring/HeuristicLab.Optimization.Views/3.3/AlgorithmView.cs (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Optimization.Views/3.3/BatchRunView.cs (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Optimization.Views/3.3/RunCollectionBubbleChartView.cs (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Optimization.Views/3.3/RunCollectionView.Designer.cs (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Optimization.Views/3.3/RunCollectionView.cs (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Optimization.Views/3.3/RunView.cs (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Optimization/3.3/HeuristicLab.Optimization-3.3.csproj (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Optimization/3.3/Interfaces/IDiscreteDoubleMatrixModifier.cs (copied) * branches/DataAnalysis Refactoring/HeuristicLab.Optimization/3.3/Interfaces/IGlobalParticleUpdater.cs (copied) * branches/DataAnalysis Refactoring/HeuristicLab.Optimization/3.3/Interfaces/ILocalImprovementOperator.cs (copied) * branches/DataAnalysis Refactoring/HeuristicLab.Optimization/3.3/Interfaces/ILocalParticleUpdater.cs (copied) * branches/DataAnalysis Refactoring/HeuristicLab.Optimization/3.3/Interfaces/IParticleCreator.cs (copied) * branches/DataAnalysis Refactoring/HeuristicLab.Optimization/3.3/Interfaces/IParticleUpdater.cs (copied) * branches/DataAnalysis Refactoring/HeuristicLab.Optimization/3.3/Interfaces/ISwarmUpdater.cs (copied) * branches/DataAnalysis Refactoring/HeuristicLab.Optimization/3.3/Interfaces/ITopologyInitializer.cs (copied) * branches/DataAnalysis Refactoring/HeuristicLab.Optimization/3.3/Interfaces/ITopologyUpdater.cs (copied) * branches/DataAnalysis Refactoring/HeuristicLab.Optimization/3.3/UserDefinedProblem.cs (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Optimizer/3.3/Documents/VNS_TSP.hl (copied) * branches/DataAnalysis Refactoring/HeuristicLab.Optimizer/3.3/HeuristicLab.Optimizer-3.3.csproj (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Optimizer/3.3/StartPage.cs (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Parameters.Views/3.3/ValueLookupParameterView.cs (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Parameters.Views/3.3/ValueParameterView.cs (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Parameters/3.3/LookupParameter.cs (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Parameters/3.3/Parameter.cs (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Parameters/3.3/ScopeParameter.cs (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Parameters/3.3/ValueLookupParameter.cs (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Persistence/3.3/Default/Xml/EasyXmlGenerator.cs (modified) * branches/DataAnalysis Refactoring/HeuristicLab.PluginInfrastructure/3.3/Attributes/NonDiscoverableTypeAttribute.cs (copied) * branches/DataAnalysis Refactoring/HeuristicLab.PluginInfrastructure/3.3/DefaultApplicationManager.cs (modified) * branches/DataAnalysis Refactoring/HeuristicLab.PluginInfrastructure/3.3/HeuristicLab.PluginInfrastructure-3.3.csproj (modified) * branches/DataAnalysis Refactoring/HeuristicLab.PluginInfrastructure/3.3/LightweightApplicationManager.cs (modified) * branches/DataAnalysis Refactoring/HeuristicLab.PluginInfrastructure/3.3/Manager/ApplicationDescription.cs (modified) * branches/DataAnalysis Refactoring/HeuristicLab.PluginInfrastructure/3.3/Manager/PluginManager.cs (modified) * branches/DataAnalysis Refactoring/HeuristicLab.PluginInfrastructure/3.3/Manager/PluginValidator.cs (modified) * branches/DataAnalysis Refactoring/HeuristicLab.PluginInfrastructure/3.3/Sandboxing/SandboxManager.cs (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Problems.DataAnalysis.Classification/3.3/Symbolic/SymbolicClassificationProblem.cs (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Problems.DataAnalysis/3.3/Symbolic/Formatters/SymbolicExpressionTreeMATLABFormatter.cs (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Problems.DataAnalysis/3.3/Symbolic/Symbols/VariableCondition.cs (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Problems.DataAnalysis/3.3/Symbolic/Symbols/VariableConditionTreeNode.cs (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Problems.DataAnalysis/3.3/Symbolic/VariableFrequencyAnalyser.cs (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Problems.TestFunctions/3.3/SingleObjectiveTestFunctionProblem.cs (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Selection/3.3/HeuristicLab.Selection-3.3.csproj (modified) * branches/DataAnalysis Refactoring/HeuristicLab.Selection/3.3/NoSameMatesSelector.cs (copied) * branches/DataAnalysis Refactoring/HeuristicLab/3.3/Files.txt (modified) * branches/DataAnalysis Refactoring/HeuristicLab/3.3/HeuristicLab-3.3.csproj (modified) #1418: Merged trunk changes into branch. Tue, 22 Mar 2011 15:44:28 GMT ascheibe [5795] * branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave.SlaveTrayIcon/app.config (modified) * branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave.Tests/SlaveCommListener.cs (modified) * branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave.Views/3.4/SlaveItem.cs (modified) * branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave.Views/3.4/SlaveView.cs (modified) * branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave/3.4/Executor.cs (modified) * branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave/3.4/SlaveClientCom.cs (modified) #1233 various slave and slave tray icon improvements