We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e5b7d8 commit 433b2f6Copy full SHA for 433b2f6
src/graph/layouts/graph_layouts_force.cpp
@@ -40,6 +40,7 @@
40
* - A linear cooling schedule decreases c4 from c4_init to c4_min over maxIterations,
41
* damping displacement progressively so the layout settles rather than oscillating.
42
* - Early exit when max displacement in an iteration falls below epsilon (convergence).
43
+ *
44
*/
45
void Graph::layoutForceDirectedSpringEmbedder(const int maxIterations)
46
{
0 commit comments