Home
last modified time | relevance | path

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

/dports/biology/avida/avida-2.12.4-src/avida-core/source/main/
H A DcPhenotype.cc173 m_intolerances = in_phen.m_intolerances; in operator =()
410 m_intolerances.SetAll(make_pair(-1, -1)); in SetupOffspring()
621 m_intolerances.SetAll(make_pair(-1, -1)); in SetupInject()
1076 m_intolerances.SetAll(make_pair(-1, -1)); in TestDivideReset()
1237 m_intolerances.SetAll(make_pair(-1, -1)); in SetupClone()
1743 if (m_intolerances[0].first == cur_update) return tolerance_max - m_intolerances[0].second; in CalcToleranceImmigrants()
1757 m_intolerances[0].first = cur_update; in CalcToleranceImmigrants()
1774 if (m_intolerances[1].first == cur_update) return tolerance_max - m_intolerances[1].second; in CalcToleranceOffspringOwn()
1789 m_intolerances[1].first = cur_update; in CalcToleranceOffspringOwn()
1806 if (m_intolerances[2].first == cur_update) return tolerance_max - m_intolerances[2].second; in CalcToleranceOffspringOthers()
[all …]
H A DcPhenotype.h154 …tArray<pair<int,int> > m_intolerances; // caches temporary values of the intolerance and th… variable
447 tArray<pair<int,int> >& GetIntolerances() { assert(initialized == true); return m_intolerances; } in GetIntolerances()