- Timestamp:
- 03/15/10 15:26:29 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.Encodings.BinaryVectors/3.3/Interfaces
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/sources/HeuristicLab.Encodings.BinaryVectors/3.3/Interfaces/IBinaryVectorCreator.cs ¶
r3040 r3042 30 30 public interface IBinaryVectorCreator : IBinaryVectorOperator, ISolutionCreator { 31 31 IValueLookupParameter<IntData> LengthParameter { get; } 32 ILookupParameter<BoolArrayData> B oolVectorParameter { get; }32 ILookupParameter<BoolArrayData> BinaryVectorParameter { get; } 33 33 } 34 34 } -
TabularUnified trunk/sources/HeuristicLab.Encodings.BinaryVectors/3.3/Interfaces/IBinaryVectorManipulator.cs ¶
r3040 r3042 29 29 /// </summary> 30 30 public interface IBinaryVectorManipulator : IBinaryVectorOperator, IManipulator { 31 ILookupParameter<BoolArrayData> B oolVectorParameter { get; }31 ILookupParameter<BoolArrayData> BinaryVectorParameter { get; } 32 32 } 33 33 }
Note: See TracChangeset
for help on using the changeset viewer.