Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 340 and Version 341 of ReviewHeuristicLab3.3.0Application


Ignore:
Timestamp:
05/07/10 23:33:59 (15 years ago)
Author:
swagner
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReviewHeuristicLab3.3.0Application

    v340 v341  
    184184
    185185== Reviewer: mkommend ==
     186
    186187=== Priority: HIGHEST ===
    187188 * 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
    189190=== Priority: HIGH ===
    190191 * 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.