Changes between Version 394 and Version 395 of ReviewHeuristicLab3.3.0Application
- Timestamp:
- 05/10/10 17:26:41 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReviewHeuristicLab3.3.0Application
v394 v395 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 * Generations and !MaximumGenerations parameters in `MichalewiczNonUniform(One|All)PositionsManipulator` are not wired11 * abeham: set them to default to "Generations" in r3677. This is not a complete fix, but will work for now.12 * Test functions don't correctly set the learning parameters of their strategy parameter operators13 10 14 11 === Priority: HIGH ===