Changes between Version 224 and Version 225 of ReviewHeuristicLab3.3.0Application
- Timestamp:
- 04/27/10 11:40:24 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReviewHeuristicLab3.3.0Application
v224 v225 186 186 === Priority: HIGHEST === 187 187 * Parameter checks should be added to every algorithm. E.g. it should not be possible to start an GA/OSGA with negative or zero population size. Neg. population size results in an !ArithmeticOverflowException in the selection operator, because arrays of negative size could not be allocated. 188 * Negative mutation rates or maximum generations do not produce an error, but are meaningless and should IMHO also be checked. 188 189 189 190 === Priority: HIGH ===