Changes between Version 9 and Version 10 of ReviewHeuristicLab3.3.0ApplicationDone
- Timestamp:
- 03/18/10 04:19:56 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReviewHeuristicLab3.3.0ApplicationDone
v9 v10 34 34 * 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). 35 35 * 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. 36 38 * 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) 37 39 * swagner: Added `VariableValueView` in r2989.