Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 20 and Version 21 of ReviewHeuristicLab3.3.0Application


Ignore:
Timestamp:
03/10/10 10:38:53 (15 years ago)
Author:
abeham
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReviewHeuristicLab3.3.0Application

    v20 v21  
    2121   * The flow chart is very nice, but sometimes arrows are a bit wild and going backwards which creates a not so nice strikethrough appearance. Would be good to have non-direct arrows as well.
    2222 * Creating a user defined algorithm from the SGA doesn't reconfigure the SGA operator with the parameters set in the SGA interface.
     23 * Adding a !ValueParameter<T> in a !VariableCreator and selecting a generic type e.g. !ItemList<T> fails because no choice can be made on the generic type of the !ItemList (ticket #42)
    2324
    2425=== Priority: MEDIUM ===
     
    4647   * My initial expectations probably weren't correct regarding the user defined algorithm. The SGA operator is not a complete SGA, but just the main loop (yes we discussed this).
    4748 * Left- and !RightSelector should not be displayed as selection operators in an SGA
    48  * When clicking "start" to start the engine disabling of the user interface elements has similar problems to what we fixed a few revisions ago.
     49 * When clicking "start" to start the engine disabling of the user interface elements has similar problems to what we fixed a few revisions ago (ticket #887)
    4950 * I'd wish there was just a value view as well. Sometimes I want to hide name, description, type, set, remove, ... elements and just display the value (e.g. when viewing the quality chart) (we discussed this)
    5051   * swagner: Added `VariableValueView` in r2989.