Changes between Version 128 and Version 129 of ReviewHeuristicLab3.3.0Application
- Timestamp:
- 04/08/10 22:16:01 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReviewHeuristicLab3.3.0Application
v128 v129 177 177 * Problem parameters that cannot be changed by the user could be hidden. 178 178 * i.e. Maximation is always the first parameter but can rarely be changed. 179 * swagner: After a discussion with maffenze,it was decided not to hide parameters. The parameters collection of a problem should show all parameters of a problem so that a user sees and understands how the underlying problem object looks like. This should help users when they start to implement own problems.179 * swagner: In a discussion with maffenze it was decided not to hide parameters. The parameters collection of a problem should show all parameters of a problem so that a user sees and understands how the underlying problem object looks like. This should help users when they start to implement own problems. 180 180 * The [+] Button in the !ValueParameterView is slightly misleading once a value has been added, then it should mean change the value. 181 181 * The [+] Button in the !ValueParameterView should also be disabled if the type of the parameter cannot be changed. 182 182 * swagner: Even if the type of a value parameter cannot be changed, it might be necessary to be able to exchange the whole value object. Therefore the [+] button should be enabled in every case. 183 183 * New Item Dialog: Algorithm and Problem items should be listed before the advanced items in "Algorithm Design". 184 * swagner: Aftera discussion with maffenze it was decided to keep alphabetical sorting of creatable groups in the new item dialog. Alphabetical sorting is used in many places throughout the whole application and it might be irritating for a user if we change this in the new item dialog. Furthermore, it depends on a user which creatable groups are considered to be more important.184 * swagner: In a discussion with maffenze it was decided to keep alphabetical sorting of creatable groups in the new item dialog. Alphabetical sorting is used in many places throughout the whole application and it might be irritating for a user if we change this in the new item dialog. Furthermore, it depends on a user which creatable groups are considered to be more important. 185 185 * Parameters of sub-operators that are not changeable by the user should be hidden (e.g. lookup parameter). 186 186 * Graph View … … 195 195 * swagner: Showing results by default is critical, as the continuous redraw of a result's value (e.g. a quality chart) might consume a lot of runtime. Therefore the user should have to select a result manually, if he wants to look at a result. 196 196 * Hierarchical grouping of operators by namespace in operator tab (instead of just by plugin) or maybe just remove the intial "HeuristicLab" as this is common for all of them and makes it harder to scan for the right plugin/namespace. 197 * swagner: Aftera discussion with maffenze it was decided not to change the way how operators are grouped and displayed in the operators sidebar. Reasons are that grouping hierarchically by namespaces might lead to deep trees that have to be opened to get an operator and that the initial "HeuristicLab" in each plugin name might not be common for all plugins if an external user develops an own plugin.198 199 ---- 200 197 * swagner: In a discussion with maffenze it was decided not to change the way how operators are grouped and displayed in the operators sidebar. Reasons are that grouping hierarchically by namespaces might lead to deep trees that have to be opened to get an operator and that the initial "HeuristicLab" in each plugin name might not be common for all plugins if an external user develops an own plugin. 198 199 ---- 200