Changeset 13361 for branches/ProblemRefactoring/HeuristicLab.Encodings.RealVectorEncoding/3.3/Interfaces
- Timestamp:
- 11/24/15 16:01:02 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ProblemRefactoring/HeuristicLab.Encodings.RealVectorEncoding/3.3/Interfaces/IRealVectorCreator.cs
r12012 r13361 28 28 /// An interface which represents an operator for creating vectors of real-valued data. 29 29 /// </summary> 30 public interface IRealVectorCreator : IRealVectorOperator, ISolutionCreator {30 public interface IRealVectorCreator : IRealVectorOperator, ISolutionCreator<RealVector> { 31 31 IValueLookupParameter<IntValue> LengthParameter { get; } 32 32 IValueLookupParameter<DoubleMatrix> BoundsParameter { get; }
Note: See TracChangeset
for help on using the changeset viewer.