Changes between Version 20 and Version 21 of ReviewHeuristicLab3.3.0Application
- Timestamp:
- 03/10/10 10:38:53 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReviewHeuristicLab3.3.0Application
v20 v21 21 21 * The flow chart is very nice, but sometimes arrows are a bit wild and going backwards which creates a not so nice strikethrough appearance. Would be good to have non-direct arrows as well. 22 22 * Creating a user defined algorithm from the SGA doesn't reconfigure the SGA operator with the parameters set in the SGA interface. 23 * Adding a !ValueParameter<T> in a !VariableCreator and selecting a generic type e.g. !ItemList<T> fails because no choice can be made on the generic type of the !ItemList (ticket #42) 23 24 24 25 === Priority: MEDIUM === … … 46 47 * 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). 47 48 * Left- and !RightSelector should not be displayed as selection operators in an SGA 48 * When clicking "start" to start the engine disabling of the user interface elements has similar problems to what we fixed a few revisions ago .49 * When clicking "start" to start the engine disabling of the user interface elements has similar problems to what we fixed a few revisions ago (ticket #887) 49 50 * 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) 50 51 * swagner: Added `VariableValueView` in r2989.