Changeset 5177 for branches/ParallelEngine/HeuristicLab.Encodings.RealVectorEncoding/3.3/RealVectorCreator.cs
- Timestamp:
- 12/26/10 03:51:30 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ParallelEngine/HeuristicLab.Encodings.RealVectorEncoding/3.3/RealVectorCreator.cs
r4722 r5177 63 63 } 64 64 65 public sealed override IOperation Apply( ) {65 public sealed override IOperation Apply(IExecutionContext context) { 66 66 RealVectorParameter.ActualValue = Create(RandomParameter.ActualValue, LengthParameter.ActualValue, BoundsParameter.ActualValue); 67 return base.Apply( );67 return base.Apply(context); 68 68 } 69 69
Note: See TracChangeset
for help on using the changeset viewer.