Home
last modified time | relevance | path

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

/dports/biology/avida/avida-2.12.4-src/avida-core/source/main/
H A DcPopulationInterface.cc1521 double immigrant_odds = CalcGroupOddsImmigrants(group_id, -1); in PushToleranceInstExe() local
1540 double odds_immi = immigrant_odds * 100; in PushToleranceInstExe()
H A DcPopulation.cc8055 double immigrant_odds = (double) group_tolerance / (double) tolerance_max; in CalcGroupOddsImmigrants() local
8056 return immigrant_odds; in CalcGroupOddsImmigrants()
/dports/biology/avida/avida-2.12.4-src/avida-core/source/cpu/
H A DcHardwareExperimental.cc5889 …double immigrant_odds = m_organism->GetOrgInterface().CalcGroupOddsImmigrants(group_id, mating_typ… in Inst_GetPredGroupTolerance() local
5894 double percent_immigrants = immigrant_odds * 100 + 0.5; in Inst_GetPredGroupTolerance()
H A DcHardwareCPU.cc10386 …double immigrant_odds = m_organism->GetOrgInterface().CalcGroupOddsImmigrants(group_id, mating_typ… in Inst_GetGroupTolerance() local
10391 double percent_immigrants = immigrant_odds * 100 + 0.5; in Inst_GetGroupTolerance()