Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 155 and Version 156 of ReviewHeuristicLab3.3.0ApplicationDone


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

fixed best known solution/quality tracking

Legend:

Unmodified
Added
Removed
Modified
  • ReviewHeuristicLab3.3.0ApplicationDone

    v155 v156  
    297297 * Breakpoints should be visually emphasized.
    298298   * swagner: At the moment, breakpoints are marked red in the `OperatorTreeView` and will be visually emphasized in the `OperatorGraph` visualization in the next version. Where else should they be emphasized?
     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.
    299307
    300308=== Priority: MEDIUM ===