MCPcopy Create free account
hub / github.com/devosoft/avida / AddStringBitsMatchedValue

Method AddStringBitsMatchedValue

avida-core/source/main/cStats.h:1250–1250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1248 void IncDonateToFacing() { m_donate_to_facing++; }
1249 void PrintStringMatchData(const cString& filename);
1250 void AddStringBitsMatchedValue(cString name, int value) { m_string_bits_matched[name].Add(value); }
1251 void AddTag(int tag, int value) { m_tags[tag] = m_tags[tag] + value; }
1252 void IncPerfectMatch(int amount) { m_perfect_match.Add(amount); }
1253 void IncPerfectMatchOrg() { m_perfect_match_org.Add(1); }

Callers 1

Task_MatchProdStrMethod · 0.80

Calls 1

AddMethod · 0.45

Tested by

no test coverage detected