From cb208a66fc2c47c400fef77fdfb8a45cba84c102 Mon Sep 17 00:00:00 2001 From: Sergiu Ivanov Date: Sun, 22 Nov 2020 20:42:30 +0100 Subject: [PATCH] networks: Add one more comment on syntactic IG vs. IG. --- networks.rkt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/networks.rkt b/networks.rkt index b75c140..28c5d64 100644 --- a/networks.rkt +++ b/networks.rkt @@ -278,6 +278,15 @@ ;;; graphs is based on analysing the dynamics of the networks, it may ;;; be quite resource-consuming, especially since I allow any ;;; syntactic forms in the definitions of the functions. +;;; +;;; Note the fine difference between syntactic interaction graphs and +;;; interaction graphs generated from the dynamics of the network. +;;; The syntactic interaction graphs are based on the whether +;;; a variable appears or not in the form of the function for another +;;; variable. On the other hand, the normal, conventional interaction +;;; graph records the fact that one variable has an impact on the +;;; dynamics of the other variable. Depending on the model, these may +;;; or may not be the same. ;;; Lists the variables of the network form appearing in the update ;;; function form for x.