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

Method GetAveGermlineGeneration

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

Accessor for average "generation" of germlines.

Source from the content-addressed store, hash-verified

1062 void PrintGermlineData(const cString& filename);
1063 //! Accessor for average "generation" of germlines.
1064 double GetAveGermlineGeneration() const { return m_germline_generation.Average(); }
1065 /*! Typedef of a data structure to track deme founders.
1066 * Map of deme id -> {founder genotype id_0, id_1,... id_{deme propagule size}} */
1067 typedef std::map<int, std::vector<int> > t_founder_map;

Callers 1

ProcessMethod · 0.80

Calls 1

AverageMethod · 0.45

Tested by

no test coverage detected