Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 93 and Version 94 of ReviewHeuristicLab3.3.0ApplicationDone


Ignore:
Timestamp:
05/06/10 05:12:25 (14 years ago)
Author:
swagner
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReviewHeuristicLab3.3.0ApplicationDone

    v93 v94  
    261261
    262262=== Priority: MEDIUM ===
    263    
    264263 * There is no way to see the optimal solution that is found by the algorithm, for example the best tour or the best knapsack selection. Even though not all users might be interested to see these best results, it might help to increase the confidence of users.
    265264   * swinkler: Solution displays have been implemented meanwhile.
     
    285284 * After changing the number of weights in a Knapsack problem there is an exception explaining that the number of weights is not equal to the number of values. This is quite understandable, but it could be better to give a parameter that defines the number of items and let the numbers of values and weights be set automatically.
    286285   * svonolfe: Changed in r3463.
     286 * Charts (results display, quality progress, ...) can slow down the execution very much; it would be nice to have a parameter that sets the update interval.
     287   * swagner: Added `MultiAnalyzer` which supports update intervals in r3616.
    287288
    288289----