# # ChangeLog for branches/2825-NSGA3/HeuristicLab.Algorithms.NSGA3/3.3/ReferencePoint.cs # # Generated by Trac 1.0.12 # 07/05/24 07:16:33 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. 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. 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 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 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. 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 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. ... 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: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.