Changes between Version 326 and Version 327 of ReviewHeuristicLab3.3.0Application
- Timestamp:
- 05/07/10 14:21:36 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReviewHeuristicLab3.3.0Application
v326 v327 10 10 * Generations and !MaximumGenerations parameters in `MichalewiczNonUniform(One|All)PositionsManipulator` are not wired 11 11 * abeham: set them to default to "Generations" in r3677. This is not a complete fix, but will work for now. 12 * The population in OSGA grows each generation by the number of elites13 12 14 13 === Priority: HIGH === … … 89 88 * Importing new data into a symbolic regression problem for which a solution already exists throws an exception. 90 89 * Using an architecture manipulation operator when the number of function defining branches or function arguments is set to 0 leads to an exception. 91 * Symbolic regression problem & island offspring selection GA -> selection pressures in all islands are the same over the whole run (dropping from 2 initially to 1)?!92 * This seems to be an issue with overlapping variable names in selection pressure analyzer and best scaled validation solution analyzer.93 * swinkler: This problem is also seen in OS-GA with symbReg problem.94 90 95 91 === Priority: MEDIUM ===