- Timestamp:
- 04/26/10 01:38:30 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Encodings.RealVectorEncoding/3.3/Manipulators/MultiRealVectorManipulator.cs
r3445 r3527 20 20 #endregion 21 21 22 using System; 22 23 using System.Linq; 23 24 using HeuristicLab.Collections; … … 74 75 } 75 76 } 77 78 public override IOperation Apply() { 79 if (Operators.Count == 0) throw new InvalidOperationException(Name + ": Please add at least one real vector manipulator to choose from."); 80 return base.Apply(); 81 } 76 82 } 77 83 }
Note: See TracChangeset
for help on using the changeset viewer.