plot_functions.py#

This file contains the code for creating various plots of the output.

plot_objective(objective_values, ...)

Plots the objective value.

plot_stat_dist(stationary_distributions, ...)

Plots the stationary distribution at each iteration.

plot_matrix(Matrix, C, PLOT_TYPE, ...)

Plots all adjustable elements of a matrix at each iteration.

plot_network(M_start, M_final, C, plot_name, ...)

Plots the network before and after the optimization.