And one way people do this is they take a hint from nature and they try to construct massively distributed networks to do aspects of reasoning.
进行研究的方法之一便是,研究者们从自然界获得启示,然后试图建立起广泛分布的网络,来进行不同的推理
That is basically saying, given some collection of data, I want to have again a looping mechanism, where now my process is, walk through this, the collection one element at a time. And for that, we have a particular construct, called a FOR loop.
现在我的过程就是,通过一个个访问这个集合中,的元素的方式,来遍历这个集合,为了达到这个目的,我们有一个特定的结构,成为FOR循环。
应用推荐