GridEight

Contents

GridEight#

class brainpy.connect.GridEight(include_self=False, periodic_boundary=False, **kwargs)[source]#

The nearest eight neighbors conn method.

Parameters:
  • include_self (bool) – Whether create (i, i) conn ?

  • periodic_boundary (bool) – Whether the neurons encode the value space with the periodic boundary. .. versionadded:: 2.2.3.2