Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 240 and Version 241 of ReviewHeuristicLab3.3.0Application


Ignore:
Timestamp:
04/29/10 23:51:42 (14 years ago)
Author:
swagner
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReviewHeuristicLab3.3.0Application

    v240 v241  
    192192
    193193=== Priority: HIGHEST ===
    194   * 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.
    195    * Negative mutation rates or maximum generations do not produce an error, but are meaningless and should IMHO also be checked.
    196   * !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.
     194 * 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.
     195 * Negative mutation rates or maximum generations do not produce an error, but are meaningless and should IMHO also be checked.
    197196
    198197=== Priority: HIGH ===