78 | | |
| 78 | * `BestKnownQuality` tracking doesn't work correctly. |
| 79 | 1. The best average and worst quality are tracked by an analyzer configured by the algorithm. |
| 80 | 2. The best known solution is tracked by an analyzer configured by the problem. |
| 81 | 3. Problem specific analyzers are executed after the algorithm specific analyzers |
| 82 | 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'. |
| 83 | 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 |