Changeset 5177 for branches/ParallelEngine/HeuristicLab.Encodings.RealVectorEncoding/3.3/Manipulators/MultiRealVectorManipulator.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/Manipulators/MultiRealVectorManipulator.cs
r5140 r5177 88 88 } 89 89 90 public override IOperation Apply( ) {90 public override IOperation Apply(IExecutionContext context) { 91 91 if (Operators.Count == 0) throw new InvalidOperationException(Name + ": Please add at least one real vector manipulator to choose from."); 92 return base.Apply( );92 return base.Apply(context); 93 93 } 94 94 }
Note: See TracChangeset
for help on using the changeset viewer.