MCPcopy Create free account
hub / github.com/devosoft/avida / Task_Equ

Method Task_Equ

avida-core/source/main/cTaskLib.cc:571–576  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

569}
570
571double cTaskLib::Task_Equ(cTaskContext& ctx) const
572{
573 const int logic_id = ctx.GetLogicId();
574 if (logic_id == 153 || logic_id == 165 || logic_id == 195) return 1.0;
575 return 0.0;
576}
577
578
579double cTaskLib::Task_Nand_ResourceDependent(cTaskContext& ctx) const

Callers

nothing calls this directly

Calls 1

GetLogicIdMethod · 0.80

Tested by

no test coverage detected