Enumerator of internal network connection representation between oscillators. More...
Static Public Attributes | |
int | LIST = 0; |
Each oscillator has list of his neighbors. More... | |
int | MATRIX = 1; |
Connections are represented my matrix connection NxN, where N is number of oscillators. More... | |
Enumerator of internal network connection representation between oscillators.
Definition at line 84 of file __init__.py.
|
static |
Each oscillator has list of his neighbors.
Definition at line 91 of file __init__.py.
|
static |
Connections are represented my matrix connection NxN, where N is number of oscillators.
Definition at line 94 of file __init__.py.