| 299 | * `BestKnownQuality` tracking doesn't work correctly. |
| 300 | 1. The best average and worst quality are tracked by an analyzer configured by the algorithm. |
| 301 | 2. The best known solution is tracked by an analyzer configured by the problem. |
| 302 | 3. Problem specific analyzers are executed after the algorithm specific analyzers |
| 303 | 4. The best known solution value shown for generation 'i' in the qualities line chart is the value calculated by the problem-specific analyzer in the generation 'i-1'. |
| 304 | 5. The best known solution value displayed in the qualities line chart can be better than the best current best quality value from generations 0 to i |
| 305 | * Addressed with r3799. |
| 306 | * abeham: Changes in r3799 look good. Fixed in r3809:3810 for tabu search and local search. |