Skip to content

Commit 7da0a8a

Browse files
refactor: formatting esn inits
1 parent 37acc47 commit 7da0a8a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/esn/esn_inits.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,11 +668,12 @@ Creates a matrix with backward connections as described in [^rodan2010].
668668
# Keyword arguments
669669
670670
- `weight`: The weight determines the absolute value of
671-
forward connections in the reservoir.
671+
forward connections in the reservoir.
672672
This can be provided as a single value or an array. In case it is provided as an
673673
array please make sure that the lenght of the array matches the lenght of the sub-diagonal
674674
you want to populate.
675675
Default is 0.1
676+
676677
- `fb_weight`: Determines the absolute value of backward connections
677678
in the reservoir.
678679
This can be provided as a single value or an array. In case it is provided as an
@@ -753,6 +754,7 @@ Create a cycle jumps reservoir [^Rodan2012].
753754
array please make sure that the lenght of the array matches the lenght of the cycle
754755
you want to populate.
755756
Default is 0.1.
757+
756758
- `jump_weight`: The weight of jump connections.
757759
This can be provided as a single value or an array. In case it is provided as an
758760
array please make sure that the lenght of the array matches the lenght of the jumps

0 commit comments

Comments
 (0)