# # ChangeLog for branches # # Generated by Trac 1.0.12 # 05/21/24 21:23:21 Thu, 09 Mar 2017 12:52:38 GMT gkronber [14739] * branches/PersistenceOverhaul/HeuristicLab.Persistence/4.0/Core/StaticCache.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Tests/HeuristicLab.Persistence-3.3/UseCasesPersistenceNew.cs (modified) * branches/PersistenceOverhaul/Types (modified) * branches/PersistenceOverhaul/Types/Types (modified) #2520: added a sketch for a unit test for conversion (and set ... Thu, 09 Mar 2017 07:59:33 GMT bwerth [14736] * branches/EfficientGlobalOptimization (moved) #2745 move folder to correct place Thu, 09 Mar 2017 07:49:08 GMT bwerth [14735] * branches/3.1/EfficientGlobalOptimization (added) #2745 created new branch folder Wed, 08 Mar 2017 10:57:42 GMT pkimmesw [14733] * branches/PushGP/HeuristicLab.PushGP/.vs/PushGp/v14/.suo (modified) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/HeuristicLab.BenchmarkSuite.csproj (modified) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Problems/Data.cs (modified) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Problems/Example.cs (modified) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/HeuristicLab.Problems.ProgramSynthesis.csproj (modified) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Creator/IPushProgramCreator.cs (modified) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Creator/PointsBasedPushProgramCreator.cs (modified) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/BooleanExpressions.cs (modified) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/CodeExpressions.cs (modified) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/DefineExpressions.cs (modified) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/DoCountExpressions.cs (modified) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/DoRangeExpressions.cs (modified) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/DoTimesExpressions.cs (modified) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/DuplicateExpressions.cs (modified) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/EqualsExpressions.cs (modified) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/ExecExpressions.cs (modified) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/Expression.cs (modified) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/ExpressionTable.cs (modified) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/FloatExpressions.cs (modified) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/FlushExpressions.cs (modified) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/IntegerExpressions.cs (modified) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/LoopExpression.cs (modified) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/NameExpressions.cs (modified) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/PopExpressions.cs (modified) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/PushExpressions.cs (modified) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/RandExpressions.cs (modified) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/RotateExpressions.cs (modified) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/ShoveExpressions.cs (modified) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/StackdepthExpressions.cs (modified) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/StatelessExpression.cs (modified) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/SwapExpressions.cs (modified) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/YankDuplicateExpressions.cs (modified) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/YankExpressions.cs (modified) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Generators/CodeGenerator.cs (modified) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Problem/PushProblem.cs (modified) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Problem/PushSolution.cs (modified) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Tests/Benchmark/ProblemTests.cs (modified) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Tests/Interpreter/ExpressionTest.cs (modified) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Tests/Interpreter/Expressions/CodeExpressionTests.cs (modified) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Tests/Interpreter/Expressions/ExampleTests.cs (modified) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Tests/Interpreter/Expressions/ExecExpressionTests.cs (modified) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Tests/Interpreter/Expressions/StandardTests.cs (modified) * branches/PushGP/HeuristicLab.PushGP/PushGP.Cli/Program.cs (modified) #2665 Storable problem data, Renamings due to typos, Removed GP from ... Wed, 08 Mar 2017 09:49:24 GMT gkronber [14731] * branches/PersistenceOverhaul/HeuristicLab.Optimizer/3.3/Documents (modified) * branches/PersistenceOverhaul/Types (added) * branches/PersistenceOverhaul/Types/Types (added) * branches/PersistenceOverhaul/Types/Types.sln (added) * branches/PersistenceOverhaul/Types/Types/App.config (added) * branches/PersistenceOverhaul/Types/Types/Program.cs (added) * branches/PersistenceOverhaul/Types/Types/Properties (added) * branches/PersistenceOverhaul/Types/Types/Properties/AssemblyInfo.cs (added) * branches/PersistenceOverhaul/Types/Types/Types.csproj (added) #2520: added tool program which adds StorableType attributes to ... Wed, 08 Mar 2017 09:23:51 GMT mkommend [14730] * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/PushProgram.cs (modified) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/StatefullExpression.cs (modified) #2665: Removed memory pressure from expressions. Wed, 08 Mar 2017 07:53:43 GMT pkimmesw [14729] * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/ExecExpressions.cs (modified) #2665 PushGP Interpreter, Removed stateless expression creation Wed, 08 Mar 2017 07:46:31 GMT pkimmesw [14728] * branches/PushGP/HeuristicLab.PushGP/.vs/PushGp/v14/.suo (modified) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Problem/PushProblem.cs (modified) #2665 PushGP HL Integration, Fixed Math.Abs Overflow Tue, 07 Mar 2017 23:29:05 GMT pkimmesw [14727] * branches/PushGP/HeuristicLab.Algorithms.PushGP (deleted) * branches/PushGP/HeuristicLab.PushGP (added) * branches/PushGP/HeuristicLab.PushGP/.vs (added) * branches/PushGP/HeuristicLab.PushGP/.vs/PushGp (added) * branches/PushGP/HeuristicLab.PushGP/.vs/PushGp/v14 (added) * branches/PushGP/HeuristicLab.PushGP/.vs/PushGp/v14/.suo (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/ArtificialDataDescriptor.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/BenchmarkSuiteDataDescriptor.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/BenchmarkSuiteInstanceProvider.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Data (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Data/BenchmarkExamples (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Data/BenchmarkExamples.zip (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Data/BenchmarkExamples.zip.bk (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Data/BenchmarkExamples/Checksum.csv (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Data/BenchmarkExamples/ChecksumTest.csv (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Data/BenchmarkExamples/ChecksumTraining.csv (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Data/BenchmarkExamples/CollatzNumbersTest.csv (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Data/BenchmarkExamples/CollatzNumbersTraining.csv (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Data/BenchmarkExamples/CompareStringLengthsTest.csv (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Data/BenchmarkExamples/CompareStringLengthsTraining.csv (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Data/BenchmarkExamples/CountOdds.csv (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Data/BenchmarkExamples/CountOddsTest.csv (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Data/BenchmarkExamples/CountOddsTraining.csv (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Data/BenchmarkExamples/DigitsTest.csv (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Data/BenchmarkExamples/DigitsTraining.csv (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Data/BenchmarkExamples/DoubleLettersTest.csv (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Data/BenchmarkExamples/DoubleLettersTraining.csv (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Data/BenchmarkExamples/EvenSquaresTest.csv (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Data/BenchmarkExamples/EvenSquaresTraining.csv (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Data/BenchmarkExamples/ForLoopIndexTest.csv (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Data/BenchmarkExamples/ForLoopIndexTraining.csv (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Data/BenchmarkExamples/GradesTest.csv (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Data/BenchmarkExamples/GradesTraining.csv (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Data/BenchmarkExamples/LastIndexOfZeroTest.csv (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Data/BenchmarkExamples/LastIndexOfZeroTraining.csv (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Data/BenchmarkExamples/MedianTest.csv (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Data/BenchmarkExamples/MedianTraining.csv (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Data/BenchmarkExamples/MirrorImageTest.csv (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Data/BenchmarkExamples/MirrorImageTraining.csv (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Data/BenchmarkExamples/NegativeToZeroTest.csv (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Data/BenchmarkExamples/NegativeToZeroTraining.csv (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Data/BenchmarkExamples/NumberIoTest.csv (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Data/BenchmarkExamples/NumberIoTraining.csv (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Data/BenchmarkExamples/PigLatinTest.csv (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Data/BenchmarkExamples/PigLatinTraining.csv (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Data/BenchmarkExamples/ReplaceSpaceWithNewlineTest.csv (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Data/BenchmarkExamples/ReplaceSpaceWithNewlineTraining.csv (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Data/Checksum.csv (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Data/CountOdds.csv (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Example.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/HeuristicLab.BenchmarkSuite.csproj (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/HeuristicLab.BenchmarkSuite.csproj.user (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/IBenchmarkSuiteDataDescriptor.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/IBenchmarkSuiteDataDescritpor.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/IExampleParser.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Plugin.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Problems (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Problems/Checksum.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Problems/CollatzNumbers.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Problems/CountOdds.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Problems/Data.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Problems/Digits.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Problems/DoubleLetters.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Problems/EvenSquares.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Problems/Example.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Problems/ForLoopIndex.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Problems/Grades.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Problems/LastIndexOfZero.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Problems/Median.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Problems/MirrorImage.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Problems/NegativeToZero.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Problems/NumberIo.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Problems/PigLatin.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Problems/ReplaceSpaceWithNewline.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Properties (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Properties/AssemblyInfo.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Views (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Views/DataEditorView.Designer.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Views/DataEditorView.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problem.ProgramSynthesis.BenchmarkSuite/Views/DataEditorView.resx (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/HeuristicLab.Problems.ProgramSynthesis.csproj (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/HeuristicLab.Problems.ProgramSynthesis.csproj.user (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Plugin.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Properties (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Properties/AssemblyInfo.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Properties/Resources.Designer.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Properties/Resources.resx (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Attributes (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Attributes/PushExpressionAttriubte.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Configuration (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Configuration/IEnabledExpressionsConfiguration.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Configuration/IReadonlyPushGpConfiguration.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Configuration/PushGpConfiguration.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Creator (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Creator/IPushProgramCreator.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Creator/PointsBasedPushProgramCreator.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Data (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Data/Pool (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Data/Pool/IRecyclable.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Data/Pool/ObjectPool.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Data/Tree (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Data/Tree/ExpressionNode.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Data/Tree/ExpressionTree.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Exporter (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Exporter/Exporter.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Expressions (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/BooleanExpressions.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/CodeExpressions.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/DefineExpressions.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/DoCountExpressions.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/DoRangeExpressions.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/DoTimesExpressions.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/DuplicateExpressions.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/EqualsExpressions.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/ExecExpressions.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/Expression.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/ExpressionTable.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/FloatExpressions.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/FlushExpressions.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/IntegerExpressions.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/LoopExpression.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/NameExpressions.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/PopExpressions.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/PushExpressions.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/PushProgram.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/PushResultExpression.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/RandExpressions.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/RotateExpressions.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/ShoveExpressions.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/StackdepthExpressions.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/StatefullExpression.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/StatelessExpression.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/SwapExpressions.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/YankDuplicateExpressions.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/YankExpressions.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Generators (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Generators/CodeGenerator.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Generators/NameGenerator.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Interpreter (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Interpreter/IPushGpInterpreter.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Interpreter/PooledPushGpInterpreter.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Interpreter/PushGPInterpreter.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Interpreter/PushGpInterpreterPool.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Parser (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Parser/PushGPParser.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Problem (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Problem/PushEncoding.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Problem/PushProblem.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Problem/PushSolution.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/PushEvalutator.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/PushProgram.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Simplifier (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Simplifier/ISimplifier.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Simplifier/RandomSimplifier.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Solution (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Stack (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Stack/IStack.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Stack/PushGPStack.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Stack/StackType.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Views (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Views/ExpressionSelectionView.Designer.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Views/ExpressionSelectionView.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Views/ExpressionSelectionView.resx (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Views/PushProgramDebuggerView.Designer.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Views/PushProgramDebuggerView.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Views/PushProgramDebuggerView.resx (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/StyleCop.Cache (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Tests (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Tests/Benchmark (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Tests/Benchmark/Data (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Tests/Benchmark/Data/BenchmarkExamples.zip (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Tests/Benchmark/Example.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Tests/Benchmark/ExampleConverter.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Tests/Benchmark/Problem (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Tests/Benchmark/Problem/CountOdds.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Tests/Benchmark/Problem/Problem.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Tests/Benchmark/ProblemTests.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Tests/HeuristicLab.Tests.csproj (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Tests/HeuristicLab.Tests.csproj.user (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Tests/Interpreter (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Tests/Interpreter/ExpressionTest.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Tests/Interpreter/Expressions (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Tests/Interpreter/Expressions/BooleanExpressionTests.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Tests/Interpreter/Expressions/CodeExpressionTests.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Tests/Interpreter/Expressions/CommonTests.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Tests/Interpreter/Expressions/ExampleTests.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Tests/Interpreter/Expressions/ExecExpressionTests.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Tests/Interpreter/Expressions/FloatExpressionTests.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Tests/Interpreter/Expressions/IntegerExpressionTests.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Tests/Interpreter/Expressions/NameExpressionTests.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Tests/Interpreter/Expressions/StandardTests.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Tests/Interpreter/Generator (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Tests/Interpreter/InterpreterTest.cs (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Tests/Properties (added) * branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Tests/Properties/AssemblyInfo.cs (added) * branches/PushGP/HeuristicLab.PushGP/PushGP.Cli (added) * branches/PushGP/HeuristicLab.PushGP/PushGP.Cli/App.config (added) * branches/PushGP/HeuristicLab.PushGP/PushGP.Cli/HeuristicLab.Algorithms.PushGP.Cli.csproj (added) * branches/PushGP/HeuristicLab.PushGP/PushGP.Cli/Program.cs (added) * branches/PushGP/HeuristicLab.PushGP/PushGP.Cli/Properties (added) * branches/PushGP/HeuristicLab.PushGP/PushGP.Cli/Properties/AssemblyInfo.cs (added) * branches/PushGP/HeuristicLab.PushGP/PushGp.sln (added) * branches/PushGP/HeuristicLab.PushGP/PushGp.sln.DotSettings.user (added) #2665 PushGP HL Integration, Views, Parameters Tue, 07 Mar 2017 15:55:03 GMT mkommend [14725] * branches/DataPreprocessing Enhancements/HeuristicLab.DataPreprocessing.Views/3.4/HistogramView.cs (modified) * branches/DataPreprocessing Enhancements/HeuristicLab.DataPreprocessing.Views/3.4/PreprocessingChartView.cs (modified) * branches/DataPreprocessing Enhancements/HeuristicLab.DataPreprocessing.Views/3.4/ScatterPlotMultiView.Designer.cs (modified) * branches/DataPreprocessing Enhancements/HeuristicLab.DataPreprocessing.Views/3.4/ScatterPlotMultiView.cs (modified) * branches/DataPreprocessing Enhancements/HeuristicLab.DataPreprocessing.Views/3.4/ScatterPlotSingleView.Designer.cs (modified) * branches/DataPreprocessing Enhancements/HeuristicLab.DataPreprocessing.Views/3.4/ScatterPlotSingleView.cs (modified) * branches/DataPreprocessing Enhancements/HeuristicLab.DataPreprocessing/3.4/Content/HistogramContent.cs (modified) * branches/DataPreprocessing Enhancements/HeuristicLab.DataPreprocessing/3.4/Content/PreprocessingChartContent.cs (modified) * branches/DataPreprocessing Enhancements/HeuristicLab.DataPreprocessing/3.4/Content/ScatterPlotContent.cs (modified) * branches/DataPreprocessing Enhancements/HeuristicLab.DataPreprocessing/3.4/Content/SingleScatterPlotContent.cs (modified) #2709: Added grouping for multi scatter plot view. Tue, 07 Mar 2017 14:32:44 GMT mkommend [14724] * branches/DataPreprocessing Enhancements/HeuristicLab.DataPreprocessing.Views/3.4/ScatterPlotSingleView.Designer.cs (modified) * branches/DataPreprocessing Enhancements/HeuristicLab.DataPreprocessing.Views/3.4/ScatterPlotSingleView.cs (modified) * branches/DataPreprocessing Enhancements/HeuristicLab.DataPreprocessing/3.4/Content/ScatterPlotContent.cs (modified) #2709: Adapted data preprocessing scatter plot to allow grouping of ... Tue, 07 Mar 2017 10:02:19 GMT mkommend [14723] * branches/DataPreprocessing Enhancements/HeuristicLab.DataPreprocessing (modified) * branches/DataPreprocessing Enhancements/HeuristicLab.DataPreprocessing.Views (modified) * branches/DataPreprocessing Enhancements/HeuristicLab.DataPreprocessing.Views/3.4/DataGridContentView.cs (modified) #2709: Updated branch with most recent trunk changes. Mon, 06 Mar 2017 16:15:11 GMT gkronber [14720] * branches/symbreg-factors-2650/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Formatters/SymbolicDataAnalysisExpressionCSharpFormatter.cs (modified) #2650: changed translation of variable names to C# identifiers Mon, 06 Mar 2017 16:10:14 GMT gkronber [14719] * branches/symbreg-factors-2650/HeuristicLab.Algorithms.DataAnalysis/3.4/NonlinearRegression/NonlinearRegression.cs (modified) #2650: forgot to update another reference (see r14717) Mon, 06 Mar 2017 15:40:33 GMT gkronber [14717] * branches/symbreg-factors-2650/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Importer/SymbolicExpressionImporter.cs (modified) * branches/symbreg-factors-2650/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/SymbolicDataAnalysisProblem.cs (modified) * branches/symbreg-factors-2650/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Symbols/FactorVariable.cs (modified) * branches/symbreg-factors-2650/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Symbols/FactorVariableTreeNode.cs (modified) #2650: use a dictionary of variable values instead of a list in ... Mon, 06 Mar 2017 15:01:18 GMT gkronber [14716] * branches/symbreg-factors-2650/HeuristicLab.Tests/HeuristicLab.Problems.DataAnalysis.Symbolic-3.4/SymbolicDataAnalysisExpressionTreeSimplifierTest.cs (modified) #2650: added a unit test for simplification of (factor - constant) Mon, 06 Mar 2017 14:56:48 GMT gkronber [14715] * branches/symbreg-factors-2650/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Interpreter/SymbolicDataAnalysisExpressionTreeILEmittingInterpreter.cs (modified) #2650: reverted changes to IL emitting interpreter Mon, 06 Mar 2017 09:19:39 GMT gkronber [14714] * branches/PersistenceOverhaul/HeuristicLab.Common/3.3/TypeEqualityComparer.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Grammars/SimpleSymbolicExpressionGrammar.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Persistence/4.0/Core/StaticCache.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Creators/MultiSymbolicDataAnalysisExpressionCreator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Crossovers/SymbolicDataAnalysisExpressionCrossover.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Crossovers/SymbolicDataAnalysisExpressionDepthConstrainedCrossover.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Crossovers/SymbolicDataAnalysisExpressionDeterministicBestCrossover.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Crossovers/SymbolicDataAnalysisExpressionProbabilisticFunctionalCrossover.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Crossovers/SymbolicDataAnalysisExpressionSemanticSimilarityCrossover.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.Orienteering/3.3/Analyzers/BestOrienteeringSolutionAnalyzer.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Tests/HeuristicLab.Persistence-3.3/UseCasesPersistenceNew.cs (modified) #2520: added missing StorableType attributes and registered more ... Fri, 03 Mar 2017 17:41:01 GMT gkronber [14713] * branches/PersistenceOverhaul/HeuristicLab.Algorithms.ALPS/3.3/AgingScheme.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimization.Operators/3.3/NoSimilarityCalculator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimization.Operators/3.3/QualitySimilarityCalculator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Persistence/3.3/Default/CompositeSerializers/Storable/StorableSerializer.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Persistence/4.0/Core/StaticCache.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Persistence/4.0/Transformers/StorableClassTransformer.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression/3.4/SingleObjective/SymbolicRegressionSolutionsAnalyzer.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Crossovers/SymbolicDataAnalysisExpressionContextAwareCrossover.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.Knapsack/3.3/SimilarityCalculators/KnapsackSimilarityCalculator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.QuadraticAssignment/3.3/QAPSimilarityCalculator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.TravelingSalesman/3.3/SimilarityCalculators/TSPSimilarityCalculator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Tests/HeuristicLab.Persistence-3.3/UseCasesPersistenceNew.cs (modified) #2520 work in progress to support loading/saving of all samples Fri, 03 Mar 2017 16:33:24 GMT gkronber [14712] * branches/PersistenceOverhaul/HeuristicLab.Algorithms.ALPS/3.3/AgingScheme.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Algorithms.ALPS/3.3/AlpsGeneticAlgorithm.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Algorithms.ALPS/3.3/AlpsGeneticAlgorithmMainLoop.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Algorithms.ALPS/3.3/AlpsGeneticAlgorithmMainOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Algorithms.ALPS/3.3/Analyzers/AgeDistributionAnalyzer.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Algorithms.ALPS/3.3/Analyzers/OldestAverageYoungestAgeAnalyzer.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Algorithms.ALPS/3.3/Analyzers/OldestAverageYoungestAgeCalculator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Algorithms.ALPS/3.3/EldersSelector.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Algorithms.ALPS/3.3/LastLayerCloner.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Algorithms.ALPS/3.3/MatingPoolCreator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Algorithms.ALPS/3.3/ReseedingController.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Algorithms.ALPS/3.3/ResultsHistoryWiper.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Algorithms.ALPS/3.3/WeightingReducer.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Algorithms.Benchmarks/3.3/IBenchmark.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Algorithms.CMAEvolutionStrategy/3.3/CMAAnalyzer.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Algorithms.CMAEvolutionStrategy/3.3/CMAOperators/CMAEqualweightedRecombinator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Algorithms.CMAEvolutionStrategy/3.3/CMAOperators/CMAInitializer.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Algorithms.CMAEvolutionStrategy/3.3/CMAOperators/CMALinearweightedRecombinator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Algorithms.CMAEvolutionStrategy/3.3/CMAOperators/CMALogweightedRecombinator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Algorithms.CMAEvolutionStrategy/3.3/CMAOperators/CMAMutator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Algorithms.CMAEvolutionStrategy/3.3/CMAOperators/CMARecombinator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Algorithms.CMAEvolutionStrategy/3.3/CMAOperators/CMAUpdater.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Algorithms.CMAEvolutionStrategy/3.3/Interfaces/ICMAInitializer.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Algorithms.CMAEvolutionStrategy/3.3/Interfaces/ICMAManipulator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Algorithms.CMAEvolutionStrategy/3.3/Interfaces/ICMARecombinator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Algorithms.CMAEvolutionStrategy/3.3/Interfaces/ICMAUpdater.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Algorithms.CMAEvolutionStrategy/3.4/CMAAnalyzer.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Algorithms.CMAEvolutionStrategy/3.4/CMAOperators/CMAEqualweightedRecombinator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Algorithms.CMAEvolutionStrategy/3.4/CMAOperators/CMAInitializer.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Algorithms.CMAEvolutionStrategy/3.4/CMAOperators/CMALinearweightedRecombinator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Algorithms.CMAEvolutionStrategy/3.4/CMAOperators/CMALogweightedRecombinator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Algorithms.CMAEvolutionStrategy/3.4/CMAOperators/CMAMutator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Algorithms.CMAEvolutionStrategy/3.4/CMAOperators/CMARecombinator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Algorithms.CMAEvolutionStrategy/3.4/CMAOperators/CMAUpdater.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Algorithms.CMAEvolutionStrategy/3.4/Interfaces/ICMAInitializer.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Algorithms.CMAEvolutionStrategy/3.4/Interfaces/ICMAManipulator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Algorithms.CMAEvolutionStrategy/3.4/Interfaces/ICMARecombinator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Algorithms.CMAEvolutionStrategy/3.4/Interfaces/ICMAUpdater.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Algorithms.DataAnalysis/3.4/GaussianProcess/ICovarianceFunction.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Algorithms.DataAnalysis/3.4/GaussianProcess/IMeanFunction.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Algorithms.DataAnalysis/3.4/GradientBoostedTrees/GradientBoostedTreesAlgorithmStatic.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Algorithms.DataAnalysis/3.4/GradientBoostedTrees/IGradientBoostedTreesModel.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Algorithms.DataAnalysis/3.4/GradientBoostedTrees/LossFunctions/ILossFunction.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Algorithms.DataAnalysis/3.4/Interfaces/IDataAnalysisAlgorithm.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Algorithms.DataAnalysis/3.4/Interfaces/IGaussianProcessClassificationModelCreator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Algorithms.DataAnalysis/3.4/Interfaces/IGaussianProcessModel.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Algorithms.DataAnalysis/3.4/Interfaces/IGaussianProcessModelCreator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Algorithms.DataAnalysis/3.4/Interfaces/IGaussianProcessRegressionModelCreator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Algorithms.DataAnalysis/3.4/Interfaces/IGaussianProcessSolution.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Algorithms.DataAnalysis/3.4/Interfaces/INcaClassificationSolution.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Algorithms.DataAnalysis/3.4/Interfaces/INcaModel.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Algorithms.DataAnalysis/3.4/Interfaces/INearestNeighbourClassificationSolution.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Algorithms.DataAnalysis/3.4/Interfaces/INearestNeighbourModel.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Algorithms.DataAnalysis/3.4/Interfaces/INearestNeighbourRegressionSolution.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Algorithms.DataAnalysis/3.4/Interfaces/INeuralNetworkClassificationSolution.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Algorithms.DataAnalysis/3.4/Interfaces/INeuralNetworkEnsembleClassificationSolution.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Algorithms.DataAnalysis/3.4/Interfaces/INeuralNetworkEnsembleModel.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Algorithms.DataAnalysis/3.4/Interfaces/INeuralNetworkEnsembleRegressionSolution.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Algorithms.DataAnalysis/3.4/Interfaces/INeuralNetworkModel.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Algorithms.DataAnalysis/3.4/Interfaces/INeuralNetworkRegressionSolution.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Algorithms.DataAnalysis/3.4/Interfaces/IRandomForestClassificationSolution.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Algorithms.DataAnalysis/3.4/Interfaces/IRandomForestModel.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Algorithms.DataAnalysis/3.4/Interfaces/IRandomForestRegressionSolution.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Algorithms.DataAnalysis/3.4/Interfaces/ISupportVectorMachineModel.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Algorithms.DataAnalysis/3.4/Interfaces/ISupportVectorMachineSolution.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Algorithms.DataAnalysis/3.4/Nca/Initialization/INcaInitializer.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Algorithms.DataAnalysis/3.4/Nca/ModelCreation/INcaModelCreator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Algorithms.DataAnalysis/3.4/Nca/NcaGradientCalculator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Algorithms.DataAnalysis/3.4/Nca/SolutionCreation/INcaSolutionCreator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Algorithms.ParameterlessPopulationPyramid/3.3/LinkageTree.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Algorithms.RAPGA/3.3/ProgressiveOffspringPreserver.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Algorithms.RAPGA/3.3/ScopeRestorer.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/SimulatedAnnealing.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Analysis.Statistics.Views/3.3/StatisticalTestsConfigurationDialog.Designer.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Analysis.Views/3.3/DataTableVisualPropertiesDialog.Designer.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Analysis.Views/3.3/ScatterPlotVisualPropertiesDialog.Designer.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Analysis/3.3/MultidimensionalScaling/MultidimensionalScaling.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Analysis/3.3/PopulationSimilarityAnalysis/PopulationSimilarityAnalyzer.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Analysis/3.3/Statistics/Fitting/IFitting.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Clients.Access.Administration/3.3/Views/PasswordDisplayDialog.Designer.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Clients.Access.Administration/3.3/Views/UserAdministrationDialog.Designer.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Clients.Access.Views/3.3/ClientViews/ClientInformationDialog.Designer.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Clients.Access.Views/3.3/ClientViews/ClientRegistrationDialog.Designer.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Clients.Access.Views/3.3/UserViews/ChangePasswordDialog.Designer.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Clients.Access.Views/3.3/UserViews/LightweightUserGroupSelectionDialog.Designer.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Clients.Access.Views/3.3/UserViews/UserInformationDialog.Designer.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Clients.Access/3.3/ServiceClients/IAccessItem.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Clients.Common/3.3/PasswordDialog.Designer.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Clients.Hive.Administrator/3.3/Views/DowntimeTypeDialog.Designer.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Clients.Hive.Administrator/3.3/Views/Recurrence.Designer.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Clients.Hive.JobManager/3.3/Views/HiveResourceSelector.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Clients.Hive.JobManager/3.3/Views/HiveResourceSelectorDialog.Designer.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Clients.Hive.JobManager/3.3/Views/RefreshableHiveJobView.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Clients.Hive.Slave.App/3.3/MainWindow.Designer.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Clients.Hive.Slave.Views/3.3/AboutDialog.Designer.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Clients.Hive.Slave.WindowsService/3.3/ProjectInstaller.Designer.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Clients.Hive.Slave/3.3/IPluginProvider.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Clients.Hive.Slave/3.3/Manager/PluginManager.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Clients.Hive.Slave/3.3/SlaveClientCom.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Clients.Hive.Slave/3.3/WcfService.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Clients.Hive.Views/3.3/HiveInformationDialog.Designer.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Clients.Hive.Views/3.3/HiveItemView.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Clients.Hive/3.3/HiveClient.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Clients.Hive/3.3/HiveTasks/HiveTask.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Clients.Hive/3.3/ScopeExtensions.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Clients.Hive/3.3/ServiceClients/HiveItemCollection.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Clients.Hive/3.3/ServiceClients/IHiveItem.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Clients.Hive/3.3/ServiceClients/TaskData.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Clients.Hive/3.3/Tasks/ItemTask.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Clients.Hive/3.3/TreeView/IItemTree.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Clients.Hive/3.3/TreeView/IItemTreeAction.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Clients.OKB/3.3/Administration/ServiceClient/INamedOKBItem.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Clients.OKB/3.3/Administration/ServiceClient/IOKBItem.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Collections/3.3/INotifyObservableArrayItemsChanged.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Collections/3.3/INotifyObservableCollectionItemsChanged.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Collections/3.3/INotifyObservableDictionaryItemsChanged.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Collections/3.3/INotifyObservableKeyedCollectionItemsChanged.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Collections/3.3/INotifyObservableListItemsChanged.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Collections/3.3/IObservableArray.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Collections/3.3/IObservableCollection.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Collections/3.3/IObservableDictionary.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Collections/3.3/IObservableKeyedCollection.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Collections/3.3/IObservableKeyedList.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Collections/3.3/IObservableList.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Collections/3.3/IObservableSet.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Common/3.3/Content/IContent.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Common/3.3/Content/IStorableContent.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Common/3.3/HeuristicLab.Common-3.3.csproj (modified) * branches/PersistenceOverhaul/HeuristicLab.Common/3.3/IDeepCloneable.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Common/3.3/Plugin.cs.frame (modified) * branches/PersistenceOverhaul/HeuristicLab.Common/3.3/SequenceGenerator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Core.Views/3.3/BreadcrumbViewHost.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Core/3.3/Constraints/ConstraintOperation.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Core/3.3/Constraints/IConstraint.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Core/3.3/Interfaces/DirectedGraph/IArc.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Core/3.3/Interfaces/DirectedGraph/IDirectedGraph.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Core/3.3/Interfaces/DirectedGraph/IVertex.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Core/3.3/Interfaces/IAtomicOperation.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Core/3.3/Interfaces/ICheckedItemCollection.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Core/3.3/Interfaces/ICheckedItemList.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Core/3.3/Interfaces/ICheckedMultiOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Core/3.3/Interfaces/IConstrainedValueParameter.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Core/3.3/Interfaces/IEngine.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Core/3.3/Interfaces/IExecutable.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Core/3.3/Interfaces/IExecutionContext.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Core/3.3/Interfaces/IFixedValueParameter.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Core/3.3/Interfaces/IInstrumentedOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Core/3.3/Interfaces/IItem.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Core/3.3/Interfaces/IItemArray.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Core/3.3/Interfaces/IItemCollection.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Core/3.3/Interfaces/IItemDictionary.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Core/3.3/Interfaces/IItemList.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Core/3.3/Interfaces/IItemSet.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Core/3.3/Interfaces/IKeyedItemCollection.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Core/3.3/Interfaces/ILog.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Core/3.3/Interfaces/ILookupParameter.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Core/3.3/Interfaces/IMultiOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Core/3.3/Interfaces/INamedItem.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Core/3.3/Interfaces/IOperation.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Core/3.3/Interfaces/IOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Core/3.3/Interfaces/IOperatorGraphOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Core/3.3/Interfaces/IParameter.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Core/3.3/Interfaces/IParameterizedItem.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Core/3.3/Interfaces/IParameterizedNamedItem.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Core/3.3/Interfaces/IProgrammableItem.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Core/3.3/Interfaces/IRandom.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Core/3.3/Interfaces/IScope.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Core/3.3/Interfaces/IScopeTreeLookupParameter.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Core/3.3/Interfaces/IStatefulItem.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Core/3.3/Interfaces/IValueLookupParameter.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Core/3.3/Interfaces/IValueParameter.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Core/3.3/Interfaces/IVariable.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Data.Views/3.3/StringConvertibleMatrixRowVisibilityDialog.Designer.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Data.Views/3.3/StringConvertibleMatrixVisibilityDialog.Designer.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Data/3.3/Interfaces/IStringConvertibleArray.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Data/3.3/Interfaces/IStringConvertibleMatrix.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Data/3.3/Interfaces/IStringConvertibleValue.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Data/3.3/Interfaces/IStringConvertibleValueTuple.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Encodings.BinaryVectorEncoding/3.3/Interfaces/IBinaryVectorCreator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Encodings.BinaryVectorEncoding/3.3/Interfaces/IBinaryVectorCrossover.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Encodings.BinaryVectorEncoding/3.3/Interfaces/IBinaryVectorManipulator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Encodings.BinaryVectorEncoding/3.3/Interfaces/IBinaryVectorMoveOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Encodings.BinaryVectorEncoding/3.3/Interfaces/IBinaryVectorMultiNeighborhoodShakingOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Encodings.BinaryVectorEncoding/3.3/Interfaces/IBinaryVectorOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Encodings.BinaryVectorEncoding/3.3/Interfaces/IOneBitflipMoveOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Encodings.BinaryVectorEncoding/3.3/Moves/OneIndexMove.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Encodings.IntegerVectorEncoding/3.3/Interfaces/IBoundedIntegerVectorOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Encodings.IntegerVectorEncoding/3.3/Interfaces/IIntegerVectorCreator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Encodings.IntegerVectorEncoding/3.3/Interfaces/IIntegerVectorCrossover.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Encodings.IntegerVectorEncoding/3.3/Interfaces/IIntegerVectorManipulator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Encodings.IntegerVectorEncoding/3.3/Interfaces/IIntegerVectorMultiNeighborhoodShakingOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Encodings.IntegerVectorEncoding/3.3/Interfaces/IIntegerVectorOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Encodings.IntegerVectorEncoding/3.3/Interfaces/IIntegerVectorStdDevStrategyParameterCreator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Encodings.IntegerVectorEncoding/3.3/Interfaces/IIntegerVectorStdDevStrategyParameterCrossover.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Encodings.IntegerVectorEncoding/3.3/Interfaces/IIntegerVectorStdDevStrategyParameterManipulator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Encodings.IntegerVectorEncoding/3.3/Interfaces/IIntegerVectorStdDevStrategyParameterOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Encodings.LinearLinkageEncoding/3.3/Interfaces/ILinearLinkageCreator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Encodings.LinearLinkageEncoding/3.3/Interfaces/ILinearLinkageCrossover.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Encodings.LinearLinkageEncoding/3.3/Interfaces/ILinearLinkageManipulator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Encodings.LinearLinkageEncoding/3.3/Interfaces/ILinearLinkageMoveOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Encodings.LinearLinkageEncoding/3.3/Interfaces/ILinearLinkageOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Encodings.LinearLinkageEncoding/3.3/Interfaces/ILinearLinkageShakingOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Encodings.LinearLinkageEncoding/3.3/Interfaces/ILinearLinkageSwap2MoveOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Encodings.PermutationEncoding/3.3/Interfaces/IPermutationCreator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Encodings.PermutationEncoding/3.3/Interfaces/IPermutationCrossover.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Encodings.PermutationEncoding/3.3/Interfaces/IPermutationInversionMoveOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Encodings.PermutationEncoding/3.3/Interfaces/IPermutationManipulator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Encodings.PermutationEncoding/3.3/Interfaces/IPermutationMoveOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Encodings.PermutationEncoding/3.3/Interfaces/IPermutationMultiNeighborhoodShakingOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Encodings.PermutationEncoding/3.3/Interfaces/IPermutationOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Encodings.PermutationEncoding/3.3/Interfaces/IPermutationScrambleMoveOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Encodings.PermutationEncoding/3.3/Interfaces/IPermutationSwap2MoveOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Encodings.PermutationEncoding/3.3/Interfaces/IPermutationTranslocationMoveOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Encodings.PermutationEncoding/3.3/Moves/ThreeIndexMove.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Encodings.PermutationEncoding/3.3/Moves/TwoIndexMove.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Encodings.PermutationEncoding/3.3/PermutationTypes.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Encodings.RealVectorEncoding/3.3/Interfaces/IAdditiveRealVectorMoveOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Encodings.RealVectorEncoding/3.3/Interfaces/IRealVectorBoundsChecker.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Encodings.RealVectorEncoding/3.3/Interfaces/IRealVectorCreator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Encodings.RealVectorEncoding/3.3/Interfaces/IRealVectorCrossover.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Encodings.RealVectorEncoding/3.3/Interfaces/IRealVectorManipulator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Encodings.RealVectorEncoding/3.3/Interfaces/IRealVectorMoveGenerator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Encodings.RealVectorEncoding/3.3/Interfaces/IRealVectorMoveOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Encodings.RealVectorEncoding/3.3/Interfaces/IRealVectorMultiNeighborhoodShakingOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Encodings.RealVectorEncoding/3.3/Interfaces/IRealVectorOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Encodings.RealVectorEncoding/3.3/Interfaces/IRealVectorParticleCreator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Encodings.RealVectorEncoding/3.3/Interfaces/IRealVectorParticleUpdater.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Encodings.RealVectorEncoding/3.3/Interfaces/IRealVectorStdDevStrategyParameterCreator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Encodings.RealVectorEncoding/3.3/Interfaces/IRealVectorStdDevStrategyParameterCrossover.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Encodings.RealVectorEncoding/3.3/Interfaces/IRealVectorStdDevStrategyParameterManipulator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Encodings.RealVectorEncoding/3.3/Interfaces/IRealVectorStdDevStrategyParameterOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Encodings.RealVectorEncoding/3.3/Interfaces/IRealVectorSwarmUpdater.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Encodings.RealVectorEncoding/3.3/RealVectorEncoding.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Encodings.ScheduleEncoding/3.3/Interfaces/IDirectScheduleOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Encodings.ScheduleEncoding/3.3/Interfaces/IJSMOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Encodings.ScheduleEncoding/3.3/Interfaces/IPRVOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Encodings.ScheduleEncoding/3.3/Interfaces/IPWROperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Encodings.ScheduleEncoding/3.3/Interfaces/IScheduleCreator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Encodings.ScheduleEncoding/3.3/Interfaces/IScheduleCrossover.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Encodings.ScheduleEncoding/3.3/Interfaces/IScheduleEncoding.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Encodings.ScheduleEncoding/3.3/Interfaces/IScheduleManipulator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Encodings.ScheduleEncoding/3.3/Interfaces/IScheduleOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Creators/ProbabilisticTreeCreator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Crossovers/SymbolicExpressionTreeCrossover.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Interfaces/IReadOnlySymbol.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Interfaces/ISymbol.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Interfaces/ISymbolicExpressionGrammar.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Interfaces/ISymbolicExpressionGrammarBase.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Interfaces/ISymbolicExpressionTree.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Interfaces/ISymbolicExpressionTreeGrammar.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Interfaces/ISymbolicExpressionTreeNode.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Interfaces/ISymbolicExpressionTreeNodeComparer.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Interfaces/ISymbolicExpressionTreeNodeSimilarityComparer.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Interfaces/ISymbolicExpressionTreeStringFormatter.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Interfaces/Operators/ISymbolicExpressionTreeAnalyzer.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Interfaces/Operators/ISymbolicExpressionTreeArchitectureAlteringOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Interfaces/Operators/ISymbolicExpressionTreeArchitectureManipulator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Interfaces/Operators/ISymbolicExpressionTreeCreator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Interfaces/Operators/ISymbolicExpressionTreeCrossover.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Interfaces/Operators/ISymbolicExpressionTreeGrammarBasedOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Interfaces/Operators/ISymbolicExpressionTreeManipulator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Interfaces/Operators/ISymbolicExpressionTreeOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Interfaces/Operators/ISymbolicExpressionTreeSizeConstraintOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Manipulators/SymbolicExpressionTreeManipulator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Hive/3.3/HeuristicLab.Hive-3.3.csproj (modified) * branches/PersistenceOverhaul/HeuristicLab.Hive/3.3/ITask.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Hive/3.3/Plugin.cs.frame (modified) * branches/PersistenceOverhaul/HeuristicLab.MainForm.WindowsForms/3.3/Dialogs/DefineArithmeticProgressionDialog.Designer.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.MainForm.WindowsForms/3.3/Dialogs/DefineArithmeticProgressionTimeDialog.Designer.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.MainForm.WindowsForms/3.3/MainForms/DockingMainForm.Designer.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.MainForm.WindowsForms/3.3/MainForms/MainForm.Designer.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.MainForm.WindowsForms/3.3/MainForms/MultipleDocumentMainForm.Designer.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.MainForm.WindowsForms/3.3/MainForms/SingleDocumentMainForm.Designer.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Operators.Programmable.Views/3.3/ProgrammableOperatorView.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Operators.Views.GraphVisualization.Views/3.3/GraphVisualizationInfoView.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Operators.Views.GraphVisualization/3.3/General/IConnectionInfo.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Operators.Views.GraphVisualization/3.3/General/IGraphVisualizationInfo.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Operators.Views.GraphVisualization/3.3/General/IShapeInfo.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Operators.Views.GraphVisualization/3.3/OperatorGraphVisualization/IOperatorShapeInfo.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Operators.Views.GraphVisualization/3.3/OperatorGraphVisualization/OperatorGraphVisualizationInfo.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Operators/3.3/ReductionOperation.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimization.Operators/3.3/ExpressionCalculator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimization.Operators/3.3/NoSimilarityCalculator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimization.Operators/3.3/QualitySimilarityCalculator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimization.Views/3.3/CreateNewSingleEncodingDialog.Designer.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimization/3.3/BasicProblems/Interfaces/IEncoding.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimization/3.3/BasicProblems/Interfaces/IEncodingOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimization/3.3/BasicProblems/Interfaces/IMultiEncodingOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimization/3.3/BasicProblems/Interfaces/IMultiObjectiveProblemDefinition.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimization/3.3/BasicProblems/Interfaces/IProblemDefinition.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimization/3.3/BasicProblems/Interfaces/ISingleObjectiveMoveOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimization/3.3/BasicProblems/Interfaces/ISingleObjectiveProblemDefinition.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimization/3.3/BasicProblems/Interfaces/internal/IMultiObjectiveAnalysisOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimization/3.3/BasicProblems/Interfaces/internal/IMultiObjectiveEvaluationOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimization/3.3/BasicProblems/Interfaces/internal/INeighborBasedOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimization/3.3/BasicProblems/Interfaces/internal/ISingleObjectiveAnalysisOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimization/3.3/BasicProblems/Interfaces/internal/ISingleObjectiveEvaluationOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimization/3.3/Interfaces/IAlgorithm.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimization/3.3/Interfaces/IAnalyzer.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimization/3.3/Interfaces/ICrossover.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimization/3.3/Interfaces/IDiscreteDoubleMatrixModifier.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimization/3.3/Interfaces/IDiscreteDoubleValueModifier.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimization/3.3/Interfaces/IEvaluator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimization/3.3/Interfaces/IExhaustiveMoveGenerator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimization/3.3/Interfaces/IGlobalParticleUpdater.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimization/3.3/Interfaces/IHeuristicOptimizationProblem.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimization/3.3/Interfaces/IImprovementOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimization/3.3/Interfaces/IIterationBasedOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimization/3.3/Interfaces/ILocalImprovementAlgorithmOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimization/3.3/Interfaces/ILocalImprovementOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimization/3.3/Interfaces/ILocalParticleUpdater.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimization/3.3/Interfaces/IManipulator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimization/3.3/Interfaces/IMigrator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimization/3.3/Interfaces/IMoveGenerator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimization/3.3/Interfaces/IMoveMaker.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimization/3.3/Interfaces/IMoveOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimization/3.3/Interfaces/IMultiAnalyzer.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimization/3.3/Interfaces/IMultiMoveGenerator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimization/3.3/Interfaces/IMultiNeighborhoodShakingOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimization/3.3/Interfaces/IMultiObjectiveEvaluator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimization/3.3/Interfaces/IMultiObjectiveHeuristicOptimizationProblem.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimization/3.3/Interfaces/IMultiObjectiveOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimization/3.3/Interfaces/IMultiObjectiveSelector.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimization/3.3/Interfaces/IOptimizer.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimization/3.3/Interfaces/IParticleCreator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimization/3.3/Interfaces/IParticleUpdater.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimization/3.3/Interfaces/IPathRelinker.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimization/3.3/Interfaces/IProblem.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimization/3.3/Interfaces/IQualityComparator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimization/3.3/Interfaces/IReducer.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimization/3.3/Interfaces/IReplacer.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimization/3.3/Interfaces/IResult.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimization/3.3/Interfaces/IRun.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimization/3.3/Interfaces/IRunCollectionModifier.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimization/3.3/Interfaces/ISelector.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimization/3.3/Interfaces/ISelfAdaptiveManipulator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimization/3.3/Interfaces/ISimilarityBasedOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimization/3.3/Interfaces/ISingleMoveGenerator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimization/3.3/Interfaces/ISingleObjectiveEvaluator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimization/3.3/Interfaces/ISingleObjectiveHeuristicOptimizationProblem.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimization/3.3/Interfaces/ISingleObjectiveImprovementOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimization/3.3/Interfaces/ISingleObjectiveMoveEvaluator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimization/3.3/Interfaces/ISingleObjectiveOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimization/3.3/Interfaces/ISingleObjectivePathRelinker.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimization/3.3/Interfaces/ISingleObjectiveReplacer.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimization/3.3/Interfaces/ISingleObjectiveSelector.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimization/3.3/Interfaces/ISingleObjectiveSolutionSimilarityCalculator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimization/3.3/Interfaces/ISolutionCreator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimization/3.3/Interfaces/ISolutionSimilarityCalculator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimization/3.3/Interfaces/IStochasticOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimization/3.3/Interfaces/IStrategyParameterCreator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimization/3.3/Interfaces/IStrategyParameterCrossover.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimization/3.3/Interfaces/IStrategyParameterManipulator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimization/3.3/Interfaces/ISubScopesQualityComparator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimization/3.3/Interfaces/ISwarmUpdater.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimization/3.3/Interfaces/ITabuChecker.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimization/3.3/Interfaces/ITabuMaker.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimization/3.3/Interfaces/ITerminationBasedOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimization/3.3/Interfaces/ITerminator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimization/3.3/Interfaces/ITopologyInitializer.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimization/3.3/Interfaces/ITopologyUpdater.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimization/3.3/RunCollectionConstraints/IRunCollectionConstraint.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimization/3.3/Termination/ComparisonTerminator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimization/3.3/Termination/ExecutionTimeTerminator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimization/3.3/Termination/MultiTerminator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimization/3.3/Termination/SingleObjectiveQualityTerminator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimization/3.3/Termination/TerminationOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimization/3.3/Termination/Terminator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimization/3.3/Termination/ThresholdTerminator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimizer/3.3/CreateExperimentDialog.Designer.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimizer/3.3/IOptimizerUserInterfaceItemProvider.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimizer/3.3/MainFormTypeSelectionDialog.Designer.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimizer/3.3/NewItemDialog.Designer.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimizer/3.3/OptimizerDockingMainForm.Designer.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimizer/3.3/OptimizerMultipleDocumentMainForm.Designer.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Optimizer/3.3/OptimizerSingleDocumentMainForm.Designer.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.ArtificialAnt/3.4/Analyzers/IAntTrailAnalyzer.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification/3.4/Interfaces/ISymbolicClassificationEvaluator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification/3.4/Interfaces/ISymbolicClassificationModel.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification/3.4/Interfaces/ISymbolicClassificationModelCreator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification/3.4/Interfaces/ISymbolicClassificationModelCreatorOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification/3.4/Interfaces/ISymbolicClassificationMultiObjectiveEvaluator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification/3.4/Interfaces/ISymbolicClassificationSingleObjectiveEvaluator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification/3.4/Interfaces/ISymbolicClassificationSolution.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification/3.4/Interfaces/ISymbolicDiscriminantFunctionClassificationModel.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification/3.4/Interfaces/ISymbolicDiscriminantFunctionClassificationModelCreator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression/3.4/Interfaces/ISymbolicRegressionEvaluator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression/3.4/Interfaces/ISymbolicRegressionModel.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression/3.4/Interfaces/ISymbolicRegressionMultiObjectiveEvaluator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression/3.4/Interfaces/ISymbolicRegressionSingleObjectiveEvaluator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression/3.4/Interfaces/ISymbolicRegressionSolution.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis/3.4/Interfaces/ISymbolicTimeSeriesPrognogisExpressionTreeInterpreter.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis/3.4/Interfaces/ISymbolicTimeSeriesPrognosisEvaluator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis/3.4/Interfaces/ISymbolicTimeSeriesPrognosisInterpreterOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis/3.4/Interfaces/ISymbolicTimeSeriesPrognosisModel.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis/3.4/Interfaces/ISymbolicTimeSeriesPrognosisSingleObjectiveEvaluator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis/3.4/Interfaces/ISymbolicTimeSeriesPrognosisSolution.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Interfaces/IModelBacktransformator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Interfaces/ISymbolicDataAnalysisAnalyzer.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Interfaces/ISymbolicDataAnalysisBoundedOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Interfaces/ISymbolicDataAnalysisEvaluator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Interfaces/ISymbolicDataAnalysisExpressionCrossover.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Interfaces/ISymbolicDataAnalysisExpressionTreeInterpreter.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Interfaces/ISymbolicDataAnalysisGrammar.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Interfaces/ISymbolicDataAnalysisImpactValuesCalculator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Interfaces/ISymbolicDataAnalysisInterpreterOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Interfaces/ISymbolicDataAnalysisModel.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Interfaces/ISymbolicDataAnalysisMultiObjectiveAnalyzer.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Interfaces/ISymbolicDataAnalysisMultiObjectiveEvaluator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Interfaces/ISymbolicDataAnalysisProblem.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Interfaces/ISymbolicDataAnalysisSingleObjectiveAnalyzer.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Interfaces/ISymbolicDataAnalysisSingleObjectiveEvaluator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Interfaces/ISymbolicDataAnalysisSolution.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Interfaces/ISymbolicDataAnalysisSolutionCreator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Interfaces/ISymbolicDataAnalysisValidationAnalyzer.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Interpreter/SymbolicDataAnalysisExpressionTreeInterpreter.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Symbols/ILaggedTreeNode.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis.Trading/3.4/Interfaces/IModel.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis.Trading/3.4/Interfaces/IProblem.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis.Trading/3.4/Interfaces/IProblemData.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis.Trading/3.4/Interfaces/ISolution.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis.Trading/3.4/Symbolic/Interfaces/IEvaluator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis.Trading/3.4/Symbolic/Interfaces/IModel.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis.Trading/3.4/Symbolic/Interfaces/ISingleObjectiveEvaluator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis.Trading/3.4/Symbolic/Interfaces/ISolution.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis.Views/3.4/FeatureCorrelation/AbstractFeatureCorrelationView.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis.Views/3.4/FeatureCorrelation/FeatureCorrelationView.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis.Views/3.4/FeatureCorrelation/TimeframeFeatureCorrelationView.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis.Views/3.4/Interfaces/IDataAnalysisSolutionEvaluationView.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis.Views/3.4/Interfaces/IDataPreprocessorStarter.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/Classification/IClassificationEnsembleModel.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/Classification/IClassificationEnsembleSolution.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/Classification/IClassificationModel.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/Classification/IClassificationProblem.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/Classification/IClassificationProblemData.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/Classification/IClassificationSolution.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/Classification/IDiscriminantFunctionClassificationModel.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/Classification/IDiscriminantFunctionClassificationSolution.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/Classification/IDiscriminantFunctionThresholdCalculator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/Clustering/IClusteringModel.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/Clustering/IClusteringProblem.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/Clustering/IClusteringProblemData.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/Clustering/IClusteringSolution.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/IDataAnalysisModel.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/IDataAnalysisProblem.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/IDataAnalysisProblemData.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/IDataAnalysisSolution.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/IDataAnalysisSolutionExporter.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/IDataset.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/IDependencyCalculator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/IOnlineCalculator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/ITransformation.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/ITransformationMapper.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/Regression/IRegressionEnsembleModel.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/Regression/IRegressionEnsembleSolution.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/Regression/IRegressionModel.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/Regression/IRegressionProblem.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/Regression/IRegressionProblemData.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/Regression/IRegressionSolution.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/TimeSeriesPrognosis/IOnlineTimeSeriesCalculator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/TimeSeriesPrognosis/ITimeSeriesPrognosisModel.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/TimeSeriesPrognosis/ITimeSeriesPrognosisProblem.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/TimeSeriesPrognosis/ITimeSeriesPrognosisProblemData.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/TimeSeriesPrognosis/ITimeSeriesPrognosisSolution.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.ExternalEvaluation/3.4/Interfaces/IEvaluationChannel.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.ExternalEvaluation/3.4/Interfaces/IEvaluationServiceClient.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.ExternalEvaluation/3.4/Interfaces/IExternalEvaluationProblem.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.ExternalEvaluation/3.4/Interfaces/IItemToSolutionMessageConverter.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.ExternalEvaluation/3.4/Interfaces/IMultiObjectiveOptimizationSupport.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.ExternalEvaluation/3.4/Interfaces/ISingleObjectiveOptimizationSupport.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.ExternalEvaluation/3.4/Programmable/OptimizationSupportScript.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.GeneticProgramming.Views/3.3/Robocode/BattleRunnerDialog.Designer.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.GeneticProgramming/3.3/robocode/Grammar.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.GeneticProgramming/3.3/robocode/Interpreter.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.GeneticProgramming/3.3/robocode/Problem.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.GeneticProgramming/3.3/robocode/Solution.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.GeneticProgramming/3.3/robocode/Symbols/BooleanTreeNode.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.GeneticProgramming/3.3/robocode/Symbols/NumberTreeNode.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.GeneticProgramming/3.3/robocode/Symbols/ShotPower.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.GeneticProgramming/3.3/robocode/Symbols/ShotPowerTreeNode.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.GrammaticalEvolution/3.3/ArtificialAnt/GEArtificialAntEvaluator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.GrammaticalEvolution/3.3/ArtificialAnt/GEArtificialAntProblem.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.GrammaticalEvolution/3.3/Mappers/BreathFirstMapper.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.GrammaticalEvolution/3.3/Mappers/DepthFirstMapper.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.GrammaticalEvolution/3.3/Mappers/IGenotypeToPhenotypeMapper.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.GrammaticalEvolution/3.3/Mappers/RandomMapper.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.GrammaticalEvolution/3.3/Symbolic/IGESymbolicDataAnalysisEvaluator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.GrammaticalEvolution/3.3/Symbolic/IGESymbolicDataAnalysisProblem.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.GrammaticalEvolution/3.3/Symbolic/IGESymbolicDataAnalysisSingleObjectiveEvaluator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.GrammaticalEvolution/3.3/Symbolic/IGESymbolicDataAnalysisValidationAnalyzer.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.GrammaticalEvolution/3.3/Symbolic/IGESymbolicRegressionEvaluator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.GrammaticalEvolution/3.3/Symbolic/IGESymbolicRegressionSingleObjectiveEvaluator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.GrammaticalEvolution/3.4/ArtificialAnt/GEArtificialAntProblem.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.GrammaticalEvolution/3.4/Mappers/BreathFirstMapper.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.GrammaticalEvolution/3.4/Mappers/DepthFirstMapper.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.GrammaticalEvolution/3.4/Mappers/IGenotypeToPhenotypeMapper.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.GrammaticalEvolution/3.4/Mappers/RandomMapper.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.GrammaticalEvolution/3.4/SymbolicRegression/IGESymbolicDataAnalysisEvaluator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.GrammaticalEvolution/3.4/SymbolicRegression/IGESymbolicDataAnalysisProblem.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.GrammaticalEvolution/3.4/SymbolicRegression/IGESymbolicDataAnalysisSingleObjectiveEvaluator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.GrammaticalEvolution/3.4/SymbolicRegression/IGESymbolicDataAnalysisValidationAnalyzer.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.GrammaticalEvolution/3.4/SymbolicRegression/IGESymbolicRegressionEvaluator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.GrammaticalEvolution/3.4/SymbolicRegression/IGESymbolicRegressionSingleObjectiveEvaluator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.Instances.DataAnalysis.Views/3.3/ClassificationImportTypeDialog.Designer.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.Instances.DataAnalysis.Views/3.3/DataAnalysisImportTypeDialog.Designer.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.Instances.DataAnalysis.Views/3.3/RegressionImportTypeDialog.Designer.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.Instances.DataAnalysis.Views/3.3/TimeSeriesPrognosisImportTypeDialog.Designer.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.Instances.Orienteering/3.3/OPDataDescriptor.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.Instances.Orienteering/3.3/SchildeInstanceProvider.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.Instances.Orienteering/3.3/SchildeParser.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.Instances.TSPLIB.Views/3.3/TSPLIBImportDialog.Designer.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.Instances.VehicleRouting.Views/3.4/VRPImportDialog.Designer.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.Instances.VehicleRouting/3.4/HeuristicLab.Problems.Instances.VehicleRouting-3.4.csproj (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.Instances.VehicleRouting/3.4/IVRPInstanceProvider.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.Instances.VehicleRouting/3.4/Plugin.cs.frame (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.Instances.VehicleRouting/3.4/StreamReaderHelper.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.Instances/3.3/HeuristicLab.Problems.Instances-3.3.csproj (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.Instances/3.3/IDataDescriptor.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.Instances/3.3/IProblemInstanceConsumer.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.Instances/3.3/IProblemInstanceExporter.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.Instances/3.3/IProblemInstanceProvider.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.Instances/3.3/Plugin.cs.frame (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.Instances/3.3/Types/OPData.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.Instances/3.3/Types/VRP/IVRPData.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.Knapsack/3.3/Interfaces/IKnapsackEvaluator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.Knapsack/3.3/Interfaces/IKnapsackMoveEvaluator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.LinearAssignment/3.3/Interfaces/ILAPEvaluator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.NK/3.3/BinaryVectorComparers/IBinaryVectorComparer.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.NK/3.3/INKMoveEvaluator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.NK/3.3/InteractionInitializers/IInteractionInitializer.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.NK/3.3/WeightInitializers/IWeightsInitializer.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.Orienteering/3.3/Analyzers/BestOrienteeringSolutionAnalyzer.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.Orienteering/3.3/Creators/GreedyOrienteeringTourCreator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.Orienteering/3.3/DistanceMatrix.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.Orienteering/3.3/Evaluators/OrienteeringEvaluator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.Orienteering/3.3/Improvers/OrienteeringLocalImprovementOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.Orienteering/3.3/Interfaces/IOrienteeringEvaluator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.Orienteering/3.3/Interfaces/IOrienteeringSolutionCreator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.Orienteering/3.3/OrienteeringEvaluationResult.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.Orienteering/3.3/OrienteeringProblem.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.Orienteering/3.3/OrienteeringSolution.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.Orienteering/3.3/Shakers/OrienteeringShakingOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.ParameterOptimization/3.3/IParameterVectorEvaluator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.QuadraticAssignment/3.3/Interfaces/IQAPEvaluator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.QuadraticAssignment/3.3/Interfaces/IQAPMoveEvaluator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.Scheduling/3.3/Interfaces/IJSSPOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.Scheduling/3.3/Interfaces/IScheduleDecoder.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.Scheduling/3.3/Interfaces/IScheduleEvaluator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.Scheduling/3.3/Interfaces/ISchedulingEvaluator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.TestFunctions/3.3/Interfaces/IBestSingleObjectiveTestFunctionSolutionAnalyzer.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.TestFunctions/3.3/Interfaces/IRastriginMoveEvaluator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.TestFunctions/3.3/Interfaces/ISingleObjectiveTestFunctionAdditiveMoveEvaluator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.TestFunctions/3.3/Interfaces/ISingleObjectiveTestFunctionMoveEvaluator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.TestFunctions/3.3/Interfaces/ISingleObjectiveTestFunctionProblemEvaluator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.TestFunctions/3.3/Interfaces/ISingleObjectiveTestFunctionProblemSolutionsVisualizer.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.TestFunctions/3.3/Interfaces/ISphereMoveEvaluator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.TravelingSalesman/3.3/Interfaces/ITSPCoordinatesPathEvaluator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.TravelingSalesman/3.3/Interfaces/ITSPDistanceMatrixEvaluator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.TravelingSalesman/3.3/Interfaces/ITSPEvaluator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.TravelingSalesman/3.3/Interfaces/ITSPMoveEvaluator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.TravelingSalesman/3.3/Interfaces/ITSPPathEvaluator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.TravelingSalesman/3.3/Interfaces/ITSPPathMoveEvaluator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting.Views/3.4/VRPImportDialog.Designer.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Alba/IAlbaOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Alba/Moves/IntraRouteInversion/IAlbaIntraRouteInversionMoveOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Alba/Moves/LambdaInterchange/IAlbaLambdaInterchangeMoveOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Alba/Moves/ThreeOpt/IAlbaTranslocationMoveOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/GVR/IGVROperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/General/Moves/Interfaces/IMultiVRPMoveGenerator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/General/Moves/Interfaces/IMultiVRPMoveOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/General/Moves/Interfaces/IVRPMove.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/IPotvinOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/Moves/CustomerRelocation/IPotvinCustomerRelocationMoveOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/Moves/PickupDelivery/PDExchange/IPotvinPDExchangeMoveOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/Moves/PickupDelivery/PDRearrange/IPotvinPDRearrangeMoveOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/Moves/PickupDelivery/PDShift/IPotvinPDShiftMoveOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/Moves/TwoOptStar/IPotvinTwoOptStarMoveOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/Moves/VehicleAssignment/IPotvinVehicleAssignmentMoveOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Prins/IPrinsOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Zhu/IZhuOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/Interfaces/IMultiVRPOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/Interfaces/IVRPCreator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/Interfaces/IVRPCrossover.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/Interfaces/IVRPEncoding.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/Interfaces/IVRPEvaluator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/Interfaces/IVRPLocalSearchManipulator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/Interfaces/IVRPManipulator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/Interfaces/IVRPMoveOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/Interfaces/IVRPMultiNeighborhoodShakingOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/Interfaces/IVRPOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/Interfaces/IVRPProblemInstance.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/Interpreters/IVRPDataInterpreter.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/PathRelinkers/VRPPathRelinker.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/ProblemInstances/MultiDepotVRP/MDCVRP/MDCVRPEvaluator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/ProblemInstances/MultiDepotVRP/MDCVRP/MDCVRPProblemInstance.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/ProblemInstances/MultiDepotVRP/MDCVRP/MDCVRPTW/MDCVRPPDTW/MDCVRPPDTWEvaluator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/ProblemInstances/MultiDepotVRP/MDCVRP/MDCVRPTW/MDCVRPPDTW/MDCVRPPDTWProblemInstance.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/ProblemInstances/MultiDepotVRP/MDCVRP/MDCVRPTW/MDCVRPTWEvaluator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/ProblemInstances/MultiDepotVRP/MDCVRP/MDCVRPTW/MDCVRPTWProblemInstance.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/ProblemInstances/MultiDepotVRP/MultiDepotVRPEvaluator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/ProblemInstances/MultiDepotVRP/MultiDepotVRPProblemInstance.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/ProblemInstances/SingleDepotVRP/CVRP/CVRPEvaluator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/ProblemInstances/SingleDepotVRP/CVRP/CVRPProblemInstance.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/ProblemInstances/SingleDepotVRP/CVRP/CVRPTW/CVRPPDTW/CVRPPDTWEvaluator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/ProblemInstances/SingleDepotVRP/CVRP/CVRPTW/CVRPPDTW/CVRPPDTWProblemInstance.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/ProblemInstances/SingleDepotVRP/CVRP/CVRPTW/CVRPTWEvaluator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/ProblemInstances/SingleDepotVRP/CVRP/CVRPTW/CVRPTWProblemInstance.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/ProblemInstances/SingleDepotVRP/SingleDepotVRPEvaluator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/ProblemInstances/SingleDepotVRP/SingleDepotVRPProblemInstance.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/ProblemInstances/VRPEvaluator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/ProblemInstances/VRPProblemInstance.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/Variants/Capacitated/Heterogenous/IHeterogenousCapacitatedOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/Variants/Capacitated/Heterogenous/IHeterogenousCapacitatedProblemInstance.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/Variants/Capacitated/Homogenous/IHomogenousCapacitatedOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/Variants/Capacitated/Homogenous/IHomogenousCapacitatedProblemInstance.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/Variants/Capacitated/ICapacitatedOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/Variants/Capacitated/ICapacitatedProblemInstance.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/Variants/General/IGeneralVRPOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/Variants/MultiDepot/IMultiDepotOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/Variants/MultiDepot/IMultiDepotProblemInstance.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/Variants/PickupAndDelivery/IPickupAndDeliveryOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/Variants/PickupAndDelivery/IPickupAndDeliveryProblemInstance.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/Variants/SingleDepot/ISingleDepotOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/Variants/SingleDepot/ISingleDepotProblemInstance.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/Variants/TimeWindowed/ITimeWindowedOperator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/Variants/TimeWindowed/ITimeWindowedProblemInstance.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Scripting.Views/3.3/CSharpScriptView.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Scripting.Views/3.3/ScriptView.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Services.Access/3.3/DataTransfer/Role.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Services.Access/3.3/IAccessService.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Services.Access/3.3/Interfaces/IAccessServiceLocator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Services.Access/3.3/Interfaces/IRoleVerifier.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Services.Access/3.3/Interfaces/IUserManager.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Services.Deployment/3.3/IAdminService.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Services.Deployment/3.3/IUpdateService.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Services.Hive.DataAccess/3.3/Daos/TaskDao.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Services.Hive.DataAccess/3.3/Interfaces/IGenericDao.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Services.Hive.DataAccess/3.3/Interfaces/IPersistenceManager.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Services.Hive.DataAccess/3.3/Logger.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Services.Hive.JanitorService/3.3/ProjectInstaller.Designer.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Services.Hive/3.3/DataTransfer/TaskData.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Services.Hive/3.3/HiveRoles.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Services.Hive/3.3/HiveStatisticsGenerator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Services.Hive/3.3/Interfaces/IAuthorizationManager.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Services.Hive/3.3/Interfaces/IEventManager.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Services.Hive/3.3/Interfaces/IServiceLocator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Services.Hive/3.3/Interfaces/IStatisticsGenerator.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Services.Hive/3.3/Interfaces/ITaskScheduler.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Services.Hive/3.3/ServiceContracts/IHiveService.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Services.OKB/3.3/Administration/IAdministrationService.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Services.OKB/3.3/Query/Filters/IFilter.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Services.OKB/3.3/Query/IQueryService.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Services.OKB/3.3/RunCreation/IRunCreationService.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Services.WebApp.Statistics/3.3/WebApi/ClientController.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Services.WebApp.Statistics/3.3/WebApi/DataTransfer/Client.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Services.WebApp.Statistics/3.3/WebApi/DataTransfer/ClientDetails.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Services.WebApp.Statistics/3.3/WebApi/DataTransfer/ClientPage.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Services.WebApp.Statistics/3.3/WebApi/DataTransfer/ClientStatus.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Services.WebApp.Statistics/3.3/WebApi/DataTransfer/Exception.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Services.WebApp.Statistics/3.3/WebApi/DataTransfer/ExceptionPage.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Services.WebApp.Statistics/3.3/WebApi/DataTransfer/Group.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Services.WebApp.Statistics/3.3/WebApi/DataTransfer/GroupDetails.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Services.WebApp.Statistics/3.3/WebApi/DataTransfer/GroupPage.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Services.WebApp.Statistics/3.3/WebApi/DataTransfer/Job.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Services.WebApp.Statistics/3.3/WebApi/DataTransfer/JobDetails.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Services.WebApp.Statistics/3.3/WebApi/DataTransfer/JobPage.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Services.WebApp.Statistics/3.3/WebApi/DataTransfer/Task.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Services.WebApp.Statistics/3.3/WebApi/DataTransfer/TaskPage.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Services.WebApp.Statistics/3.3/WebApi/DataTransfer/TaskStateCount.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Services.WebApp.Statistics/3.3/WebApi/DataTransfer/User.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Services.WebApp.Statistics/3.3/WebApi/DataTransfer/UserDetails.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Services.WebApp.Statistics/3.3/WebApi/GroupController.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Services.WebApp.Statistics/3.3/WebApi/JavascriptUtils.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Services.WebApp.Statistics/3.3/WebApi/JobController.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Services.WebApp.Statistics/3.3/WebApi/TaskController.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Services.WebApp.Statistics/3.3/WebApi/UserController.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Services.WebApp.Status/3.3/WebApi/DataController.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Services.WebApp.Status/3.3/WebApi/DataTransfer/Slave.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Services.WebApp.Status/3.3/WebApi/DataTransfer/Status.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Services.WebApp.Status/3.3/WebApi/DataTransfer/User.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Services.WebApp/3.3/Configs/WebApiConfig.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Services.WebApp/3.3/Controllers/AppController.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Services.WebApp/3.3/Controllers/AuthenticationController.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Services.WebApp/3.3/Controllers/DataTransfer/Plugin.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Services.WebApp/3.3/Controllers/DataTransfer/User.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Services.WebApp/3.3/Controllers/WebAppControllerSelector.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Services.WebApp/3.3/Plugin.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Services.WebApp/3.3/PluginManager.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Tests/HeuristicLab-3.3/AlgorithmExtensions.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Tests/HeuristicLab-3.3/Samples/SamplesUtils.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Tests/HeuristicLab.Common-3.3/EnumerableStatisticExtensions.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Tests/HeuristicLab.Scripting-3.3/Script Sources/GAQAPScriptSource.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Tests/HeuristicLab.Scripting-3.3/Script Sources/GUIAutomationScriptSource.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Tests/HeuristicLab.Scripting-3.3/Script Sources/OSGARastriginScriptSource.cs (modified) * branches/PersistenceOverhaul/HeuristicLab.Visualization.ChartControlsExtensions/3.3/ImageExportDialog.Designer.cs (modified) #2520 added GUIDs for (almost) all interface types (probably still ...