Home
last modified time | relevance | path

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

/dports/biology/avida/avida-2.12.4-src/avida-core/source/main/
H A DcReactionProcess.h65 double detection_error; // Var of Detection Event (as % of resource present) variable
91 , detection_error(0.0) in cReactionProcess()
114 double GetDetectionError() const { return detection_error; } in GetDetectionError()
136 void SetDetectionError(double _in) { detection_error = _in; } in SetDetectionError()