Changes between Version 217 and Version 218 of ReviewHeuristicLab3.3.0Application
- Timestamp:
- 04/26/10 18:12:55 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReviewHeuristicLab3.3.0Application
v217 v218 111 111 === Priority: MEDIUM === 112 112 113 * In the Plugin Manager I do not see how I can activate disabled plugins.114 * In the Plugin Manager I do not see how I can update only those plugins that are selected.115 113 * There is no way to see the optimal solution that is found by the algorithm, for example the best tour or the best knapsack selection. Even though not all users might be interested to see these best results, it might help to increase the confidence of users. 116 114 * IMHO the standard selection operators in gender specific selection should be flipped; this would more reflect behavior in nature. The reason for this is that these selectors do not specify how fe/male individuals select their parnters, but rather how they are selected. … … 118 116 119 117 === Priority: LOW === 118 * In the Plugin Manager I do not see how I can activate disabled plugins. 119 * In the Plugin Manager I do not see how I can update only those plugins that are selected. 120 120 * Could it be reasonable to display a special icon for parameters that are not yet set properly (e.g., with a red exclamation mark etc.)? 121 121 * swagner: This will be quite hard as it is not easy to decide programmatically, if a parameter is properly set or not. But we can think about it. Maybe we can introduce constrained parameters? Although it will be a lot of work to enable users to define constraints of parameters in the GUI (for example when adding a new parameter to a `CombinedOperator`).