80 | | * `BestKnownQuality` tracking doesn't work correctly. |
81 | | 1. The best average and worst quality are tracked by an analyzer configured by the algorithm. |
82 | | 2. The best known solution is tracked by an analyzer configured by the problem. |
83 | | 3. Problem specific analyzers are executed after the algorithm specific analyzers |
84 | | 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'. |
85 | | 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 |
86 | | * Addressed with r3799. @abeham: please review |