23 Jul
2020
23 Jul
'20
9:17 a.m.
Hello, If I compare the implementation for the probability in the graph/generation/graph_price.hh which is (can be found in multiple places) p = pow(Deg()(w, g) + c, gamma); With what is written in the documentation https://graph-tool.skewed.de/static/doc/generation.html#graph_tool.generatio... I wonder whether it should actually be (the constant outside the power) or is the documentation wrong? p = pow(Deg()(w, g), gamma) + c; Greetings Feelx234 -- Sent from: https://nabble.skewed.de/