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. |