Changes between Version 86 and Version 87 of ReviewHeuristicLab3.3.0Application
- Timestamp:
- 03/23/10 12:58:07 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReviewHeuristicLab3.3.0Application
v86 v87 134 134 First of all: I would regard a user manual with first steps (shall I first create a new TSP or create a new SGA and how can they be combined...) as very important, for me at the first sight it was not really clear how to start. 135 135 * swagner: A start page was added in r3202 which is shown when the optimizer is started. What do you think about it? Is it helpful when starting to work with HeuristicLab? Which additional information should be shown? 136 * vdorfer: I like the start page, it gives a good first introduction. Maybe the second and the third example could run a bit longer... 136 137 137 138 === Priority: HIGH === 139 * It is possible to start an algorithm with a TSP without having loaded the TSPLib file --> leads to `IndexOutOfRangeException` 140 * `PersistenceException` when saving a `TabuSearch` with a problem (no matter if TSP, Knapsack,..). 141 * `PersistenceException` when saving an `EvolutionStrategy` (with and without a problem) 138 142 139 143 === Priority: MEDIUM === … … 142 146 * Add != Set Value; In all forms with a simple value (`IntData`, `DoubleData`, `BoolData`,..) a plus icon signalizes the possible change/edit. I would change the plus sign for example to a pencil (as you do not add a new value but change it). 143 147 * A "Do you want to save your work" question is missing when clicking the "x" of an open SGA, TSP,... 148 * A `TabuSearch` with a ch150 TSP is not running fluently, it jerks. 144 149 145 150 === Priority: LOW ===