Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 2 and Version 3 of ReviewHeuristicLab3.3.0CodeSelection


Ignore:
Timestamp:
03/19/10 14:01:37 (15 years ago)
Author:
mkommend
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReviewHeuristicLab3.3.0CodeSelection

    v2 v3  
    44 * `Selector` should not implement `ISelector`, all derived classes that are selectors in the sense of `ISelector` should implement this interface instead. Currently `TabuSelector` and probably future custom selectors appear as selectors in the SGA. It is true that `TabuSelector` is a selector (divides subscopes in remaining and selected), but not an `ISelector`.
    55  * A related note: Currently `TabuSelector` is the only "Selector" that appears twice in the !SelectorParameter of the SGA.
    6 
     6  * mkommend: In my opinion one of the classes / interfaces should be renamed (e.g. `IChildrenSelector`).
    77----