Home
last modified time | relevance | path

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

/dports/biology/avida/avida-2.12.4-src/avida-core/source/main/
H A DcPopulationInterface.cc1525 int tol_own; in PushToleranceInstExe() local
1531 tol_own = tol_max; in PushToleranceInstExe()
1536 tol_own = GetOrganism()->GetPhenotype().CalcToleranceOffspringOwn(); in PushToleranceInstExe()
1544 … group_size, resource_level, odds_immi, odds_own, odds_others, tol_immi, tol_own, tol_others, tol_… in PushToleranceInstExe()
H A DcStats.h85 int tol_own; member
1065 … double odds_own, double odds_others, int tol_immi, int tol_own, int tol_others, int tol_max);
H A DcStats.cc3736 df.Write(m_is_tolerance_exe_insts[n].tol_own, "org's tolerance for own offspring [tol-own]"); in PrintToleranceData()
3759 … double odds_own, double odds_others, int tol_immi, int tol_own, int tol_others, int tol_max) in PushToleranceInstExe() argument
3787 tol_circ.tol_own = tol_own; in PushToleranceInstExe()