simulation.alphaMin()

simulation.alphaMin([min])

If min is specified, sets the minimum alpha to the specified number in the range [0,1] and returns this simulation. If min is not specified, returns the current minimum alpha value, which defaults to 0.001. The simulation’s internal timer stops when the current alpha is less than the minimum alpha. The default alpha decay rate of ~0.0228 corresponds to 300 iterations.

doc_D3_Js
2016-11-24 10:29:04
Comments
Leave a Comment

Please login to continue.