Changeset 3060 for trunk/sources/HeuristicLab.Encodings.RealVectorEncoding/3.3/Interfaces/IRealVectorManipulator.cs
- Timestamp:
- 03/16/10 10:46:59 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Encodings.RealVectorEncoding/3.3/Interfaces/IRealVectorManipulator.cs
r3053 r3060 29 29 /// </summary> 30 30 public interface IRealVectorManipulator : IRealVectorOperator, IManipulator { 31 ILookupParameter< DoubleArray> RealVectorParameter { get; }31 ILookupParameter<RealVector> RealVectorParameter { get; } 32 32 } 33 33 }
Note: See TracChangeset
for help on using the changeset viewer.