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

Method SetTaskValue

avida-core/source/main/cTaskContext.h:84–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82 inline void SetLogicId(int v) { m_logic_id = v; }
83 inline bool GetOnDivide() const { return m_on_divide; }
84 inline void SetTaskValue(double v) { m_task_value = v; }
85 inline double GetTaskValue() { return m_task_value; }
86
87 inline void SetTaskEntry(cTaskEntry* in_entry) { m_task_entry = in_entry; }

Callers 1

Task_OptimizeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected