Changes between Version 223 and Version 224 of ReviewHeuristicLab3.3.0Application
- Timestamp:
- 04/27/10 11:37:05 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReviewHeuristicLab3.3.0Application
v223 v224 185 185 186 186 === Priority: HIGHEST === 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. 187 188 188 189 === Priority: HIGH ===