Free cookie consent management tool by TermsFeed Policy Generator

Changes between Initial Version and Version 3 of Ticket #1364


Ignore:
Timestamp:
01/17/11 16:23:26 (13 years ago)
Author:
cfischer
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1364

    • Property Priority changed from medium to high
    • Property Owner changed from mkommend to cfischer
    • Property Status changed from new to assigned
    • Property Summary changed from NoSameMatesSelection for GP to Implement NoSameMatesSelection operator
  • Ticket #1364 – Description

    initial v3  
    11http://ieeexplore.ieee.org/xpl/freeabs_all.jsp?arnumber=1554780
     2
     3Implement !NoSameMatesSelection operator as a wrapper around another selector.
     4Two new parameters are introduced:
     5 * !QualityDifferencePercentage (the percentage how much the quality of parent2 musst differ from the quality of parent1)
     6 * !QualityDifferenceMaxAttempts (the maximum number of attempts to find two parents which comply to the above criterion)
     7Use an existing selector to select the parents and discard up to !QualityDifferenceMaxAttempts parents until the !QualityDifferencePercentage criterion is met. Repeat the selection step until enough parents are selected which either comply with the criterion or have exceeded !QualityDifferenceMaxAttempts.