Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 3 and Version 9 of Ticket #1364


Ignore:
Timestamp:
03/08/11 12:29:12 (13 years ago)
Author:
cfischer
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1364

    • Property Status changed from assigned to accepted
    • Property Version changed from 3.3.2 to 3.3.4
    • Property Milestone changed from HeuristicLab Backlog to HeuristicLab 3.3.4
  • Ticket #1364 – Description

    v3 v9  
    22
    33Implement !NoSameMatesSelection operator as a wrapper around another selector.
    4 Two new parameters are introduced:
     4Three new parameters are introduced:
    55 * !QualityDifferencePercentage (the percentage how much the quality of parent2 musst differ from the quality of parent1)
    66 * !QualityDifferenceMaxAttempts (the maximum number of attempts to find two parents which comply to the above criterion)
     7 * !QualityDifferenceUseRange (use the range from minimum to maximum quality as basis for !QualityDifferencePercentage)
    78Use 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.