Home
last modified time | relevance | path

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

/dports/biology/avida/avida-2.12.4-src/avida-core/source/analyze/
H A DcGenotypeBatch.cc450 if (!genotype->GetViable()) { in PruneNonViableGenotypes()
H A DcAnalyzeGenotype.h336 bool GetViable() const { return viable; } in GetViable() function
H A DcAnalyzeGenotype.cc207 …ADD_GDATA(bool (), "viable", "Is Viable (0/1)", GetViable, S… in buildDataCommandManager()
H A DcAnalyze.cc953 if ( found_genotype->GetNumCPUs() != 0 && found_genotype->GetViable()) { in FindOrganism()
970 if ( found_genotype->GetNumCPUs() != 0 && found_genotype->GetViable()) { in FindOrganism()
1387 if (test_viable == 1 && genotype->GetViable() == 0) { in SampleOrganisms()
1477 if (random.P(frac_remove) || ((genotype->GetViable())==0 && test_viable==1) ) { in SampleGenotypes()
2490 if (genotype->GetViable() == true) phen_id++; in CommandPrintPhenotypes()
3890 if (genotype->GetViable() == false || genotype->GetNumCPUs() == 0) { in AnalyzeMateSelection()
3910 if (genotype->GetViable() == false) continue; in AnalyzeMateSelection()
8848 if(genotype->GetViable()){ in BatchCompete()