106 | | * HeuristicLab crashes fatally when I do the following: I run a GA solving the TSP ch130 problem several times, filter the results and let the results be displayed in a bubble chart (showing the best qualities). Then I start the GA with another problem (a Knapsack problem) without clearing the results, and then HL crashes. |
107 | | * gkronber: This might be caused by my changes to the bubble chart today (r3707). |
108 | | * mkommend: This is related to the implementation of !RunCollectionConstraints and was corrected in r3717. Feel free to do some more testing. |
| 106 | * In the results section of a run collection (of a GA solving a TSP) the best quality is equal to the current average, best, and worst qualtiy. |