Home
last modified time | relevance | path

Searched refs:total_matches_tested (Results 1 – 1 of 1) sorted by relevance

/dports/biology/avida/avida-2.12.4-src/avida-core/source/analyze/
H A DcAnalyze.cc3919 int total_matches_tested = 0; in AnalyzeMateSelection() local
3935 total_matches_tested++; in AnalyzeMateSelection()
3966 if (same_mate_id == true) total_matches_tested++; in AnalyzeMateSelection()
4014 (double) match_fail_count / (double) total_matches_tested; in AnalyzeMateSelection()
4017 << " total mate matches = " << total_matches_tested in AnalyzeMateSelection()
4029 df.Write(total_matches_tested, "Number of crossovers with matching mate IDs"); in AnalyzeMateSelection()