经过了迷惑的阶段,我明白了 nengo 是怎么回事。
nengo 通过 nengo.Simulator 来运行。
一个 nengo.Simulator.step 一个 nengo.Simulator.step 来进行。
nengo.Simulator.run 则一次性执行足够的时间,然后结束。
如果我们需要自己控制,这使用 nengo.Simulator.step 来执行。
然后每次执行结果,自己把它导出来,放入数据库。
然后通过,nengo.Node 来输入数据。
output 参数用来读取数据库里面的数据,在执行 step 的时候放入。
那么我们就能很好的用起来。
网友评论