RandWireNN icon indicating copy to clipboard operation
RandWireNN copied to clipboard

Topology flow. Current implementation has an Error.

Open yoookoo opened this issue 5 years ago • 2 comments

In your implementation line 71~73 in model.py , nodes are divided into input and first-order ones. This may lead that second(or higher)-order(from input node) ones are ignored. Your implementation only consider the situation that the max distance between input and output node is 2. Am I right?

yoookoo avatar Apr 17 '19 13:04 yoookoo

Maybe we should calculate through Topology structure not through (input/mid/output) division.

yoookoo avatar Apr 17 '19 13:04 yoookoo

Coincidentally, your implementation happens to be a dropout effect.

yoookoo avatar Apr 18 '19 12:04 yoookoo