NetworkSim.simulation.tools.performance_analysis
.get_final_batch_throughput¶
-
NetworkSim.simulation.tools.performance_analysis.
get_final_batch_throughput
(simulator)[source]¶ Function to compute the mean throughput of a simulation in the final batch.
- Parameters
simulator (BaseSimulator) – The simulator used.
- Returns
mean_throughput – The mean throughput.
- Return type
float
- Raises
NotImplementedError – Raised when convergence mode is disabled for the simulator.