Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 428 and Version 429 of ReviewHeuristicLab3.3.0Application


Ignore:
Timestamp:
05/14/10 18:47:52 (15 years ago)
Author:
abeham
Comment:

removing best known quality tracking issue

Legend:

Unmodified
Added
Removed
Modified
  • ReviewHeuristicLab3.3.0Application

    v428 v429  
    7878
    7979=== Priority: HIGHEST ===
    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
    8780
    8881=== Priority: HIGH ===