virne.solver.rank.node_rank#

Functions

rank_nodes(network[, method])

General method for ranking nodes in the network, and store the ranking result in the network object.

Classes

DegreeWeightedResoureNodeRank(**kwargs)

Node Ranking Strategy with Degree and Resource (DR) metric.

FFDNodeRank(**kwargs)

Node Ranking Strategy with First Fit Decreasing (FFD) metric.

GRCNodeRank([sigma, d])

Node Ranking Strategy with Global Resource Capacity (GRC) metric.

NPSNodeRank(**kwargs)

Node Ranking Strategy with Node Proximity Sensing (NPS) metric.

NRMNodeRank(**kwargs)

Node Ranking Strategy with Network Resource Metric (NRM).

NodeRank(**kwargs)

Abstract class for node ranking.

OrderNodeRank(**kwargs)

Node Ranking Strategy with the default order occurring in the network.

RWNodeRank([sigma, p_J_u, p_F_u])

Node Ranking Strategy with Random Walk (RW) metric.

RandomNodeRank(**kwargs)

Node Ranking Strategy with random metric.