Changes between Version 6 and Version 7 of ReviewHeuristicLab3.3.0ApplicationDone
- Timestamp:
- 03/15/10 14:22:33 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReviewHeuristicLab3.3.0ApplicationDone
v6 v7 24 24 * swagner: Enabled changing values of value parameters in r2948. 25 25 * Why do I want to change e.g. "TSPRoundedEuclideanPathEvaluator" in the textbox "Name" when viewing Parameter "Evaluator"? 26 * swagner: Restricted name changes of operators to `CombinedOperator`, `Placeholder` and `ProgrammableOperator` in r3024.26 * swagner: In a discussion with abeham it was decided to allow name changes for all operators except for selection, crossover and manipulation operators (or any other operators which can be selected in a standard algorithm or problem view). This was implemented in r3034. 27 27 * The `ViewHost` menu contains a lot of views which are quite similar. `ItemView` doesn't display anything, should it be selectable? `ParameterView` and `NamedItemView` are very similar. Sometimes there are only very fine differences between the views (e.g. a `ParameterView` and a `NamedItemView`). 28 28 * mkommend: Changed in r2992 as described in ticket #902.