Changeset 5177 for branches/ParallelEngine/HeuristicLab.Encodings.BinaryVectorEncoding/3.3/BinaryVectorCreator.cs
- Timestamp:
- 12/26/10 03:51:30 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ParallelEngine/HeuristicLab.Encodings.BinaryVectorEncoding/3.3/BinaryVectorCreator.cs
r4722 r5177 58 58 } 59 59 60 public sealed override IOperation Apply( ) {60 public sealed override IOperation Apply(IExecutionContext context) { 61 61 BinaryVectorParameter.ActualValue = Create(RandomParameter.ActualValue, LengthParameter.ActualValue); 62 return base.Apply( );62 return base.Apply(context); 63 63 } 64 64
Note: See TracChangeset
for help on using the changeset viewer.