Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 24 and Version 25 of ReviewHeuristicLab3.3.0ApplicationDone


Ignore:
Timestamp:
03/23/10 02:25:52 (15 years ago)
Author:
swagner
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReviewHeuristicLab3.3.0ApplicationDone

    v24 v25  
    112112
    113113=== Priority: MEDIUM ===
     114 * `HeuristicLab.Algorithms.SGA` should be renamed to `HeuristicLab.Algorithms.StandardGeneticAlgorithm`.
     115   * swagner: Renamed `HeuristicLab.Algorithms.SGA` to `HeuristicLab.Algorithms.GeneticAlgorithm` as described in #945.
    114116 * Loading the "New Item" dialog takes a long time the first time the "New" action is activated. Probably an issue in the plugin infrastructure.
    115117   * 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.