Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 137 and Version 138 of ReviewHeuristicLab3.3.0Application


Ignore:
Timestamp:
04/16/10 12:39:59 (15 years ago)
Author:
abeham
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReviewHeuristicLab3.3.0Application

    v137 v138  
    3636 * The description in the start page should show the respective icon or menu entry as crop out of a screenshot in the explanation of what to do.
    3737   * swagner: Added some button images in r3225.
     38 * The default action for drag & drop actions should be copy (e.g. to/from the clipboard). Linking is more advanced, assumes programming knowledge, and can lead to all sorts of unwanted situations.
     39 * Adding a new parameter through the GUI and choosing a `ConstrainedValueParameter` does not make sense as the set of valid values cannot be defined anywhere in the GUI. The parameter will never be able to take a value. Additionally, switching the view for this `ConstrainedValueParameter` to a `ValueParameterView` and setting a value there leads to an exception. The `ValueParameterView` should not be a view for the `ConstrainedValueParameter`.
     40 * Adding a new `ValueParameter<T>` could create a default value if T is instantiable. For most !ValueParameters you will want to have a value upon creation.
    3841
    3942=== Priority: LOW ===
     
    6467 * `EvolutionStrategy`:
    6568   * Add parameter to ES to indicate if 1/5 success rule or sigma-self adapation should be used.
     69 * Name in docking tab is not synchronized with the item name it displays.
     70 * We do not currently count the number of evaluated solutions.
    6671
    6772----