- Timestamp:
- 03/29/10 17:53:12 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Encodings.PermutationEncoding/3.3/Interfaces/IPermutationCreator.cs
r3053 r3231 31 31 IValueLookupParameter<IntValue> LengthParameter { get; } 32 32 ILookupParameter<Permutation> PermutationParameter { get; } 33 IValueParameter<PermutationType> PermutationTypeParameter { get; } 33 34 } 34 35 }
Note: See TracChangeset
for help on using the changeset viewer.