- Timestamp:
- 08/17/15 16:35:47 (9 years ago)
- Location:
- branches/crossvalidation-2434
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/crossvalidation-2434
- Property svn:mergeinfo changed
/trunk/sources merged: 12835-12837,12839,12844-12846,12851,12855,12868
- Property svn:mergeinfo changed
-
branches/crossvalidation-2434/HeuristicLab.Encodings.RealVectorEncoding
- Property svn:mergeinfo changed
/trunk/sources/HeuristicLab.Encodings.RealVectorEncoding (added) merged: 12837
- Property svn:mergeinfo changed
-
branches/crossvalidation-2434/HeuristicLab.Encodings.RealVectorEncoding/3.3/RealVectorEncoding.cs
r12012 r12869 124 124 bounds[i, 1] = max[i]; 125 125 } 126 LengthParameter = new FixedValueParameter<IntValue>(Name + ".Length", new IntValue(length)); 127 BoundsParameter = new ValueParameter<DoubleMatrix>(Name + ".Bounds", bounds); 126 lengthParameter = new FixedValueParameter<IntValue>(Name + ".Length", new IntValue(length)); 127 boundsParameter = new ValueParameter<DoubleMatrix>(Name + ".Bounds", bounds); 128 Parameters.Add(lengthParameter); 129 Parameters.Add(boundsParameter); 128 130 129 131 SolutionCreator = new UniformRandomRealVectorCreator();
Note: See TracChangeset
for help on using the changeset viewer.