- Timestamp:
- 04/03/19 15:37:38 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2521_ProblemRefactoring/HeuristicLab.Encodings.RealVectorEncoding/3.3/RealVector.cs
r16723 r16751 30 30 [StorableType("C4213FB3-77C3-4814-A7A3-0151B0FF5270")] 31 31 [Item("RealVector", "Represents a vector of real values.")] 32 public class RealVector : DoubleArray, I Solution {32 public class RealVector : DoubleArray, IEncodedSolution { 33 33 [StorableConstructor] 34 34 protected RealVector(StorableConstructorFlag _) : base(_) { }
Note: See TracChangeset
for help on using the changeset viewer.