Changeset 11169
- Timestamp:
- 07/09/14 20:22:12 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
stable/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Analyzers/SymbolicDataAnalysisSingleObjectivePruningAnalyzer.cs
r11168 r11169 216 216 if (end > count) end = count; 217 217 218 if (PopulationSlice.Start > 1 || PopulationSlice.End > 1) throw new ArgumentOutOfRangeException("The slice bounds should be expressed as unit percentages.");219 218 if (start >= end) throw new ArgumentOutOfRangeException("Invalid PopulationSlice bounds."); 220 219 return new IntRange(start, end);
Note: See TracChangeset
for help on using the changeset viewer.