Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 257 and Version 258 of ReviewHeuristicLab3.3.0Application


Ignore:
Timestamp:
05/05/10 00:06:00 (14 years ago)
Author:
mkommend
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReviewHeuristicLab3.3.0Application

    v257 v258  
    205205 * 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.
    206206 * 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.
    208208=== Priority: HIGH ===
    209209