Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 26 and Version 27 of ReviewHeuristicLab3.3.0ApplicationDone


Ignore:
Timestamp:
03/23/10 13:28:57 (15 years ago)
Author:
epitzer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReviewHeuristicLab3.3.0ApplicationDone

    v26 v27  
    127127 * Description of !RandomCreator should contain a hint about the type of PRNG that is created.
    128128   * 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
    129131
    130132----
     
    139141 * After starting a SGA with 130 cities TSP and population size 100 the memory consumption is 1.2 GB after approx. 6500 generations.
    140142   * 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
    141148
    142149=== Priority: MEDIUM ===