Changeset 11884 for branches/VOSGA
- Timestamp:
- 02/04/15 12:57:28 (10 years ago)
- 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 119 119 <Private>False</Private> 120 120 </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> 121 126 <Reference Include="HeuristicLab.Operators-3.3"> 122 127 <HintPath>..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath> … … 169 174 <Compile Include="Comparators\PopulationQualityComparator.cs" /> 170 175 <Compile Include="Comparators\PopulationDiversityComparator.cs" /> 176 <Compile Include="Comparators\UnwantedMutationsComparator.cs" /> 171 177 <Compile Include="Comparators\WeightedParentsDiversityComparator.cs" /> 172 178 <Compile Include="Comparators\WeightedParentsQualityComparator.cs" /> -
branches/VOSGA/HeuristicLab.Algorithms.VOffspringSelectionGeneticAlgorithm/Plugin.cs.frame
r11510 r11884 40 40 [PluginDependency("HeuristicLab.Random", "3.3")] 41 41 [PluginDependency("HeuristicLab.Selection", "3.3")] 42 [PluginDependency("HeuristicLab.Encodings.PermutationEncoding","3.3")] 42 43 public class HeuristicLabAlgorithmsVOffspringSelectionGeneticAlgorithmPlugin : PluginBase { 43 44 }
Note: See TracChangeset
for help on using the changeset viewer.