Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreySarnoff committed Jul 9, 2023
1 parent 27bf94d commit 5f31ab9
Showing 1 changed file with 6 additions and 25 deletions.
31 changes: 6 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,48 +80,29 @@ And we are on _discourse_</br>

#### &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;_(Each data matrix column is independent; all functions are unary.)_

### multisequences (2 or 3 seqs; coordinated seqs (use binary, trinary functions))

| | | |
|:------------------|-|:-------------------|
| multisequence | | ≺ apply ≻(fn, width, ...) |
| |&nbsp; | |
| _as provided_ |&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |... |
| | |(seq1, seq2) |
| | |(seq1, seq2, seq3) |
| | | |
| _shared weights_ | |... |
| | |(seq1, seq2, weights) |
| | |(seq1, seq2, seq3, weights) |
| | | |
| | | |
| _unique weights_ | |... |
| | |(seq1, seq2, [weights1, weights2]) |
| | |(seq1, seq2, seq3, [weights1, weights2, weights3]) |
| | | |

----

### multisequences (2..8 seqs of equal length; use binary..8ary functions)
### multisequences (2..Nseq seqs of equal length; use binary..multiary functions)

| | | |
|:------------------|-|:-------------------|
| multisequence | | ≺ apply ≻(fn, width, _rest_...) |
| |&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | |
| _as provided_ | _rest_ | |
| | |(seq1, seq2) |
| | |(seq1, .., seq8) |
| | |(seq1, .., seqNseq) |
| | | |
| _shared weights_ | _rest_ | |
| | |(seq1, seq2, weights) |
| | |(seq1, .., seq8, weights) |
| | |(seq1, .., seqNseq, weights) |
| | | |
| | | |
| _unique weights_ | _rest_ | |
| | |(seq1, seq2, [weights1, weights2]) |
| | |(seq1, .., seq8, [weights1, .., weights8]) |
| | |(seq1, .., seqNseq, [weights1, .., weightsNseq]) |
| | | |

#### &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;_(Nseq, the maximum number of coordinated sequences, is >= 3.)_

----

----

0 comments on commit 5f31ab9

Please sign in to comment.