Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 9 and Version 10 of ReviewHeuristicLab3.3.0ApplicationDone


Ignore:
Timestamp:
03/18/10 04:19:56 (14 years ago)
Author:
swagner
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReviewHeuristicLab3.3.0ApplicationDone

    v9 v10  
    3434   * 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).
    3535     * swagner: Renamed `SGAOperator` to `SGAMainLoop` in r3020.
     36 * `LeftSelector` and `RightSelector` should not be displayed as selection operators in an SGA (there is a related ticket #673).
     37   * swagner: Replaced `LeftSelector` and `RightSelector` by `BestSelector` and `WorstSelector` as described in ticket #926.
    3638 * 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)
    3739   * swagner: Added `VariableValueView` in r2989.