Skip to content

Commit

Permalink
docs/mimors -- propagator-networks.mimor
Browse files Browse the repository at this point in the history
- 又是隔一段时间重新回顾 propagator,是写 mimor 的好机会。
  • Loading branch information
xieyuheng committed Sep 25, 2024
1 parent 0877e8f commit 7924233
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
4 changes: 0 additions & 4 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
docs/mimors -- propagator.mimor

- 又是隔一段时间重新回顾 propagator,是写 mimor 的好机会。

# 4.4 Dependencies Improve Search

> https://github.com/cicada-lang/propagator/issues/4
Expand Down
14 changes: 14 additions & 0 deletions docs/mimors/propagator-networks.mimor
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<问>
一个传播网(Propagation Network)作为一个二分图,
由哪两种节点组成?

<答>
Cell(单元)和 Propagator(传播器)。
</答>
</问>

<填空>
使得使用通用传播网络进行计算的新颖见解是,
不应将单元视为存储一个值,
而应将其视为<空>积累关于该值的信息</空>。
</填空>

0 comments on commit 7924233

Please sign in to comment.