Changes between Version 26 and Version 27 of ReviewHeuristicLab3.3.0ApplicationDone
- Timestamp:
- 03/23/10 13:28:57 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReviewHeuristicLab3.3.0ApplicationDone
v26 v27 127 127 * Description of !RandomCreator should contain a hint about the type of PRNG that is created. 128 128 * swagner: Done in r2924. 129 * `ProgrammableOperator`: 'Compile' is a normal button but 'Show Generated Code' looks like a label. I think the style should be unified. 130 * epitzer: Fixed in r3008 129 131 130 132 ---- … … 139 141 * After starting a SGA with 130 cities TSP and population size 100 the memory consumption is 1.2 GB after approx. 6500 generations. 140 142 * swagner: Memory and runtime performance has been drastically improved in r2932. 143 * Adding a paramter to a `ProgrammableOperator`, for example a `ValueParameter<DoubleData>`, leads to a null-pointer-exception. 144 * epitzer: fixed in r3008 145 * (...) As a follow-up, after aborting adding a parameter to a `ProgrammableOperator`, a `PersistenceException` is thrown. 146 * epitzer: fixed in r3008 147 141 148 142 149 === Priority: MEDIUM ===