Home
last modified time | relevance | path

Searched refs:GetNeighborhoodSize (Results 1 – 8 of 8) sorted by relevance

/dports/biology/avida/avida-2.12.4-src/avida-core/source/cpu/
H A DcHardwareCPU.cc4857 const int num_neighbors = m_organism->GetNeighborhoodSize(); in Inst_DonateKin()
4914 const int num_neighbors = m_organism->GetNeighborhoodSize(); in Inst_DonateEditDist()
4998 const int num_neighbors = m_organism->GetNeighborhoodSize(); in Inst_DonateGreenBeardGene()
5090 const int num_neighbors = m_organism->GetNeighborhoodSize(); in Inst_DonateShadedGreenBeard()
5195 const int num_neighbors = m_organism->GetNeighborhoodSize(); in Inst_DonateTrueGreenBeard()
5282 const int num_neighbors = m_organism->GetNeighborhoodSize(); in Inst_DonateThreshGreenBeard()
5401 const int num_neighbors = m_organism->GetNeighborhoodSize(); in Inst_DonateQuantaThreshGreenBeard()
5490 const int num_neighbors = m_organism->GetNeighborhoodSize(); in Inst_DonateGreenBeardSameLocus()
6052 const int num_neighbors = m_organism->GetNeighborhoodSize(); in Inst_RotateL()
6080 const int num_neighbors = m_organism->GetNeighborhoodSize(); in Inst_RotateR()
[all …]
H A DcHardwareGX.cc2319 int neighbor_id = ctx.GetRandom().GetInt(m_organism->GetNeighborhoodSize()); in Inst_DonateRandom()
2345 const int num_neighbors = m_organism->GetNeighborhoodSize(); in Inst_DonateEditDist()
2402 const int num_neighbors = m_organism->GetNeighborhoodSize(); in Inst_DonateGreenBeardGene()
2475 const int num_neighbors = m_organism->GetNeighborhoodSize(); in Inst_DonateTrueGreenBeard()
2550 const int num_neighbors = m_organism->GetNeighborhoodSize(); in Inst_DonateThreshGreenBeard()
2633 const int num_neighbors = m_organism->GetNeighborhoodSize(); in Inst_DonateQuantaThreshGreenBeard()
2752 const int num_neighbors = m_organism->GetNeighborhoodSize(); in Inst_RotateL()
2780 const int num_neighbors = m_organism->GetNeighborhoodSize(); in Inst_RotateR()
H A DcHardwareExperimental.cc3210 int actualNeighborhoodSize = m_organism->GetNeighborhoodSize(); in Inst_RotateUphill()
3247 int actualNeighborhoodSize = m_organism->GetNeighborhoodSize(); in Inst_RotateUpFtHill()
3293 int rotates = m_organism->GetNeighborhoodSize(); in Inst_RotateHome()
3308 int num_neighbors = m_organism->GetNeighborhoodSize(); in Inst_RotateUnoccupiedCell()
3323 int num_neighbors = m_organism->GetNeighborhoodSize(); in Inst_RotateX()
3342 int num_neighbors = m_organism->GetNeighborhoodSize(); in Inst_RotateDir()
3419 int rotates = m_organism->GetNeighborhoodSize(); in Inst_RotateOrgID()
3511 int rotates = m_organism->GetNeighborhoodSize(); in Inst_RotateAwayOrgID()
3894 if (!m_use_avatar && m_organism->GetNeighborhoodSize() == 0) return false; in GoLook()
4109 num_neighbors = m_organism->GetNeighborhoodSize(); in Inst_GetLocOrgDensity()
[all …]
H A DcHardwareTransSMT.cc1716 const int num_neighbors = m_organism->GetNeighborhoodSize(); in Inst_RotateLeft()
1730 const int num_neighbors = m_organism->GetNeighborhoodSize(); in Inst_RotateRight()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Segmentation/RegionGrowing/include/
H A DitkConfidenceConnectedImageFilter.hxx212 const double totalNum = num * sumOfSquaresFunction->GetNeighborhoodSize(); in GenerateData()
/dports/biology/avida/avida-2.12.4-src/avida-core/source/main/
H A DcOrganism.h253 int GetNeighborhoodSize() { return m_interface->GetNumNeighbors(); } in GetNeighborhoodSize() function
H A DcOrganism.cc1368 for(int i=0; i<GetNeighborhoodSize(); ++i, Rotate(1)) { in GetNeighborhood()
H A DcPopulation.cc864 …host_cell.ConnectionList().GetPos(m_world->GetRandom().GetUInt(host->GetNeighborhoodSize()))->GetO… in ActivateParasite()
1651 actualNeighborhoodSize = dest_cell.GetOrganism()->GetNeighborhoodSize(); in MoveOrganisms()
1654 actualNeighborhoodSize = src_cell.GetOrganism()->GetNeighborhoodSize(); in MoveOrganisms()