# # ChangeLog for branches/2825-NSGA3/HeuristicLab.Algorithms.NSGA3/3.3/NSGA3.cs # # Generated by Trac 1.0.12 # 07/08/24 03:59:24 Mon, 27 Jul 2020 12:38:37 GMT dleko [17700] * branches/2825-NSGA3/HeuristicLab.Algorithms.NSGA3/3.3/NSGA3.cs (modified) * branches/2825-NSGA3/HeuristicLab.Algorithms.NSGA3/3.3/ReferencePoint.cs (modified) #2825 Copy a reference point using a cloner instead of a copy ... Wed, 22 Jul 2020 18:07:22 GMT dleko [17693] * branches/2825-NSGA3/HeuristicLab.Algorithms.NSGA3/3.3/NSGA3.cs (modified) * branches/2825-NSGA3/HeuristicLab.Algorithms.NSGA3/3.3/ReferencePoint.cs (modified) #2825 Remove unnecessary parameter. Refactoring. Wed, 22 Jul 2020 10:53:10 GMT dleko [17692] * 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/Solution.cs (modified) #2825 Bugfix: NSGA3 now works as intended. Sun, 19 Jul 2020 18:08:01 GMT dleko [17688] * branches/2825-NSGA3/HeuristicLab.Algorithms.NSGA3/3.3/NSGA3.cs (modified) * branches/2825-NSGA3/HeuristicLab.Algorithms.NSGA3/3.3/ReferencePoint.cs (modified) #2825 Bugfix NSGA3 can now be cloned. 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 ... 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: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 ...