- Timestamp:
- 06/17/12 15:05:11 (12 years ago)
- Location:
- trunk/sources/HeuristicLab.Encodings.IntegerVectorEncoding
- Files:
-
- 2 edited
- 5 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Encodings.IntegerVectorEncoding
-
Property
svn:mergeinfo
set to
/branches/IntegerVectorEncoding/HeuristicLab.Encodings.IntegerVectorEncoding merged eligible
-
Property
svn:mergeinfo
set to
-
trunk/sources/HeuristicLab.Encodings.IntegerVectorEncoding/3.3/Interfaces/IIntegerVectorCreator.cs
r7259 r8019 28 28 /// An interface which represents an operator for creating vectors of int-valued data. 29 29 /// </summary> 30 public interface IIntegerVectorCreator : I IntegerVectorOperator, ISolutionCreator {30 public interface IIntegerVectorCreator : ISolutionCreator, IBoundedIntegerVectorOperator { 31 31 IValueLookupParameter<IntValue> LengthParameter { get; } 32 IValueLookupParameter<IntValue> MinimumParameter { get; }33 IValueLookupParameter<IntValue> MaximumParameter { get; }34 32 ILookupParameter<IntegerVector> IntegerVectorParameter { get; } 35 33 }
Note: See TracChangeset
for help on using the changeset viewer.