Changes between Version 19 and Version 20 of ReviewHeuristicLab3.3.0Application
- Timestamp:
- 03/10/10 05:24:44 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReviewHeuristicLab3.3.0Application
v19 v20 48 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 49 * 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 * swagner: Added `VariableValueView` in r2989. 50 51 51 52 === Priority: LOW === … … 65 66 * swagner: The HeuristicLab setup will check if the Microsoft Chart Controls are installed and will show a meaningful error message. 66 67 * Does it make sense to select no engine in an user defined algorithm? 67 * The button for changing the evaluation in the TSP view features "+" which is used for adding, not setting in other views 68 * The button for changing the evaluation in the TSP view features "+" which is used for adding, not setting in other views. 68 69 * When you remove the value of the results (such as !BestQuality) the text in the box does not update. 69 * Does it make sense to remove these values? 70 * Does it make sense to change the name of the variables under "Results"? 70 * swagner: Fixed updating in r2989. 71 * Does it make sense to remove these values? 72 * Does it make sense to change the name of the variables under "Results"? 71 73 * The quality chart looks great! 72 * We should probably use the same colors we had in 1.1 for best/average/worst qualities73 * !BestKnownQuality is not displayed currently74 * Would be good to be able to hide certain lines75 * At some point we'll certainly need export to png,eps functionality (would be great to be able to specify resolution and width/height)74 * We should probably use the same colors we had in 1.1 for best/average/worst qualities. 75 * !BestKnownQuality is not displayed currently. 76 * Would be good to be able to hide certain lines. 77 * At some point we'll certainly need export to png,eps functionality (would be great to be able to specify resolution and width/height). 76 78 * The tooltips should not exceed a certain width. With a long description you've got one line running over the whole screen. 77 79