summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2016-07-24 22:42:09 +0200
committerNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2016-07-24 22:42:09 +0200
commit8994c7b5cf56f540c71c763173a8927569ba94b3 (patch)
tree5b7822bd827593f612c1e103df92001781ac72c6 /src/pervasive.h
parentf74d57fee040218af039f8157cf645d0902ad300 (diff)
Experimenting with K Order Markovian chains.
I do not recommend using this branch ATM, it has not been tested.
Diffstat (limited to 'src/pervasive.h')
-rw-r--r--src/pervasive.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/pervasive.h b/src/pervasive.h
index d2b0344..4cc43fe 100644
--- a/src/pervasive.h
+++ b/src/pervasive.h
@@ -39,6 +39,10 @@
#define ZoO_DEFAULT_REPLY_RATE 8
#endif
+#ifndef ZoO_MARKOV_ORDER
+ #define ZoO_MARKOV_ORDER 2
+#endif
+
typedef unsigned int ZoO_index;
#define ZoO_INDEX_MAX UINT_MAX