Free cookie consent management tool by TermsFeed Policy Generator

Changeset 12046


Ignore:
Timestamp:
02/20/15 14:16:13 (9 years ago)
Author:
pfleck
Message:

#2269 Added an OldestAverageYoungestAgeAnalyzer.

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  
    8585  </ItemGroup>
    8686  <ItemGroup>
    87     <Compile Include="AgeDistributionAnalyzer.cs" />
     87    <Compile Include="Analyzers\OldestAverageYoungestAgeAnalyzer.cs" />
     88    <Compile Include="Analyzers\AgeDistributionAnalyzer.cs" />
    8889    <Compile Include="AgingScheme.cs" />
    8990    <Compile Include="AlpsGeneticAlgorithm.cs" />
    9091    <Compile Include="AlpsGeneticAlgorithmMainLoop.cs" />
     92    <Compile Include="Analyzers\OldestAverageYoungestAgeCalculator.cs" />
    9193    <Compile Include="EldersEmigrator.cs" />
    9294    <Compile Include="EldersSelector.cs" />
Note: See TracChangeset for help on using the changeset viewer.