Changes between Version 340 and Version 341 of ReviewHeuristicLab3.3.0Application
- Timestamp:
- 05/07/10 23:33:59 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReviewHeuristicLab3.3.0Application
v340 v341 184 184 185 185 == Reviewer: mkommend == 186 186 187 === Priority: HIGHEST === 187 188 * Experiment: If rerunning an experiment without clearing the contained runs, the included batchruns are only execute once instead of 10 times. 188 * The start page does not resize correctly. The list box with the samples always has the same height. 189 189 190 === Priority: HIGH === 190 191 * 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.