Changeset 8415
- Timestamp:
- 08/06/12 14:57:19 (12 years ago)
- Location:
- branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers/3.3
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers/3.3/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers-3.3.csproj
r8410 r8415 98 98 </ItemGroup> 99 99 <ItemGroup> 100 <Compile Include="DuplicateSolutionsAnalyzer.cs" /> 100 101 <Compile Include="MutationPerformanceAnalyzer.cs" /> 101 102 <Compile Include="CrossoverPerformanceAnalyzer.cs" /> -
branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers/3.3/MutationPerformanceAnalyzer.cs
r8411 r8415 125 125 cnt = 0; 126 126 127 DataTable dt = new DataTable("Average Mutatio in Performance");127 DataTable dt = new DataTable("Average Mutation Performance"); 128 128 dtRow = new DataRow("Average Mutation Performance per Generation"); 129 129 dt.Rows.Add(dtRow);
Note: See TracChangeset
for help on using the changeset viewer.