Free cookie consent management tool by TermsFeed Policy Generator

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


Ignore:
Timestamp:
05/06/10 00:48:39 (14 years ago)
Author:
swinkler
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReviewHeuristicLab3.3.0ApplicationDone

    v92 v93  
    223223 * After running the SA/Rastrigin demo example I chose to display the results as bubble chart. Selecting Qualities as y-values and the relative difference of best known quality leads to an exception; I cannot even continue, the program has to be quit.
    224224   * mkommend: Corrected in r3543.
     225 * Plugin Manager:
     226   * After deleting a plugin, how do I get it back?
     227   * In the list of available plugins I see the product "HeuristicLab", and after clicking "Install Selected Items" nothing happens - it is still there in the list of available plugins.
     228   * After deleting the plugin "Data Analysis" and starting the Optimizer I get the following exception: System.IO.FileNotFoundException: Could not load file or assembly 'HeuristicLab.Problems.DataAnalysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec' or one of its dependencies. The system cannot find the file specified.
     229   * swinkler: PluginManager has been improved meanwhile.
    225230 * I just got an InvalidOperationException: "Drag Drop registration did not succeed". After clicking OK the program does not respond anymore. At the moment I cannot reproduce the error; what I did is the following: I created a new TSP instance, dragged it into the clipboard, opened a new island GA, dragged the TSP instance into it, started the algorithm, paused it, and clicked through the island results. Then suddenly this exception came.
    226231   * Follow-up: I just got this exception again while clicking through results of a SASEGASA, whithout having dragged / dropped anything. Obviously I moved the mouse a little bit while clicking through the village results.
     
    257262=== Priority: MEDIUM ===
    258263   
     264 * 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.
     265   * swinkler: Solution displays have been implemented meanwhile.
    259266 * After starting the SGA the current generation index is not displayed; I have to switch to the qualities chart to see the current generation.
    260267   * swagner: Added generations counter to results in r2924.