Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/01/15 15:41:45 (10 years ago)
Author:
ascheibe
Message:

#2267 added another comparator

Location:
branches/VOSGA/HeuristicLab.Algorithms.VOffspringSelectionGeneticAlgorithm/Comparators
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/VOSGA/HeuristicLab.Algorithms.VOffspringSelectionGeneticAlgorithm/Comparators/PopulationDiversityComparator.cs

    r11844 r11845  
    3434
    3535namespace HeuristicLab.Algorithms.VOffspringSelectionGeneticAlgorithm {
    36   [Item("PopulationDiversityComparator", "Compares the similarity against that of its parents (assumes the parents are subscopes to the child scope). This operator works with any number of subscopes > 0.")]
     36  [Item("PopulationDiversityComparator", "Structural comparison of child to population.")]
    3737  [StorableClass]
    3838  public class PopulationDiversityComparator : SingleSuccessorOperator, ISubScopesQualityComparatorOperator, ISimilarityBasedOperator {
Note: See TracChangeset for help on using the changeset viewer.