networks: Add one more comment on syntactic IG vs. IG.
This commit is contained in:
parent
b8f29d905d
commit
cb208a66fc
1 changed files with 9 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue