You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
仿真是DTB的核心功能, 对DTB的仿真本质上是对动力学模型的仿真, 因此已经实现的仿真功能是针对动力学模型的而非DTB的. 为了简化对DTB的仿真, 考虑对DTB模型和DTB进行以下修改:
修改后的DTB模型除了是一个由图谱与动力学模型组成的模型以外, 还包含了对该模型的动力学进行仿真所必要的(默认)配置, 这使得DTB模型所描述的对象具有更强的一致性. 新增的配置项也是可解释的, 如监测器定义了DTB模型的输出, 状态定义了动力学模型的(初始)状态.
但连接矩阵作为仿真动力学模型的一个必要输入并不适合添加到DTB模型中, 因此被添加到DTB中, 大多数情况下, 该连接矩阵来自与DTB中被试的数据.
Beta Was this translation helpful? Give feedback.
All reactions