Changes between Version 257 and Version 258 of ReviewHeuristicLab3.3.0Application
- Timestamp:
- 05/05/10 00:06:00 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReviewHeuristicLab3.3.0Application
v257 v258 205 205 * 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. 206 206 * Negative mutation rates or maximum generations do not produce an error, but are meaningless and should IMHO also be checked. 207 207 * Experiment - !BatchRun: When stopping a !BatchRun explicitly during the execution of an experiment, it often results in an error message stating that the !BatchRun cannot be stopped while in stopped stated. I guess this is somehow related to the asynchronous GUI updating / executing of engines. 208 208 === Priority: HIGH === 209 209