Changes between Version 429 and Version 430 of ReviewHeuristicLab3.3.0Application
- Timestamp:
- 05/14/10 23:32:49 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReviewHeuristicLab3.3.0Application
v429 v430 8 8 * Adding a `ValueParameter<T>` in a `VariableCreator` and selecting a generic type e.g. `ItemList<T>` fails because no choice can be made on the generic type of the `ItemList` (ticket #42). 9 9 * abeham: swagner fixed this, but there was still an issue with an `ItemList<IItemList<T>>` which cannot be assigned a value 10 * Deserialization fails for LS/TS in some cases (my assumption is that it doesn't correctly parse NaN values)11 10 * Some predefined samples contain runs 12 11