- Timestamp:
- 03/19/10 15:59:37 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Encodings.RealVectorEncoding/3.3/Interfaces/IRealVectorCreator.cs
r3060 r3123 30 30 public interface IRealVectorCreator : IRealVectorOperator, ISolutionCreator { 31 31 IValueLookupParameter<IntValue> LengthParameter { get; } 32 IValueLookupParameter<DoubleValue> MinimumParameter { get; } 33 IValueLookupParameter<DoubleValue> MaximumParameter { get; } 32 IValueLookupParameter<DoubleMatrix> BoundsParameter { get; } 34 33 ILookupParameter<RealVector> RealVectorParameter { get; } 35 34 }
Note: See TracChangeset
for help on using the changeset viewer.