Changeset 11845 for branches/VOSGA/HeuristicLab.Algorithms.VOffspringSelectionGeneticAlgorithm/Comparators
- Timestamp:
- 02/01/15 15:41:45 (10 years ago)
- 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 34 34 35 35 namespace 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.")] 37 37 [StorableClass] 38 38 public class PopulationDiversityComparator : SingleSuccessorOperator, ISubScopesQualityComparatorOperator, ISimilarityBasedOperator {
Note: See TracChangeset
for help on using the changeset viewer.