Changeset 772
- Timestamp:
- 11/18/08 11:10:44 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Selection/ProportionalSelector.cs
r77 r772 109 109 } 110 110 } else { 111 if (solutionQuality < 0.0) throw new InvalidOperationException("ERROR in ProportionalSelector: Non-windowing is not working with quality values < 0. Use windowing."); 111 112 if (!maximization) qualities[i] = limit - solutionQuality; 112 113 else qualities[i] = solutionQuality;
Note: See TracChangeset
for help on using the changeset viewer.