- Timestamp:
- 05/06/10 00:47:32 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Encodings.PermutationEncoding/3.3/Crossovers/MultiPermutationCrossover.cs
r3593 r3659 52 52 public MultiPermutationCrossover() 53 53 : base() { 54 Parameters.Add(new S ubScopesLookupParameter<Permutation>("Parents", "The parent permutations which should be crossed."));54 Parameters.Add(new ScopeTreeLookupParameter<Permutation>("Parents", "The parent permutations which should be crossed.")); 55 55 ParentsParameter.ActualName = "Permutation"; 56 56 Parameters.Add(new LookupParameter<Permutation>("Child", "The child permutation resulting from the crossover."));
Note: See TracChangeset
for help on using the changeset viewer.