Changeset 6421 for branches/HeuristicLab.MetaOptimization/HeuristicLab.Problems.MetaOptimization/3.3/Operators/Crossovers
- Timestamp:
- 06/16/11 00:13:30 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.MetaOptimization/HeuristicLab.Problems.MetaOptimization/3.3/Operators/Crossovers/DoubleValue/NormalDoubleValueCrossover.cs
r6197 r6421 40 40 } while (!range.IsInRange(offspring.Value)); 41 41 42 if (offspring.Value < 0)43 throw new Exception("WTF Exception");44 45 42 return offspring; 46 43 }
Note: See TracChangeset
for help on using the changeset viewer.