- Timestamp:
- 03/22/10 17:03:29 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.Encodings.RealVectorEncoding/3.3/Interfaces
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Encodings.RealVectorEncoding/3.3/Interfaces/IRealVectorCrossover.cs
r3060 r3182 31 31 ILookupParameter<ItemArray<RealVector>> ParentsParameter { get; } 32 32 ILookupParameter<RealVector> ChildParameter { get; } 33 IValueLookupParameter<DoubleMatrix> BoundsParameter { get; } 33 34 } 34 35 } -
trunk/sources/HeuristicLab.Encodings.RealVectorEncoding/3.3/Interfaces/IRealVectorManipulator.cs
r3060 r3182 30 30 public interface IRealVectorManipulator : IRealVectorOperator, IManipulator { 31 31 ILookupParameter<RealVector> RealVectorParameter { get; } 32 IValueLookupParameter<DoubleMatrix> BoundsParameter { get; } 32 33 } 33 34 }
Note: See TracChangeset
for help on using the changeset viewer.