Changeset 11845 for branches/VOSGA
- Timestamp:
- 02/01/15 15:41:45 (10 years ago)
- Location:
- branches/VOSGA/HeuristicLab.Algorithms.VOffspringSelectionGeneticAlgorithm
- Files:
-
- 1 added
- 2 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 { -
branches/VOSGA/HeuristicLab.Algorithms.VOffspringSelectionGeneticAlgorithm/HeuristicLab.Algorithms.VOffspringSelectionGeneticAlgorithm-3.3.csproj
r11844 r11845 167 167 </ItemGroup> 168 168 <ItemGroup> 169 <Compile Include="Comparators\PopulationQualityComparator.cs" /> 169 170 <Compile Include="Comparators\PopulationDiversityComparator.cs" /> 170 171 <Compile Include="Comparators\WeightedParentsDiversityComparator.cs" />
Note: See TracChangeset
for help on using the changeset viewer.