提交 15e18ed6 authored 作者: Razvan Pascanu's avatar Razvan Pascanu

better named for non_numeric_states

上级 fa268e58
...@@ -97,7 +97,7 @@ Naming conventions ...@@ -97,7 +97,7 @@ Naming conventions
* ``input`` will be an input :math:`\mathbf{u}` * ``input`` will be an input :math:`\mathbf{u}`
* ``parameter`` will stand for a parameter tensor :math:`\mathbf{w}` that stays * ``parameter`` will stand for a parameter tensor :math:`\mathbf{w}` that stays
constant at each step of the inner function constant at each step of the inner function
* ``shared_parameter`` will stand for states that are not numeric in nature. More * ``non_numeric_state`` will stand for states that are not numeric in nature. More
specifically *random states*. specifically *random states*.
* ``t`` is the time index (the current step in the evolution of the system). * ``t`` is the time index (the current step in the evolution of the system).
* ``T`` is the total number of steps in the evolution of the system. * ``T`` is the total number of steps in the evolution of the system.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论