Changeset 9189 for branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers/3.3/UnwantedMutationAnalyzers/PermutationUnwantedMutationAnalyzer.cs
- Timestamp:
- 01/25/13 15:05:08 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers/3.3/UnwantedMutationAnalyzers/PermutationUnwantedMutationAnalyzer.cs
r9044 r9189 64 64 } 65 65 66 return ((double)cnt) / parent1.Length; 66 //reverse so that it matches the other diversity charts 67 return 1.0 - (((double)cnt) / parent1.Length); 67 68 } 68 69
Note: See TracChangeset
for help on using the changeset viewer.