Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 261 and Version 262 of ReviewHeuristicLab3.3.0Application


Ignore:
Timestamp:
05/05/10 13:56:53 (14 years ago)
Author:
mkommend
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReviewHeuristicLab3.3.0Application

    v261 v262  
    204204
    205205== Reviewer: mkommend ==
    206 
    207 === Priority: HIGHEST ===
     206=== Priority: HIGHEST ===
     207 * Experiment: If rerunning an experiment without clearing the contained runs, the included batchruns are only execute once instead of 10 times.
     208=== Priority: HIGH ===
    208209 * 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.
    209210 * Negative mutation rates or maximum generations do not produce an error, but are meaningless and should IMHO also be checked.
    210211 * 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.
    211 === Priority: HIGH ===
    212212
    213213=== Priority: MEDIUM ===