Home
last modified time | relevance | path

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

/dports/biology/avida/avida-2.12.4-src/avida-core/source/analyze/
H A DcModularityAnalysis.cc67 bool does_tasks = false; in CalcFunctionalModularity() local
72 does_tasks = true; in CalcFunctionalModularity()
78 if (base_fitness > 0.0 && does_tasks) { in CalcFunctionalModularity()
H A DcAnalyze.cc4888 bool does_tasks = false; in CommandAverageModularity() local
4891 does_tasks = true; in CommandAverageModularity()
4898 if (genotype->GetFitness() > 0.0 && does_tasks) { in CommandAverageModularity()