Free cookie consent management tool by TermsFeed Policy Generator

Changeset 11884 for branches


Ignore:
Timestamp:
02/04/15 12:57:28 (9 years ago)
Author:
ascheibe
Message:

#2267 added another comparator

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

Legend:

Unmodified
Added
Removed
  • branches/VOSGA/HeuristicLab.Algorithms.VOffspringSelectionGeneticAlgorithm/HeuristicLab.Algorithms.VOffspringSelectionGeneticAlgorithm-3.3.csproj

    r11845 r11884  
    119119      <Private>False</Private>
    120120    </Reference>
     121    <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     122      <SpecificVersion>False</SpecificVersion>
     123      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath>
     124      <Private>False</Private>
     125    </Reference>
    121126    <Reference Include="HeuristicLab.Operators-3.3">
    122127      <HintPath>..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
     
    169174    <Compile Include="Comparators\PopulationQualityComparator.cs" />
    170175    <Compile Include="Comparators\PopulationDiversityComparator.cs" />
     176    <Compile Include="Comparators\UnwantedMutationsComparator.cs" />
    171177    <Compile Include="Comparators\WeightedParentsDiversityComparator.cs" />
    172178    <Compile Include="Comparators\WeightedParentsQualityComparator.cs" />
  • branches/VOSGA/HeuristicLab.Algorithms.VOffspringSelectionGeneticAlgorithm/Plugin.cs.frame

    r11510 r11884  
    4040  [PluginDependency("HeuristicLab.Random", "3.3")]
    4141  [PluginDependency("HeuristicLab.Selection", "3.3")]
     42  [PluginDependency("HeuristicLab.Encodings.PermutationEncoding","3.3")]
    4243  public class HeuristicLabAlgorithmsVOffspringSelectionGeneticAlgorithmPlugin : PluginBase {
    4344  }
Note: See TracChangeset for help on using the changeset viewer.