Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 22 and Version 23 of ReviewHeuristicLab3.3.0ApplicationDone


Ignore:
Timestamp:
03/23/10 00:09:22 (15 years ago)
Author:
abeham
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReviewHeuristicLab3.3.0ApplicationDone

    v22 v23  
    3232  * Implement `SelfAdaptiveCrossover` on the algorithm side with two `ICrossover` parameters
    3333   * abeham: implemented in r3183 (the interface thing got killed, since it's ES specific)
     34 * Disable start button in prewired algorithm (`LocalSearch`, ... ) that expect a problem, when no problem has been loaded.
     35   * Also prevent start in trajectory based algorithms when e.g. `MoveGenerator`, etc. is null.
     36    * abeham: done in r3189
     37   * swagner: Implemented in SGA in r3188.
    3438
    3539=== Priority: MEDIUM ===