Changeset 8622 for branches/RAPGA/HeuristicLab.Algorithms.RAPGA/3.3/HeuristicLab.Algorithms.RAPGA-3.3.csproj
- Timestamp:
- 09/10/12 17:10:27 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/RAPGA/HeuristicLab.Algorithms.RAPGA/3.3/HeuristicLab.Algorithms.RAPGA-3.3.csproj
r8406 r8622 100 100 <Compile Include="Analyzers\OffspringSuccessAnalyzer.cs" /> 101 101 <Compile Include="Analyzers\PopulationSizeAnalyzer.cs" /> 102 <Compile Include="Calculator.cs" /> 102 103 <Compile Include="DuplicatesSelector.cs" /> 103 <Compile Include="ExpressionEvaluator.cs" />104 <Compile Include="OffspringRestorer.cs" />105 104 <Compile Include="ProgressiveOffspringPreserver.cs" /> 106 <Compile Include="SimilarityCalculator\BlindSimilarityCalculator.cs" /> 105 <Compile Include="ScopeRestorer.cs" /> 106 <Compile Include="SimilarityCalculator\NoSimilarityCalculator.cs" /> 107 107 <Compile Include="SimilarityCalculator\QualitySimilarityCalculator.cs" /> 108 108 <Compile Include="RAPGA.cs" />
Note: See TracChangeset
for help on using the changeset viewer.