Free cookie consent management tool by TermsFeed Policy Generator

Changeset 9143


Ignore:
Timestamp:
01/10/13 09:50:30 (11 years ago)
Author:
epitzer
Message:

#1696 implement repeated up-down walks and multi-trajectory aggregation of up-down walks

Location:
branches/FitnessLandscapeAnalysis
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • branches/FitnessLandscapeAnalysis

    • Property svn:ignore
      •  

        old new  
        11HeuristicLab.Analysis.FitnessLandscape.suo
        22_ReSharper.HeuristicLab.Analysis.FitnessLandscape
         3*.user
         4*.suo
  • branches/FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape/HeuristicLab.Analysis.FitnessLandscape.csproj

    r8744 r9143  
    165165  </ItemGroup>
    166166  <ItemGroup>
     167    <Compile Include="Algorithms\RepeatedUpDownWalkAnalyzer.cs" />
    167168    <Compile Include="Algorithms\EvolvabilityAnalyzer.cs" />
    168169    <Compile Include="Algorithms\RepeatedInformationAnalyzer.cs" />
     
    173174    <Compile Include="Analysis\Aggregators\Aggregator.cs" />
    174175    <Compile Include="Analysis\Aggregators\AutoCorrelationAggregator.cs" />
     176    <Compile Include="Analysis\Aggregators\UpDownAggregatorAggregator.cs" />
    175177    <Compile Include="Analysis\Aggregators\EvolvabilityAggregator.cs" />
    176178    <Compile Include="Analysis\Aggregators\InformationAnalysisPeakAggregator.cs" />
Note: See TracChangeset for help on using the changeset viewer.