Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 30 and Version 31 of ReviewHeuristicLab3.3.0Application


Ignore:
Timestamp:
03/14/10 18:58:45 (14 years ago)
Author:
swagner
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReviewHeuristicLab3.3.0Application

    v30 v31  
    2828     * swagner: The scope parameter "!CurrentScope" indicates that the current scope (i.e. its sub-scopes) is manipulated by an operator. It is shown in order to give the user comprehensive information about what an operator does. Maybe this is not really helpful. Should I remove scope parameters in general? In the code of an operator they are not really required, as the current scope can always be accessed via the current execution context.
    2929     * swagner: In a discussion with maffenze it was decided to keep scope parameters.
    30    * 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).
    3130 * `LeftSelector` and `RightSelector` should not be displayed as selection operators in an SGA (there is a related ticket #673).
    3231 * 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)