Changeset 12046 for branches/ALPS
- Timestamp:
- 02/20/15 14:16:13 (10 years ago)
- Location:
- branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3
- Files:
-
- 3 added
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/HeuristicLab.Algorithms.ALPS-3.3.csproj
r12036 r12046 85 85 </ItemGroup> 86 86 <ItemGroup> 87 <Compile Include="AgeDistributionAnalyzer.cs" /> 87 <Compile Include="Analyzers\OldestAverageYoungestAgeAnalyzer.cs" /> 88 <Compile Include="Analyzers\AgeDistributionAnalyzer.cs" /> 88 89 <Compile Include="AgingScheme.cs" /> 89 90 <Compile Include="AlpsGeneticAlgorithm.cs" /> 90 91 <Compile Include="AlpsGeneticAlgorithmMainLoop.cs" /> 92 <Compile Include="Analyzers\OldestAverageYoungestAgeCalculator.cs" /> 91 93 <Compile Include="EldersEmigrator.cs" /> 92 94 <Compile Include="EldersSelector.cs" />
Note: See TracChangeset
for help on using the changeset viewer.