Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/12/16 13:53:16 (7 years ago)
Author:
sraggl
Message:

#2666
Updated LinearLinkageEncoding by:

  • Speeding up GroupCrossover and SetGroups and GetGroups
  • making Constructor private adding static initializer Methods
Location:
trunk/sources/HeuristicLab.Tests/HeuristicLab.Encodings.LinearLinkageEncoding-3.4
Files:
3 added
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Tests/HeuristicLab.Encodings.LinearLinkageEncoding-3.4/Auxiliary.cs

    r14274 r14475  
    2020#endregion
    2121
    22 namespace HeuristicLab.Encodings.IntegerVectorEncoding.Tests {
     22namespace HeuristicLab.Encodings.LinearLinkageEncoding.Tests {
    2323  public static class Auxiliary {
    24     public static bool IntegerVectorIsEqualByPosition(IntegerVector p1, IntegerVector p2) {
     24    public static bool LinearLinkageIsEqualByPosition(LinearLinkage p1, LinearLinkage p2) {
    2525      bool equal = (p1.Length == p2.Length);
    2626      if (equal) {
Note: See TracChangeset for help on using the changeset viewer.