neko.core.network.Network.complete_connection
- Network.complete_connection(maxlen: int | None = 2, algorithm: Literal['bfs', 'dfs'] = 'dfs', minimal: bool = True, only_signed: bool = False, consensus: bool = False, connect_with_bias: bool = False) None
Delegates to strategies.complete_connection.