Changes between Version 87 and Version 88 of ReviewHeuristicLab3.3.0Application
- Timestamp:
- 03/23/10 13:09:57 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReviewHeuristicLab3.3.0Application
v87 v88 92 92 * Adding a paramter to a `ProgrammableOperator`, for example a `ValueParameter<DoubleData>`, leads to a null-pointer-exception. 93 93 * (...) As a follow-up, after aborting adding a parameter to a `ProgrammableOperator`, a `PersistenceException` is thrown. 94 * [Not repeatable, not sure about this...] Saving aTSP instance takes very long time (~ ten seconds)95 * [Not repeatable, not sure about this...] Loading a saved TSP instance (in a TS or ES, e.g.)fails (PersistenceException)94 * After loading a TSP instance into a TS and letting the TS, saving the TSP instance takes very long time (~ ten seconds) 95 * (...) As a follow-up, loading this saved TSP instance fails (PersistenceException) 96 96 97 97 === Priority: MEDIUM ===