- Timestamp:
- 03/16/10 00:56:44 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.Encodings.IntegerVectorEncoding/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Encodings.IntegerVectorEncoding/3.3
- Property svn:ignore
-
old new 1 1 *.user 2 HeuristicLabEncodingsInt VectorPlugin.cs2 HeuristicLabEncodingsIntegerVectorEncodingPlugin.cs 3 3 bin 4 4 obj
-
- Property svn:ignore
-
trunk/sources/HeuristicLab.Encodings.IntegerVectorEncoding/3.3/Creators/UniformRandomIntVectorCreator.cs
r3048 r3053 27 27 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 28 28 29 namespace HeuristicLab.Encodings.Int Vector{29 namespace HeuristicLab.Encodings.IntegerVectorEncoding { 30 30 /// <summary> 31 31 /// Generates a new random integer vector with each element uniformly distributed in a specified range.
Note: See TracChangeset
for help on using the changeset viewer.