Changes between Version 49 and Version 50 of ReviewHeuristicLab3.3.0ApplicationDone
- Timestamp:
- 04/22/10 10:20:23 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReviewHeuristicLab3.3.0ApplicationDone
v49 v50 166 166 * (...) As a follow-up, after aborting adding a parameter to a `ProgrammableOperator`, a `PersistenceException` is thrown. 167 167 * epitzer: fixed in r3008 168 * After loading a TSP instance into a TS and letting the TS, saving the TSP instance takes very long time (~ ten seconds) 169 * abeham: It seems that the execution context and scope tree are persisted together with the problem. This is not specific to the TS, but with the exhaustive move generator the scope tree is noticeably larger and thus takes more time. 170 * As a follow-up, loading this saved TSP instance fails (`PersistenceException`). 171 * abeham: Fixed in r3206. 168 172 169 173 … … 174 178 * During the run of an algorithm the values displayed for the variables `BestQuality`, `AverageQuality`, and `WorstQuality` flicker. 175 179 * swagner: Fixed in r2924. 180 * After starting a new SGA and loading a problem the "play" button is enabled; clicking it leads to a error report that might be not interpretable by each potential user. A rather complicated check of all parameters would be needed here (as we had it for example in HL 2) - this might be not essentially necessary for the initial release (?), but maybe we could keep it in mind. 181 * swagner: Changed in r2924 that a selection and a crossover operator are automatically selected if available to avoid the cryptic error message. In general I would prefer to set reasonable parameters by default instead of implementing some (probably quite sophisticated) parameter validation procedure. 182 * I would suggest displaying the name of an item in the tab head; e.g., "Evolution Strategy" instead of "Item3.hl" 176 183 177 184 === Priority: LOW ===