# # ChangeLog for branches/2825-NSGA3 # # Generated by Trac 1.0.12 # 07/04/24 23:38:15 Sun, 19 Jul 2020 12:52:56 GMT dleko [17686] * branches/2825-NSGA3/HeuristicLab.Algorithms.NSGA3/3.3/NSGA3.cs (modified) #2825 Add Generational Distance and Inverted Generational Distance to ... Fri, 17 Jul 2020 18:46:30 GMT dleko [17679] * branches/2825-NSGA3/HeuristicLab.Algorithms.NSGA3/3.3/NSGA3.cs (modified) * branches/2825-NSGA3/HeuristicLab.Algorithms.NSGA3/3.3/Utility.cs (modified) #2825 Show best known pareto front in scatter plot. Thu, 16 Jul 2020 06:42:17 GMT dleko [17669] * branches/2825-NSGA3/HeuristicLab.Algorithms.NSGA3/3.3/NSGA3.cs (modified) * branches/2825-NSGA3/HeuristicLab.Algorithms.NSGA3/3.3/ReferencePoint.cs (modified) #2825 Add scatter plot for resulting fitness values. Tue, 14 Jul 2020 18:28:33 GMT dleko [17668] * branches/2825-NSGA3/HeuristicLab.Algorithms.NSGA3/3.3/NSGA3.cs (modified) * branches/2825-NSGA3/HeuristicLab.Algorithms.NSGA3/3.3/NSGA3Selection.cs (modified) * branches/2825-NSGA3/HeuristicLab.Algorithms.NSGA3/3.3/ReferencePoint.cs (modified) #2825 Bugfix. Mon, 13 Jul 2020 12:20:24 GMT dleko [17667] * branches/2825-NSGA3/HeuristicLab.Algorithms.NSGA3-3.3.Test/UtilityTests.cs (modified) * branches/2825-NSGA3/HeuristicLab.Algorithms.NSGA3/3.3/HeuristicLab.Algorithms.NSGA3-3.3.csproj (modified) * branches/2825-NSGA3/HeuristicLab.Algorithms.NSGA3/3.3/NSGA3.cs (modified) * branches/2825-NSGA3/HeuristicLab.Algorithms.NSGA3/3.3/ReferencePoint.cs (modified) * branches/2825-NSGA3/HeuristicLab.Algorithms.NSGA3/3.3/Utility.cs (modified) #2825 Bugfix: The correct number of reference points are returned on ... Mon, 13 Jul 2020 11:33:35 GMT dleko [17666] * branches/2825-NSGA3/HeuristicLab.Algorithms.NSGA3-3.3.Test (added) * branches/2825-NSGA3/HeuristicLab.Algorithms.NSGA3-3.3.Test/HeuristicLab.Algorithms.NSGA3-3.3.Test.csproj (added) * branches/2825-NSGA3/HeuristicLab.Algorithms.NSGA3-3.3.Test/Properties (added) * branches/2825-NSGA3/HeuristicLab.Algorithms.NSGA3-3.3.Test/Properties/AssemblyInfo.cs (added) * branches/2825-NSGA3/HeuristicLab.Algorithms.NSGA3-3.3.Test/ReferencePointsTests.cs (added) * branches/2825-NSGA3/HeuristicLab.Algorithms.NSGA3-3.3.Test/UtilityTests.cs (added) * branches/2825-NSGA3/HeuristicLab.Algorithms.NSGA3-3.3.Test/packages.config (added) * branches/2825-NSGA3/HeuristicLab.Algorithms.NSGA3-3.3.sln (modified) #2825 Add Unit test project. Sun, 12 Jul 2020 22:08:32 GMT dleko [17665] * branches/2825-NSGA3/HeuristicLab.Algorithms.NSGA3/3.3/HeuristicLab.Algorithms.NSGA3-3.3.csproj (modified) * branches/2825-NSGA3/HeuristicLab.Algorithms.NSGA3/3.3/NSGA3.cs (modified) * branches/2825-NSGA3/HeuristicLab.Algorithms.NSGA3/3.3/NSGA3Selection.cs (added) #2825 Refactoring: Move selection logic to its own static class. Sun, 12 Jul 2020 13:35:34 GMT dleko [17664] * branches/2825-NSGA3/HeuristicLab.Algorithms.NSGA3/3.3/NSGA3.cs (modified) * branches/2825-NSGA3/HeuristicLab.Algorithms.NSGA3/3.3/Utility.cs (modified) #2825 Add generation count to results. Minor refactoring. Sun, 12 Jul 2020 09:16:10 GMT dleko [17663] * branches/2825-NSGA3/HeuristicLab.Algorithms.NSGA3/3.3/NSGA3.cs (modified) * branches/2825-NSGA3/HeuristicLab.Algorithms.NSGA3/3.3/ReferencePoint.cs (modified) #2825 Initialize population size with the correct number (according ... Thu, 09 Jul 2020 14:11:31 GMT dleko [17662] * branches/2825-NSGA3/HeuristicLab.Algorithms.NSGA3/3.3/NSGA3.cs (modified) #2825 Correction: Use NumberOfObjectives instead of ... Thu, 09 Jul 2020 13:55:03 GMT dleko [17661] * branches/2825-NSGA3/HeuristicLab.Algorithms.NSGA3/3.3/NSGA3.cs (modified) * branches/2825-NSGA3/HeuristicLab.Algorithms.NSGA3/3.3/ReferencePoint.cs (modified) #2825 Correct reference point generation. Tue, 07 Jul 2020 19:52:47 GMT dleko [17658] * branches/2825-NSGA3/HeuristicLab.Algorithms.NSGA3/3.3/Utility.cs (modified) #2825 Add better error handling for MinArgMin and MaxArgMax methods. ... Tue, 07 Jul 2020 19:51:44 GMT dleko [17657] * branches/2825-NSGA3/HeuristicLab.Algorithms.NSGA3/3.3/HeuristicLab.Algorithms.NSGA3-3.3.csproj (modified) * branches/2825-NSGA3/HeuristicLab.Algorithms.NSGA3/3.3/NSGA3.cs (modified) * branches/2825-NSGA3/HeuristicLab.Algorithms.NSGA3/3.3/Plugin.cs (modified) * branches/2825-NSGA3/HeuristicLab.Algorithms.NSGA3/3.3/SimulatedBinaryCrossover.cs (added) * branches/2825-NSGA3/HeuristicLab.Algorithms.NSGA3/3.3/Solution.cs (modified) #2825 Implement recombination. Sun, 21 Jun 2020 19:57:35 GMT dleko [17619] * branches/2825-NSGA3/HeuristicLab.Algorithms.NSGA3/3.3/NSGA3.cs (modified) * branches/2825-NSGA3/HeuristicLab.Algorithms.NSGA3/3.3/ReferencePoint.cs (modified) #2825 Implement second part of NSGA3. Add random field to ReferencePoint. Sun, 21 Jun 2020 15:00:55 GMT dleko [17618] * branches/2825-NSGA3/HeuristicLab.Algorithms.NSGA3/3.3/NSGA3.cs (modified) * branches/2825-NSGA3/HeuristicLab.Algorithms.NSGA3/3.3/Solution.cs (modified) #2825 Add storable generation field. Add StorableType attribute to ... Sun, 21 Jun 2020 14:51:58 GMT dleko [17617] * branches/2825-NSGA3/HeuristicLab.Algorithms.NSGA3/3.3/NSGA3.cs (modified) * branches/2825-NSGA3/HeuristicLab.Algorithms.NSGA3/3.3/ReferencePoint.cs (modified) #2825 The reference points and the fronts are no longer stored. ... Sun, 21 Jun 2020 14:34:08 GMT dleko [17616] * branches/2825-NSGA3/HeuristicLab.Algorithms.NSGA3/3.3/NSGA3.cs (modified) * branches/2825-NSGA3/HeuristicLab.Algorithms.NSGA3/3.3/Utility.cs (modified) #2825 Implement the first part of NSGA3. Solutions are saved in a ... Sat, 20 Jun 2020 10:33:24 GMT dleko [17615] * branches/2825-NSGA3/HeuristicLab.Algorithms.NSGA3/3.3/NSGA3.cs (modified) * branches/2825-NSGA3/HeuristicLab.Algorithms.NSGA3/3.3/ReferencePoint.cs (modified) #2825 The list of Reference Points are now a storable field in the ... Mon, 25 May 2020 17:33:28 GMT dleko [17559] * branches/2825-NSGA3/HeuristicLab.Algorithms.NSGA3/3.3/NSGA3.cs (modified) * branches/2825-NSGA3/HeuristicLab.Algorithms.NSGA3/3.3/Utility.cs (modified) #2825: Initialize and analyze solutions of first generation. Mon, 25 May 2020 17:10:09 GMT dleko [17558] * branches/2825-NSGA3/HeuristicLab.Algorithms.NSGA3/3.3/HeuristicLab.Algorithms.NSGA3-3.3.csproj (modified) * branches/2825-NSGA3/HeuristicLab.Algorithms.NSGA3/3.3/NSGA3.cs (modified) * branches/2825-NSGA3/HeuristicLab.Algorithms.NSGA3/3.3/ReferencePoint.cs (added) * branches/2825-NSGA3/HeuristicLab.Algorithms.NSGA3/3.3/Utility.cs (added) #2825: Generate structured reference points and show them in Results tab.