26 Jan
2017
26 Jan
'17
12:33 p.m.
Hi Tiago, This should hopefully do it: import graph_tool.all as gt g = gt.load_graph('graph_no_multi_reac_type.gt') gt.remove_parallel_edges(g) print 'minimising state' state = gt.minimize_nested_blockmodel_dl(g, deg_corr=True) print 'equilibrating Markov chain' # We will first equilibrate the Markov chain gt.mcmc_equilibrate(state, wait=1000, mcmc_args=dict(niter=10)) -- View this message in context: http://main-discussion-list-for-the-graph-tool-project.982480.n3.nabble.com/... Sent from the Main discussion list for the graph-tool project mailing list archive at Nabble.com.