George Chen

Results 2 comments of George Chen

Thank you for your encourage. I will test it. Logically '.found' should be set when the node itself has a new neighbor ( a new member in its 'pool') because...

in the later part of init(), each node of pool (0~nhood.L) is initialized by `nn.dist = oracle(nn.id, n);` ![image](https://user-images.githubusercontent.com/21057235/45729319-8dce6080-bbfe-11e8-8553-f650230c6f92.png) so, radius wouldn't be 0. I'm learning too.