Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 226 and Version 227 of ReviewHeuristicLab3.3.0Application


Ignore:
Timestamp:
04/27/10 12:53:20 (14 years ago)
Author:
mkommend
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReviewHeuristicLab3.3.0Application

    v226 v227  
    190190  * 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.
    191191   * Negative mutation rates or maximum generations do not produce an error, but are meaningless and should IMHO also be checked.
     192  * !ItemCollectionListView: reproducible !InvalidOperationException occurs if a saved experiment is loaded, started and then an algorithm is display by selecting an IOptimizer contained in the experiment.
    192193
    193194=== Priority: HIGH ===