Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 153 and Version 154 of ReviewHeuristicLab3.3.0ApplicationDone


Ignore:
Timestamp:
05/13/10 17:35:09 (15 years ago)
Author:
gkronber
Comment:

added resolved issue: bug in checkeditemcollections

Legend:

Unmodified
Added
Removed
Modified
  • ReviewHeuristicLab3.3.0ApplicationDone

    v153 v154  
    277277=== Priority: HIGHEST ===
    278278 * Symbolic regression problem & island offspring selection GA -> selection pressures in all islands are the same over the whole run (dropping from 2 initially to 1)?!
    279   * This seems to be an issue with overlapping variable names in selection pressure analyzer and best scaled validation solution analyzer.
    280   * swinkler: This problem is also seen in OS-GA with symbReg problem.
    281   * abeham: fixed in r3699
     279    * This seems to be an issue with overlapping variable names in selection pressure analyzer and best scaled validation solution analyzer.
     280    * swinkler: This problem is also seen in OS-GA with symbReg problem.
     281    * abeham: fixed in r3699
     282  * `CheckedItemList` (and probably `CheckedItemCollection`) are not working correctly if the same item is added multiple times to the collection. This leads to exception for instance if operators are reordered in a `MultiAnalyzer`. A fix is to check ifthe item is still referenced in the collection before removing it from the dictionary that holds the checked-states for each item.
     283   * fixed with r3798.
    282284
    283285=== Priority: HIGH ===