Home
last modified time | relevance | path

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

/dports/biology/avida/avida-2.12.4-src/avida-core/source/cpu/
H A DcTestCPU.cc217 TestGenome_Body(ctx, test_info, genome, 0); in TestGenome()
227 TestGenome_Body(ctx, test_info, genome, 0); in TestGenome()
256 bool cTestCPU::TestGenome_Body(cAvidaContext& ctx, cCPUTestInfo& test_info, const Genome& genome, i… in TestGenome_Body() function in cTestCPU
342 return TestGenome_Body(ctx, test_info, organism->OffspringGenome(), cur_depth + 1); in TestGenome_Body()
H A DcTestCPU.h85 …bool TestGenome_Body(cAvidaContext& ctx, cCPUTestInfo& test_info, const Genome& genome, int cur_de…