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
Copy file name to clipboardExpand all lines: doc/en/source/expert.rst
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -634,6 +634,18 @@ Keywords and parameters
634
634
:math:`O(N_\text{p}) + O(N_\text{p}N_\text{MCS})` when
635
635
:math:`N_\text{p} > N_\text{MCS}`.
636
636
637
+
- ``useDiagScale``
638
+
639
+
**Type :** int-type (0 or 1, default value: 0)
640
+
641
+
**Description :** The option of using the point Jacobi method (scaling by diagonal elements of :math:`S` matrix) when solving the linear equation :math:`Sx=g` in the SR method by CG method (0: off, 1: on, ``NSRCG`` must be 1).
642
+
643
+
- ``NneuronGeneral``
644
+
645
+
**Type :** int-type (default value: 0)
646
+
647
+
**Description :** The number of neurons :math:`N_{\rm General RBM}` in the hidden layer of RBM.
0 commit comments