# # ChangeLog for branches/FitnessLandscapeAnalysis # # Generated by Trac 1.0.12 # 04/28/24 06:09:11 Tue, 30 Apr 2013 08:54:12 GMT jkarder [9407] * branches/FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape/TestFunctions/CustomAdditiveMoveEvaluator.cs (modified) * branches/FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape/TestFunctions/CustomEvaluator.cs (modified) * trunk/sources/HeuristicLab.Problems.TestFunctions/3.3/Evaluators/AckleyEvaluator.cs (modified) * trunk/sources/HeuristicLab.Problems.TestFunctions/3.3/Evaluators/BealeEvaluator.cs (modified) * trunk/sources/HeuristicLab.Problems.TestFunctions/3.3/Evaluators/BoothEvaluator.cs (modified) * trunk/sources/HeuristicLab.Problems.TestFunctions/3.3/Evaluators/GriewankEvaluator.cs (modified) * trunk/sources/HeuristicLab.Problems.TestFunctions/3.3/Evaluators/LevyEvaluator.cs (modified) * trunk/sources/HeuristicLab.Problems.TestFunctions/3.3/Evaluators/MatyasEvaluator.cs (modified) * trunk/sources/HeuristicLab.Problems.TestFunctions/3.3/Evaluators/MultinormalEvaluator.cs (modified) * trunk/sources/HeuristicLab.Problems.TestFunctions/3.3/Evaluators/RandomEvaluator.cs (modified) * trunk/sources/HeuristicLab.Problems.TestFunctions/3.3/Evaluators/RastriginEvaluator.cs (modified) * trunk/sources/HeuristicLab.Problems.TestFunctions/3.3/Evaluators/RosenbrockEvaluator.cs (modified) * trunk/sources/HeuristicLab.Problems.TestFunctions/3.3/Evaluators/SchwefelEvaluator.cs (modified) * trunk/sources/HeuristicLab.Problems.TestFunctions/3.3/Evaluators/SingleObjectiveTestFunctionProblemEvaluator.cs (modified) * trunk/sources/HeuristicLab.Problems.TestFunctions/3.3/Evaluators/SphereEvaluator.cs (modified) * trunk/sources/HeuristicLab.Problems.TestFunctions/3.3/Evaluators/SumSquaresEvaluator.cs (modified) * trunk/sources/HeuristicLab.Problems.TestFunctions/3.3/Evaluators/ZakharovEvaluator.cs (modified) * trunk/sources/HeuristicLab.Problems.TestFunctions/3.3/Improvers/SingleObjectiveTestFunctionImprovementOperator.cs (modified) * trunk/sources/HeuristicLab.Problems.TestFunctions/3.3/Interfaces/ISingleObjectiveTestFunctionProblemEvaluator.cs (modified) * trunk/sources/HeuristicLab.Problems.TestFunctions/3.3/MoveEvaluators/MultinormalAdditiveMoveEvaluator.cs (modified) #2029: applied the changes suggested by gkronber in comment:5:ticket:2029 Tue, 09 Apr 2013 07:15:23 GMT jkarder [9346] * branches/FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape/TestFunctions/CustomAdditiveMoveEvaluator.cs (modified) * branches/FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape/TestFunctions/CustomEvaluator.cs (modified) #1696: adapted `CustomEvaluator` to changes of r9345 Thu, 10 Jan 2013 08:50:30 GMT epitzer [9143] * branches/FitnessLandscapeAnalysis (modified) * branches/FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape/Algorithms/RepeatedUpDownWalkAnalyzer.cs (added) * branches/FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape/Analysis/Aggregators/UpDownAggregatorAggregator.cs (added) * branches/FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape/HeuristicLab.Analysis.FitnessLandscape.csproj (modified) #1696 implement repeated up-down walks and multi-trajectory ... Thu, 10 Jan 2013 08:48:22 GMT epitzer [9142] * branches/FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape/Analysis/InformationAnalysis.cs (modified) * branches/FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape/Analysis/InformationAnalyzer.cs (modified) #1696 enable information analysis on very short walks Fri, 05 Oct 2012 10:36:25 GMT epitzer [8744] * branches/FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape/Analysis/InformationAnalysis.cs (modified) * branches/FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape/Analysis/InformationAnalysisCalculator.cs (modified) * branches/FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape/Analysis/InformationAnalyzer.cs (modified) * branches/FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape/DictionaryExtensions.cs (added) * branches/FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape/HeuristicLab.Analysis.FitnessLandscape.csproj (modified) * branches/FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape/ListExtensions.cs (added) Improve Information Analyzer #1696 * Configurable discretized or ... Wed, 03 Oct 2012 15:13:31 GMT epitzer [8725] * branches/FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape/Analysis/InformationAnalysis.cs (modified) * branches/FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape/Analysis/InformationAnalysisCalculator.cs (modified) * branches/FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape/Analysis/InformationAnalyzer.cs (modified) improve information analysis #1696 * fixed a bug in quality delta ... Tue, 11 Sep 2012 08:28:24 GMT mkommend [8627] * branches/FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape.Views/HeuristicLab.Analysis.FitnessLandscape.Views.csproj (modified) * branches/FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape.Views/HeuristicLabAnalysisFitnessLandscapeViewsPlugin.cs.frame (modified) * branches/FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape/HeuristicLab.Analysis.FitnessLandscape.csproj (modified) * branches/FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape/HeuristicLabAnalysisFitnessLandscapePlugin.cs.frame (modified) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/VRPProblemAnalyzer.csproj (modified) #1948: Updated FLA to use ALGLIB 3.6. Sun, 01 Jul 2012 12:36:47 GMT gkronber [8172] * branches/FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape/Algorithms/LocalAnalysis.cs (modified) * branches/FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape/Algorithms/RepeatedLocalAnalysis.cs (modified) * branches/FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape/BoxChart/BoxChartCreator.cs (modified) * branches/FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape/NeutralSelector.cs (modified) * branches/FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape/PopDist/PopulationDistributionAnalyzer.cs (modified) * branches/FitnessLandscapeAnalysis/HeuristicLab.Problems.NK/InteractionInitializers/SortedRandomInteractionsInitializer.cs (modified) * branches/FitnessLandscapeAnalysis/HeuristicLab.Problems.NK/NKLandscape.cs (modified) #1797: adapted return type of `ConstrainedValueParameter` properties ... Thu, 21 Jun 2012 14:51:45 GMT mkommend [8083] * branches/FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape.VRP/HeuristicLabAnalysisFitnessLandscapeVRPPlugin.cs.frame (modified) * branches/FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape.Views/HeuristicLabAnalysisFitnessLandscapeViewsPlugin.cs.frame (modified) * branches/FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape/HeuristicLabAnalysisFitnessLandscapePlugin.cs.frame (modified) * branches/FitnessLandscapeAnalysis/HeuristicLab.Problems.NK.Views/HeuristicLabProblemsNKViewsPlugin.cs.frame (modified) * branches/FitnessLandscapeAnalysis/HeuristicLab.Problems.NK/BinaryVectorComparers/AverageBitBinaryVectorComparer.cs (modified) * branches/FitnessLandscapeAnalysis/HeuristicLab.Problems.NK/BinaryVectorComparers/LexicographicBinaryVectorComparer.cs (modified) * branches/FitnessLandscapeAnalysis/HeuristicLab.Problems.NK/BinaryVectorComparers/MedianBitBinaryVectorComparer.cs (modified) * branches/FitnessLandscapeAnalysis/HeuristicLab.Problems.NK/HeuristicLab.Problems.NK.csproj (modified) * branches/FitnessLandscapeAnalysis/HeuristicLab.Problems.NK/HeuristicLabProblemsNKPlugin.cs.frame (modified) * branches/FitnessLandscapeAnalysis/HeuristicLab.Problems.NK/NKLandscape.cs (modified) #1877: Corrected errors detected in unit test in ... Thu, 14 Jun 2012 08:28:38 GMT epitzer [8005] * branches/FitnessLandscapeAnalysis/HeuristicLab.Problems.NK/NKLandscape.cs (modified) #1696 derive NK Landscape from ... Thu, 14 Jun 2012 07:32:01 GMT ascheibe [8002] * branches/FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape/Algorithms/LocalAnalysis.cs (modified) * branches/FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape/Algorithms/RepeatedLocalAnalysis.cs (modified) * branches/FitnessLandscapeAnalysis/HeuristicLab.Problems.NK/NKLandscape.cs (modified) #1696 adapted FLA to changes of r7999 Mon, 07 May 2012 13:14:47 GMT epitzer [7783] * branches/FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape/Analysis/NeutralityAnalyzer.cs (modified) * branches/FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape/NeutralSelector.cs (modified) #1696 add neutrality breadth analysis by including and analyzing the ... Wed, 15 Feb 2012 20:29:01 GMT epitzer [7472] * branches/FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape (modified) * branches/FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape.Views/HeuristicLabAnalysisFitnessLandscapeViewsPlugin.cs.frame (modified) * branches/FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape/HeuristicLabAnalysisFitnessLandscapePlugin.cs.frame (modified) #1696 adjust plugin dependencies Mon, 23 Jan 2012 15:47:39 GMT epitzer [7398] * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/PictureGenerator.cs (modified) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems (modified) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/E (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/E/E-n22-k4.opt (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/E/E-n22-k4.vrp (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/E/E-n23-k3.opt (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/E/E-n23-k3.vrp (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/E/E-n30-k3.opt (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/E/E-n30-k3.vrp (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/E/E-n33-k4.opt (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/E/E-n33-k4.vrp (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/F (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/F/F-n45-k4.opt (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/F/F-n45-k4.vrp (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/analysis.csv (modified) #1696: tune picture generator and add additional problems Thu, 12 Jan 2012 17:37:27 GMT epitzer [7321] * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/PictureGenerator.cs (modified) #1696: Tweak appearance of VRP visualization Wed, 11 Jan 2012 14:07:10 GMT svonolfe [7316] * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/PictureGenerator.cs (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Program.cs (modified) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/SolutionParser.cs (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/TSPLIBParser.cs (modified) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Utils.cs (modified) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/VRPProblemAnalyzer.csproj (modified) Added Picture generator (#1696) Wed, 11 Jan 2012 12:05:52 GMT epitzer [7315] * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/DepotExcentricityCalculator.cs (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/EnumerableExtensions.cs (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/PointD.cs (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/analysis.csv (modified) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Program.cs (modified) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Utils.cs (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/VRPProblemAnalyzer.csproj (modified) #1696: Add VRP depot excentricity metrics Wed, 11 Jan 2012 12:03:54 GMT epitzer [7314] * branches/FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape.Views/HeuristicLab.Analysis.FitnessLandscape.Views.csproj (modified) * branches/FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape/HeuristicLab.Analysis.FitnessLandscape.csproj (modified) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/VRPProblemAnalyzer.csproj (modified) #1696: Update ALGLIB references Mon, 09 Jan 2012 10:13:55 GMT epitzer [7291] * branches/FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape/FDC/ScatterPlot.cs (modified) #1696: Remove creatable attribute from ScatterPlot. Thu, 22 Dec 2011 15:23:01 GMT epitzer [7232] * branches/FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape.sln (modified) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/KMeansClustering.cs (modified) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/A (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/A/A-n32-k5.opt (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/A/A-n32-k5.vrp (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/A/A-n33-k5.opt (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/A/A-n33-k5.vrp (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/A/A-n33-k6.opt (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/A/A-n33-k6.vrp (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/A/A-n34-k5.opt (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/A/A-n34-k5.vrp (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/A/A-n36-k5.opt (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/A/A-n36-k5.vrp (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/A/A-n37-k5.opt (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/A/A-n37-k5.vrp (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/A/A-n37-k6.opt (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/A/A-n37-k6.vrp (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/A/A-n38-k5.opt (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/A/A-n38-k5.vrp (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/A/A-n39-k5.opt (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/A/A-n39-k5.vrp (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/A/A-n39-k6.opt (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/A/A-n39-k6.vrp (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/A/A-n44-k6.opt (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/A/A-n44-k6.vrp (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/A/A-n45-k6.opt (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/A/A-n45-k6.vrp (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/A/A-n45-k7.opt (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/A/A-n45-k7.vrp (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/A/A-n46-k7.opt (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/A/A-n46-k7.vrp (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/A/A-n48-k7.opt (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/A/A-n48-k7.vrp (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/A/A-n53-k7.opt (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/A/A-n53-k7.vrp (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/A/A-n54-k7.opt (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/A/A-n54-k7.vrp (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/A/A-n55-k9.opt (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/A/A-n55-k9.vrp (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/A/A-n60-k9.opt (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/A/A-n60-k9.vrp (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/A/A-n61-k9.opt (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/A/A-n61-k9.vrp (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/A/A-n62-k8.opt (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/A/A-n62-k8.vrp (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/A/A-n63-k10.opt (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/A/A-n63-k10.vrp (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/A/A-n63-k9.opt (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/A/A-n63-k9.vrp (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/A/A-n64-k9.opt (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/A/A-n64-k9.vrp (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/A/A-n65-k9.opt (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/A/A-n65-k9.vrp (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/A/A-n69-k9.opt (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/A/A-n69-k9.vrp (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/A/A-n80-k10.opt (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/A/A-n80-k10.vrp (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/B (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/B/B-n31-k5.opt (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/B/B-n31-k5.vrp (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/B/B-n34-k5.opt (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/B/B-n34-k5.vrp (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/B/B-n35-k5.opt (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/B/B-n35-k5.vrp (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/B/B-n38-k6.opt (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/B/B-n38-k6.vrp (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/B/B-n39-k5.opt (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/B/B-n39-k5.vrp (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/B/B-n41-k6.opt (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/B/B-n41-k6.vrp (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/B/B-n43-k6.opt (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/B/B-n43-k6.vrp (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/B/B-n44-k7.opt (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/B/B-n44-k7.vrp (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/B/B-n45-k5.opt (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/B/B-n45-k5.vrp (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/B/B-n45-k6.opt (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/B/B-n45-k6.vrp (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/B/B-n50-k7.opt (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/B/B-n50-k7.vrp (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/B/B-n50-k8.opt (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/B/B-n50-k8.vrp (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/B/B-n51-k7.opt (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/B/B-n51-k7.vrp (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/B/B-n52-k7.opt (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/B/B-n52-k7.vrp (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/B/B-n56-k7.opt (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/B/B-n56-k7.vrp (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/B/B-n57-k7.opt (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/B/B-n57-k7.vrp (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/B/B-n57-k9.opt (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/B/B-n57-k9.vrp (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/B/B-n63-k10.opt (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/B/B-n63-k10.vrp (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/B/B-n64-k9.opt (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/B/B-n64-k9.vrp (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/B/B-n66-k9.opt (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/B/B-n66-k9.vrp (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/B/B-n67-k10.opt (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/B/B-n67-k10.vrp (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/B/B-n68-k9.opt (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/B/B-n68-k9.vrp (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/B/B-n78-k10.opt (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/B/B-n78-k10.vrp (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/P (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/P/P-n101-k4.opt (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/P/P-n101-k4.vrp (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/P/P-n16-k8.opt (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/P/P-n16-k8.vrp (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/P/P-n19-k2.opt (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/P/P-n19-k2.vrp (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/P/P-n20-k2.opt (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/P/P-n20-k2.vrp (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/P/P-n21-k2.opt (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/P/P-n21-k2.vrp (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/P/P-n22-k2.opt (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/P/P-n22-k2.vrp (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/P/P-n22-k8.opt (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/P/P-n22-k8.vrp (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/P/P-n23-k8.opt (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/P/P-n23-k8.vrp (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/P/P-n40-k5.opt (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/P/P-n40-k5.vrp (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/P/P-n45-k5.opt (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/P/P-n45-k5.vrp (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/P/P-n50-k10.opt (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/P/P-n50-k10.vrp (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/P/P-n50-k7.opt (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/P/P-n50-k7.vrp (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/P/P-n50-k8.opt (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/P/P-n50-k8.vrp (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/P/P-n51-k10.opt (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/P/P-n51-k10.vrp (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/P/P-n55-k10.opt (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/P/P-n55-k10.vrp (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/P/P-n55-k15.opt (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/P/P-n55-k15.vrp (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/P/P-n55-k7.opt (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/P/P-n55-k7.vrp (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/P/P-n55-k8.opt (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/P/P-n55-k8.vrp (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/P/P-n60-k10.opt (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/P/P-n60-k10.vrp (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/P/P-n60-k15.opt (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/P/P-n60-k15.vrp (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/P/P-n65-k10.opt (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/P/P-n65-k10.vrp (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/P/P-n70-k10.opt (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/P/P-n70-k10.vrp (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/P/P-n76-k4.opt (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/P/P-n76-k4.vrp (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/P/P-n76-k5.opt (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/P/P-n76-k5.vrp (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Problems/analysis.csv (added) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/Program.cs (modified) * branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/VRPProblemAnalyzer.csproj (modified) #1696: Updated build configuration and simplified thread handling and ...