Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 223 and Version 224 of ReviewHeuristicLab3.3.0Application


Ignore:
Timestamp:
04/27/10 11:37:05 (15 years ago)
Author:
mkommend
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReviewHeuristicLab3.3.0Application

    v223 v224  
    185185
    186186=== 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.
    187188
    188189=== Priority: HIGH ===