Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/19/10 02:15:10 (14 years ago)
Author:
swagner
Message:

Operator architecture refactoring (#95)

  • worked on operators and SGA
  • improved performance
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Permutation/3.3/Permutation.cs

    r2794 r2830  
    4444    public Permutation(int[] elements)
    4545      : base(elements) {
    46       if (!Validate()) throw new ArgumentException("Elements do not represent a valid permutation.");
    4746    }
    4847    private Permutation(Permutation elements) : base(elements) { }
Note: See TracChangeset for help on using the changeset viewer.