- Timestamp:
- 03/22/10 03:25:21 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.Encodings.IntegerVectorEncoding/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/sources/HeuristicLab.Encodings.IntegerVectorEncoding/3.3/Creators/UniformRandomIntegerVectorCreator.cs ¶
r3059 r3160 33 33 [Item("UniformRandomIntegerVectorCreator", "An operator which creates a new random int vector with each element uniformly distributed in a specified range.")] 34 34 [StorableClass] 35 [Creatable("Test")]36 35 public class UniformRandomIntegerVectorCreator : IntegerVectorCreator { 37 36 /// <summary> -
TabularUnified trunk/sources/HeuristicLab.Encodings.IntegerVectorEncoding/3.3/IntegerVector.cs ¶
r3054 r3160 27 27 [StorableClass] 28 28 [Item("IntegerVector", "Represents a vector of integer values.")] 29 [Creatable("Test")]30 29 public class IntegerVector : IntArray { 31 30 public IntegerVector() : base() { }
Note: See TracChangeset
for help on using the changeset viewer.