# # ChangeLog for branches # # Generated by Trac 1.0.12 # 04/19/24 04:04:44 Wed, 25 Nov 2015 15:22:37 GMT abeham [13396] * branches/ProblemRefactoring/HeuristicLab.Analysis/3.3/AlleleFrequencyAnalysis/AlleleFrequencyAnalyzer.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Encodings.BinaryVectorEncoding/3.3/BinaryVectorEncoding.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Encodings.IntegerVectorEncoding/3.3/IntegerVectorEncoding.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Encodings.LinearLinkageEncoding/3.3/LinearLinkageEncoding.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Encodings.PermutationEncoding/3.3/HeuristicLab.Encodings.PermutationEncoding-3.3.csproj (modified) * branches/ProblemRefactoring/HeuristicLab.Encodings.PermutationEncoding/3.3/Interfaces/IPermutationCreator.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Encodings.PermutationEncoding/3.3/Interfaces/IPermutationInversionMoveQualityOperator.cs (copied) * branches/ProblemRefactoring/HeuristicLab.Encodings.PermutationEncoding/3.3/Interfaces/IPermutationLocalImprovementOperator.cs (added) * branches/ProblemRefactoring/HeuristicLab.Encodings.PermutationEncoding/3.3/Interfaces/IPermutationManipulator.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Encodings.PermutationEncoding/3.3/Interfaces/IPermutationScrambleMoveQualityOperator.cs (copied) * branches/ProblemRefactoring/HeuristicLab.Encodings.PermutationEncoding/3.3/Interfaces/IPermutationSolutionOperator.cs (added) * branches/ProblemRefactoring/HeuristicLab.Encodings.PermutationEncoding/3.3/Interfaces/IPermutationSolutionsOperator.cs (added) * branches/ProblemRefactoring/HeuristicLab.Encodings.PermutationEncoding/3.3/Interfaces/IPermutationSwap2MoveQualityOperator.cs (copied) * branches/ProblemRefactoring/HeuristicLab.Encodings.PermutationEncoding/3.3/Interfaces/IPermutationTranslocationMoveQualityOperator.cs (copied) * branches/ProblemRefactoring/HeuristicLab.Encodings.PermutationEncoding/3.3/Moves/Scramble/ScrambleMoveMaker.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Encodings.PermutationEncoding/3.3/Moves/Swap2/Swap2MoveHardTabuCriterion.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Encodings.PermutationEncoding/3.3/Moves/Swap2/Swap2MoveMaker.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Encodings.PermutationEncoding/3.3/Moves/Swap2/Swap2MoveSoftTabuCriterion.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Encodings.PermutationEncoding/3.3/Moves/Swap2/Swap2MoveTabuMaker.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Encodings.PermutationEncoding/3.3/Moves/ThreeOpt/TranslocationMoveHardTabuCriterion.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Encodings.PermutationEncoding/3.3/Moves/ThreeOpt/TranslocationMoveMaker.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Encodings.PermutationEncoding/3.3/Moves/ThreeOpt/TranslocationMoveSoftTabuCriterion.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Encodings.PermutationEncoding/3.3/Moves/ThreeOpt/TranslocationMoveTabuMaker.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Encodings.PermutationEncoding/3.3/Moves/TwoOpt/InversionMoveHardTabuCriterion.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Encodings.PermutationEncoding/3.3/Moves/TwoOpt/InversionMoveMaker.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Encodings.PermutationEncoding/3.3/Moves/TwoOpt/InversionMoveSoftTabuCriterion.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Encodings.PermutationEncoding/3.3/Moves/TwoOpt/InversionMoveTabuMaker.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Encodings.PermutationEncoding/3.3/PermutationEncoding.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Encodings.RealVectorEncoding/3.3/RealVectorEncoding.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/SymbolicExpressionTreeEncoding.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Optimization/3.3/BasicProblems/CombinedEncoding.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Optimization/3.3/BasicProblems/Encoding.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Optimization/3.3/BasicProblems/Interfaces/IEncoding.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Optimization/3.3/BasicProblems/Problem.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Optimization/3.3/BasicProblems/SingleObjectiveProblem.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Optimization/3.3/Interfaces/ISolutionCreator.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Problems.QuadraticAssignment.Algorithms/3.3/RobustTabooSeachOperator.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Problems.QuadraticAssignment.Algorithms/3.3/RobustTabooSearch.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Problems.QuadraticAssignment/3.3/Analyzers/BestQAPSolutionAnalyzer.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Problems.QuadraticAssignment/3.3/Analyzers/QAPAlleleFrequencyAnalyzer.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Problems.QuadraticAssignment/3.3/Evaluators/QAPEvaluator.cs (deleted) * branches/ProblemRefactoring/HeuristicLab.Problems.QuadraticAssignment/3.3/HeuristicLab.Problems.QuadraticAssignment-3.3.csproj (modified) * branches/ProblemRefactoring/HeuristicLab.Problems.QuadraticAssignment/3.3/Interfaces/IQAPLocalImprovementOperator.cs (moved) * branches/ProblemRefactoring/HeuristicLab.Problems.QuadraticAssignment/3.3/LocalImprovement/QAPExhaustiveInsertionLocalImprovement.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Problems.QuadraticAssignment/3.3/LocalImprovement/QAPExhaustiveInversionLocalImprovement.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Problems.QuadraticAssignment/3.3/LocalImprovement/QAPExhaustiveSwap2LocalImprovement.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Problems.QuadraticAssignment/3.3/LocalImprovement/QAPStochasticScrambleLocalImprovement.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Problems.QuadraticAssignment/3.3/QuadraticAssignmentProblem.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Problems.QuadraticAssignment/3.3/SimilarityCalculators (added) #2521: * Refactored QuadraticAssignmentProblem to use new ... Wed, 25 Nov 2015 10:53:04 GMT mkommend [13394] * branches/HeuristicLab.Problems.MultiObjectiveTestFunctions (added) * branches/HeuristicLab.Problems.MultiObjectiveTestFunctions/Build.cmd (added) * branches/HeuristicLab.Problems.MultiObjectiveTestFunctions/HeuristicLab.Problems.MultiObjectiveTestFunctions (added) * branches/HeuristicLab.Problems.MultiObjectiveTestFunctions/HeuristicLab.Problems.MultiObjectiveTestFunctions/3.3 (added) * branches/HeuristicLab.Problems.MultiObjectiveTestFunctions/HeuristicLab.Problems.MultiObjectiveTestFunctions/3.3/HeuristicLab.Problems.MultiObjectiveTestFunctions-3.3.csproj (added) * branches/HeuristicLab.Problems.MultiObjectiveTestFunctions/HeuristicLab.Problems.MultiObjectiveTestFunctions/3.3/HeuristicLab.snk (added) * branches/HeuristicLab.Problems.MultiObjectiveTestFunctions/HeuristicLab.Problems.MultiObjectiveTestFunctions/3.3/Plugin.cs.frame (added) * branches/HeuristicLab.Problems.MultiObjectiveTestFunctions/HeuristicLab.Problems.MultiObjectiveTestFunctions/3.3/Properties (added) * branches/HeuristicLab.Problems.MultiObjectiveTestFunctions/HeuristicLab.Problems.MultiObjectiveTestFunctions/3.3/Properties/AssemblyInfo.cs.frame (added) * branches/HeuristicLab.Problems.MultiObjectiveTestFunctions/MultiObjectiveTestFunctions.sln (added) * branches/HeuristicLab.Problems.MultiObjectiveTestFunctions/PreBuildEvent.cmd (added) #1087: Created new plugin for multi-objective test functions. Wed, 25 Nov 2015 07:54:15 GMT ascheibe [13391] * branches/WebApplication (deleted) #1198 removed remaining WebApplication branch Tue, 24 Nov 2015 18:15:23 GMT abeham [13390] * branches/ProblemRefactoring/HeuristicLab.Problems.Programmable/3.3/MultiObjectiveProgrammableProblem.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Problems.Programmable/3.3/SingleObjectiveProgrammableProblem.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Problems.Programmable/3.3/Templates/MultiObjectiveCombinedEncodingProblem_Template.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Problems.Programmable/3.3/Templates/SingleObjectiveCombinedEncodingProblem_Template.cs (modified) #2521: fixed template and bug in programmable problem with multi encoding Tue, 24 Nov 2015 18:02:57 GMT gkronber [13389] * branches/RefactorPluginInfrastructure-2522/HeuristicLab.Optimizer/3.3/Plugin.cs.frame (modified) * branches/RefactorPluginInfrastructure-2522/HeuristicLab.PluginInfrastructure.UI/HeuristicLab.PluginInfrastructure.UI-4.0.csproj (modified) * branches/RefactorPluginInfrastructure-2522/HeuristicLab.PluginInfrastructure.UI/Properties (modified) * branches/RefactorPluginInfrastructure-2522/HeuristicLab.PluginInfrastructure.UI/SplashScreen.cs (modified) * branches/RefactorPluginInfrastructure-2522/HeuristicLab.PluginInfrastructure/3.3/ApplicationDescription.cs (modified) * branches/RefactorPluginInfrastructure-2522/HeuristicLab.PluginInfrastructure/3.3/PluginDescription.cs (modified) * branches/RefactorPluginInfrastructure-2522/HeuristicLab.PluginInfrastructure/3.3/PluginDescriptionIterator.cs (modified) * branches/RefactorPluginInfrastructure-2522/HeuristicLab.PluginInfrastructure/3.3/PluginFile.cs (modified) * branches/RefactorPluginInfrastructure-2522/HeuristicLab.PluginInfrastructure/3.3/PluginInfrastructureEventArgs.cs (modified) * branches/RefactorPluginInfrastructure-2522/HeuristicLab.PluginInfrastructure/3.3/PluginManager.cs (modified) * branches/RefactorPluginInfrastructure-2522/HeuristicLab.PluginInfrastructure/3.3/PluginValidator.cs (modified) * branches/RefactorPluginInfrastructure-2522/HeuristicLab.PluginInfrastructure/3.3/SandboxApplicationManager.cs (modified) * branches/RefactorPluginInfrastructure-2522/HeuristicLab.PluginInfrastructure/3.3/SandboxManager.cs (modified) * branches/RefactorPluginInfrastructure-2522/HeuristicLab/3.3/HeuristicLab-3.3.csproj (modified) * branches/RefactorPluginInfrastructure-2522/HeuristicLab/3.3/Program.cs (modified) #2522: removed Starter form and instead init plugin discovery and ... Tue, 24 Nov 2015 17:43:08 GMT abeham [13388] * branches/ProblemRefactoring/HeuristicLab.Optimization.Views/3.3/CreateNewSingleEncodingDialog.Designer.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Optimization.Views/3.3/CreateNewSingleEncodingDialog.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Optimization.Views/3.3/CreateNewSingleEncodingDialog.resx (deleted) * branches/ProblemRefactoring/HeuristicLab.Optimization.Views/3.3/HeuristicLab.Optimization.Views-3.3.csproj (modified) * branches/ProblemRefactoring/HeuristicLab.Optimization.Views/3.3/MultiEncodingView.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Optimization.Views/3.3/ProblemInstanceProviderView.Designer.cs (deleted) * branches/ProblemRefactoring/HeuristicLab.Optimization.Views/3.3/ProblemInstanceProviderView.cs (deleted) * branches/ProblemRefactoring/HeuristicLab.Optimization/3.3/BasicProblems/MultiObjectiveProblem.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Optimization/3.3/BasicProblems/SingleObjectiveProblem.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Problems.Programmable/3.3/Plugin.cs.frame (modified) #2521: * Readded excluded views * Removed ... Tue, 24 Nov 2015 17:32:55 GMT swagner [13387] * branches/PersistenceOverhaul/HeuristicLab.Persistence/4.0/Core/StaticCache.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Persistence/4.0/Transformers/Transformers.cs (modified) #2520: Worked on new persistence implementation Tue, 24 Nov 2015 17:24:01 GMT ascheibe [13386] * branches/PersistenceOverhaul/HeuristicLab.Clients.Hive/3.3/HiveTasks/HiveTask.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Collections/3.3/BidirectionalLookup.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Core/3.3/Collections/DirectedGraph/Arc.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Core/3.3/Collections/DirectedGraph/Vertex.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Operators/3.3/StochasticMultiBranch.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimization/3.3/Problems/UserDefinedProblem.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Persistence/4.0/Transformers/Transformers.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification/3.4/SymbolicNearestNeighbourClassificationModel.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Tests/HeuristicLab.Persistence-3.3/StorableAttributeTests.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Tests/HeuristicLab.Persistence-3.3/UseCases.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Tests/HeuristicLab.Persistence-3.3/UseCasesPersistenceNew.cs (copied) * branches/PersistenceOverhaul/HeuristicLab.Tests/HeuristicLab.Tests.csproj (modified) #2520 - fixed duplicate guids - adapted/added unit tests for new ... Tue, 24 Nov 2015 17:22:29 GMT abeham [13385] * branches/ProblemRefactoring/HeuristicLab.Algorithms.ParameterlessPopulationPyramid/3.3/Plugin.cs.frame (modified) * branches/ProblemRefactoring/HeuristicLab.Optimizer/3.3/Documents/ALPSGA_TSP.hl (modified) * branches/ProblemRefactoring/HeuristicLab.Optimizer/3.3/Documents/ALPSGP_SymReg.hl (modified) * branches/ProblemRefactoring/HeuristicLab.Optimizer/3.3/Documents/ES_Griewank.hl (modified) * branches/ProblemRefactoring/HeuristicLab.Optimizer/3.3/Documents/GA_Grouping.hl (modified) * branches/ProblemRefactoring/HeuristicLab.Optimizer/3.3/Documents/GA_TSP.hl (modified) * branches/ProblemRefactoring/HeuristicLab.Optimizer/3.3/Documents/GA_VRP.hl (modified) * branches/ProblemRefactoring/HeuristicLab.Optimizer/3.3/Documents/GE_ArtificialAnt.hl (modified) * branches/ProblemRefactoring/HeuristicLab.Optimizer/3.3/Documents/GE_SymbReg.hl (modified) * branches/ProblemRefactoring/HeuristicLab.Optimizer/3.3/Documents/GPR.hl (modified) * branches/ProblemRefactoring/HeuristicLab.Optimizer/3.3/Documents/GP_Multiplexer.hl (modified) * branches/ProblemRefactoring/HeuristicLab.Optimizer/3.3/Documents/IslandGA_TSP.hl (modified) * branches/ProblemRefactoring/HeuristicLab.Optimizer/3.3/Documents/LS_Knapsack.hl (modified) * branches/ProblemRefactoring/HeuristicLab.Optimizer/3.3/Documents/OSGP_TimeSeries.hl (modified) * branches/ProblemRefactoring/HeuristicLab.Optimizer/3.3/Documents/PSO_Schwefel.hl (modified) * branches/ProblemRefactoring/HeuristicLab.Optimizer/3.3/Documents/RAPGA_JSSP.hl (modified) * branches/ProblemRefactoring/HeuristicLab.Optimizer/3.3/Documents/SA_Rastrigin.hl (modified) * branches/ProblemRefactoring/HeuristicLab.Optimizer/3.3/Documents/SGP_Robocode.hl (added) * branches/ProblemRefactoring/HeuristicLab.Optimizer/3.3/Documents/SGP_SantaFe.hl (modified) * branches/ProblemRefactoring/HeuristicLab.Optimizer/3.3/Documents/SGP_SymbClass.hl (modified) * branches/ProblemRefactoring/HeuristicLab.Optimizer/3.3/Documents/SGP_SymbReg.hl (modified) * branches/ProblemRefactoring/HeuristicLab.Optimizer/3.3/Documents/SS_VRP.hl (modified) * branches/ProblemRefactoring/HeuristicLab.Optimizer/3.3/Documents/TS_TSP.hl (modified) * branches/ProblemRefactoring/HeuristicLab.Optimizer/3.3/Documents/TS_VRP.hl (modified) * branches/ProblemRefactoring/HeuristicLab.Optimizer/3.3/Documents/VNS_OP.hl (modified) * branches/ProblemRefactoring/HeuristicLab.Optimizer/3.3/Documents/VNS_TSP.hl (modified) * branches/ProblemRefactoring/HeuristicLab.Optimizer/3.3/HeuristicLab.Optimizer-3.3.csproj (modified) * branches/ProblemRefactoring/HeuristicLab.Problems.Programmable/3.3/MultiObjectiveProgrammableProblem.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Problems.Programmable/3.3/Plugin.cs.frame (modified) * branches/ProblemRefactoring/HeuristicLab.Problems.Programmable/3.3/ProblemDefinitionScript.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Problems.Programmable/3.3/SingleObjectiveProgrammableProblem.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Tests/HeuristicLab-3.3/Samples/GAGroupingProblemSampleTest.cs (modified) #2521: fixed plugin dependencies and updated samples Tue, 24 Nov 2015 17:07:33 GMT mkommend [13384] * branches/irace (deleted) #2438: Deleted irace branch (original ticket #2213). Tue, 24 Nov 2015 16:58:17 GMT mkommend [13383] * branches/HiveStatistics (deleted) #2438: Deleted branch for HiveStatistics (original ticket #2388). Tue, 24 Nov 2015 16:58:03 GMT abeham [13382] * branches/ProblemRefactoring/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/SymbolicExpressionTreeEncoding.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Problems.Programmable/3.3/MultiObjectiveProgrammableProblem.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Problems.Programmable/3.3/SingleObjectiveProgrammableProblem.cs (modified) #2521: added default ctor to SymbolicExpressionTreeEncoding ... Tue, 24 Nov 2015 16:51:59 GMT mkommend [13381] * branches/mbot (deleted) #2438: Deleted branch for mbot. Tue, 24 Nov 2015 16:50:48 GMT abeham [13380] * branches/ProblemRefactoring/HeuristicLab.Core/3.3/Attributes/CreatableAttribute.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Problems.Programmable/3.3/Templates/MultiObjectiveCombinedEncodingProblem_Template.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Problems.Programmable/3.3/Templates/SingleObjectiveCombinedEncodingProblem_Template.cs (modified) #2521: updated categories, template Tue, 24 Nov 2015 16:50:48 GMT mkommend [13379] * branches/VisualizeAsMDS (deleted) #2438: Deleted VisualizeAsMDS branch. Tue, 24 Nov 2015 16:46:18 GMT jkarder [13378] * branches/PausableBasicAlgorithm/HeuristicLab.Algorithms.ParameterlessPopulationPyramid/3.3/HillClimber.cs (modified) * branches/PausableBasicAlgorithm/HeuristicLab.Algorithms.ParameterlessPopulationPyramid/3.3/ParameterlessPopulationPyramid.cs (modified) * branches/PausableBasicAlgorithm/HeuristicLab.Optimization.Views/3.3/BasicAlgorithmView.cs (modified) * branches/PausableBasicAlgorithm/HeuristicLab.Optimization/3.3/Algorithms/BasicAlgorithm.cs (modified) #2524: made `BasicAlgorithm` pausable Tue, 24 Nov 2015 16:44:41 GMT mkommend [13377] * branches/ProblemRefactoring/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Interfaces/ISymbolicDataAnalysisProblem.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Problems.LinearAssignment/3.3/LinearAssignmentProblem.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Problems.QuadraticAssignment/3.3/QuadraticAssignmentProblem.cs (modified) #2521: Added missing interfaces to problems. Tue, 24 Nov 2015 16:44:26 GMT abeham [13376] * branches/ProblemRefactoring/HeuristicLab.Core/3.3/Attributes/CreatableAttribute.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Optimization/3.3/BasicProblems/CombinedEncoding.cs (moved) * branches/ProblemRefactoring/HeuristicLab.Optimization/3.3/BasicProblems/CombinedSolution.cs (copied) * branches/ProblemRefactoring/HeuristicLab.Optimization/3.3/BasicProblems/Individuals (deleted) * branches/ProblemRefactoring/HeuristicLab.Optimization/3.3/BasicProblems/Operators/MultiEncodingCreator.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Optimization/3.3/BasicProblems/Operators/MultiEncodingCrossover.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Optimization/3.3/BasicProblems/Problem.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Optimization/3.3/HeuristicLab.Optimization-3.3.csproj (modified) * branches/ProblemRefactoring/HeuristicLab.Problems.Programmable/3.3/HeuristicLab.Problems.Programmable-3.3.csproj (modified) * branches/ProblemRefactoring/HeuristicLab.Problems.Programmable/3.3/MultiObjectiveProgrammableProblem.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Problems.Programmable/3.3/ProgrammableProblemInstances.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Problems.Programmable/3.3/SingleObjectiveProgrammableProblem.cs (modified) #2521: working on refactoring Tue, 24 Nov 2015 16:29:09 GMT swagner [13375] * branches/PersistenceOverhaul/HeuristicLab.Persistence/3.3/Default/CompositeSerializers/Storable/StorableClassAttribute.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Persistence/4.0/Core/StaticCache.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Persistence/4.0/Protos/PersistenceMessages.proto (modified) * branches/PersistenceOverhaul/HeuristicLab.Persistence/4.0/Transformers/Transformers.cs (modified) #2520: Worked on new persistence implementation Tue, 24 Nov 2015 16:28:39 GMT abeham [13374] * branches/ProblemRefactoring/HeuristicLab.Problems.Programmable/3.3/Templates/CompiledMultiObjectiveProblemDefinition.cs (deleted) #2521: removed obsolete file