Changes between Version 171 and Version 172 of ReviewHeuristicLab3.3.0Application
- Timestamp:
- 04/23/10 17:39:52 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReviewHeuristicLab3.3.0Application
v171 v172 24 24 * Creating a !UserDefinedAlgorithm from any existing wired algorithm before adding a new problem is not the best idea. There should be some kind of warning to the unexperienced user that he's entering dangerous territory if he clicks the prominent, big and inviting button "Create User Defined Algorithm". 25 25 * !NullReferenceException is thrown when the user double clicks the view host icon in the parameter tab of e.g. a newly created genetic algorithm 26 * mkommend 26 27 * Evaluators of test functions allow name to be changed 27 28 * Operator graph view … … 38 39 * The engine tab in an algorithm doesn't fill the whole space 39 40 * Closing the start page through the "x" still shows a check in the views menu. Also if it was closed that way and then "Close all" is chosen the start page cannot be shown again. 41 * mkommend 40 42 * The "Copy To Clipboard" option in the Edit menu always seems to be disabled 43 * mkommend: connected with viewhost 41 44 * Using "Save all" with multiple open "documents" doesn't indicate which document is saved in the save file dialog 42 45 * Opening a file that is not a hl file should display a nicer dialog than the `PersistenceException` that complains about a missing typecache.xml