Changeset 358 for trunk/sources
- Timestamp:
- 07/01/08 16:44:01 (16 years ago)
- Location:
- trunk/sources
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Logging/HeuristicLab.Logging.csproj
r357 r358 46 46 <ItemGroup> 47 47 <Compile Include="BestAverageWorstQualityCalculator.cs" /> 48 <Compile Include="StatisticsLogger.cs" />49 48 <Compile Include="Logger.cs" /> 50 49 <Compile Include="Linechart.cs" /> -
trunk/sources/HeuristicLab.StructureIdentification/HeuristicLab.StructureIdentification.csproj
r357 r358 48 48 </ItemGroup> 49 49 <ItemGroup> 50 <Compile Include="EqualiserTuner.cs" />51 50 <Compile Include="ProbabilisticTreeCreator.cs" /> 52 51 <Compile Include="Evaluation\CoefficientOfDeterminationEvaluator.cs" /> … … 73 72 <Compile Include="Properties\AssemblyInfo.cs" /> 74 73 <Compile Include="RampedTreeCreator.cs" /> 75 <Compile Include="OffspringEqualiser.cs" />76 <Compile Include="Recombination\StandardCrossOver.cs" />77 74 <Compile Include="Recombination\SizeFairCrossOver.cs" /> 78 75 <Compile Include="TreeGardener.cs" />
Note: See TracChangeset
for help on using the changeset viewer.