virne.solver.heuristic.node_rank#

Classes

FFDRankSolver(controller, recorder, counter, ...)

A node ranking-based solver that use the First Fit Decreasing (FFD) metric to rank the nodes.

GRCRankSolver(controller, recorder, counter, ...)

A node ranking-based solver that use the Global Resource Capacity (GRC) metric to rank the nodes.

NEARankSolver(controller, recorder, counter, ...)

A node ranking-based solver that use the Node Essentiality Assessment and path comprehensive evaluation algorithm to rank the nodes.

NRMRankSolver(controller, recorder, counter, ...)

A node ranking-based solver that use the Network Resource Metric (NRM) metric to rank the nodes.

NodeRankSolver(controller, recorder, ...)

NodeRankSolver is a base solver class that use node rank to solve the problem.

OrderRankSolver(controller, recorder, ...)

A node ranking-based solver that use the order of nodes in the graph as the rank.

PLRankSolver(controller, recorder, counter, ...)

A node ranking-based solver that use the node proximity sensing and path comprehensive evaluation algorithm to rank the nodes.

RandomRankSolver(controller, recorder, ...)

A node ranking-based solver that randomly rank the nodes.

RandomWalkRankSolver(controller, recorder, ...)

A node ranking-based solver that use the random walk (RW) algorithm to rank the nodes.