Property | Type | Description | |
---|---|---|---|
Leafs | ConnectionList | ||
Local | |||
Structs | ConnectionList |
Property | Type | Description | |
---|---|---|---|
_annealing | |||
_directional | |||
_greedy |
Method | Description | |
---|---|---|
AHState ( |
||
GetRoutingAlgo ( |
||
UpdateLeafs ( ConnectionList l ) : AHState | ||
UpdateStructs ( ConnectionList s ) : AHState |
Method | Description | |
---|---|---|
AHState ( AHState old_state, ConnectionList leafs ) : System |
public AHState ( |
||
local | ||
structs | ConnectionList | |
leafs | ConnectionList | |
return | System |
protected AHState ( AHState old_state, ConnectionList leafs ) : System | ||
old_state | AHState | |
leafs | ConnectionList | |
return | System |
public GetRoutingAlgo ( |
||
head | ||
return |
public UpdateLeafs ( ConnectionList l ) : AHState | ||
l | ConnectionList | |
return | AHState |
public UpdateStructs ( ConnectionList s ) : AHState | ||
s | ConnectionList | |
return | AHState |
protected AnnealingRouting,Brunet.Symphony _annealing | ||
return |
protected DirectionalRouting,Brunet.Symphony _directional | ||
return |