Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 83 and Version 84 of ReviewHeuristicLab3.3.0Application


Ignore:
Timestamp:
03/23/10 12:01:16 (14 years ago)
Author:
swinkler
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReviewHeuristicLab3.3.0Application

    v83 v84  
    9191 * Adding a paramter to a `ProgrammableOperator`, for example a `ValueParameter<DoubleData>`, leads to a null-pointer-exception.
    9292 * (...) As a follow-up, after aborting adding a parameter to a `ProgrammableOperator`, a `PersistenceException` is thrown.
     93 * Saving a TSP instance takes very long time (~ ten seconds)
     94 * Loading a saved TSP instance (in a TS or ES, e.g.) fails (PersistenceException)
    9395
    9496=== Priority: MEDIUM ===
     
    9698 * After starting a new SGA and loading a problem the "play" button is enabled; clicking it leads to a error report that might be not interpretable by each potential user. A rather complicated check of all parameters would be needed here (as we had it for example in HL 2) - this might be not essentially necessary for the initial release (?), but maybe we could keep it in mind.
    9799   * swagner: Changed in r2924 that a selection and a crossover operator are automatically selected if available to avoid the cryptic error message. In general I would prefer to set reasonable parameters by default instead of implementing some (probably quite sophisticated) parameter validation procedure.
     100 * I would suggest displaying the name of an item in the tab head; e.g., "Evolution Strategy" instead of "Item3.hl"
    98101
    99102=== Priority: LOW ===