Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 35 and Version 36 of ReviewHeuristicLab3.3.0Application


Ignore:
Timestamp:
03/17/10 14:13:08 (14 years ago)
Author:
gkronber
Comment:

Added my thoughts about the algorithm naming scheme

Legend:

Unmodified
Added
Removed
Modified
  • ReviewHeuristicLab3.3.0Application

    v35 v36  
    7171
    7272=== Priority: MEDIUM ===
     73 * `HeuristicLab.Algorithms.TS` and `HeuristicLab.Algorithms.LS` should be renamed to `HeuristicLab.Algorithms.TabuSearch` and `HeuristicLab.Algorithms.LocalSearch`.
     74 * `HeuristicLab.Algorithms.SGA` should be renamed to `HeuristicLab.Algorithms.StandardGeneticAlgorithm`
    7375 * Loading the "New Item" dialog takes a long time the first time the "New" action is activated. Probably an issue in the plugin infrastructure.
    7476   * swagner: When opening the new dialog for the first time, all creatable items are instantiated which might take some time (although I do not really notice a long loading time of the new dialog on my machine). At the moment many items are shown in the new dialog for testing purposes (category "Test"). After these items have been removed, the loading time of the new dialog will be much faster. I will remove all `[Creatable("Test")]` attributes on items in the next version.