Changes between Version 10 and Version 11 of ReviewHeuristicLab3.3.0ApplicationDone
- Timestamp:
- 03/18/10 10:58:59 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReviewHeuristicLab3.3.0ApplicationDone
v10 v11 18 18 * Creating a user defined algorithm from the SGA doesn't reconfigure the SGA operator with the parameters set in the SGA interface. 19 19 * swagner: Fixed as described in ticket #898. 20 * The successor parameter reads "Successor: !ResultsCollector", "Successor: !SubScopesSorter", ... It's more readable if "Successor" was not present all the time (in the operator graph group box). 21 * swagner: "Successor" is required to identify an operator parameter. Of course, in the case of `ResultsCollector`, `SubScopesSorter`, etc. there is only one operator parameter, but there are other operators which have multiple operator parameters (e.g. branches). If we skip the parameter name, the user will not be able to tell which operator parameter is shown in the tree view. 22 * abeham: After some while I got used to it 23 20 24 21 25 === Priority: MEDIUM ===