File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,18 +16,18 @@ representation of a network and returns coordinates of the nodes.
16
16
## Keyword Arguments
17
17
- `dim=2`, `Ptype=Float64`: Determines dimension and output type `Point{dim,Ptype}`.
18
18
- `iterations=:auto`: maximum number of iterations (`:auto` means `400*N^2` where `N` are the number of vertices)
19
- - `abstols=(√(eps(Float64))) `
19
+ - `abstols=0 `
20
20
21
21
Absolute tolerance for convergence of stress. The iterations terminate if the
22
22
difference between two successive stresses is less than abstol.
23
23
24
- - `reltols=(√(eps(Float64))) `
24
+ - `reltols=10e-6 `
25
25
26
26
Relative tolerance for convergence of stress. The iterations terminate if the
27
27
difference between two successive stresses relative to the current stress is
28
28
less than reltol.
29
29
30
- - `abstolx=(√(eps(Float64))) `
30
+ - `abstolx=10e-6 `
31
31
32
32
Absolute tolerance for convergence of layout. The iterations terminate if the
33
33
Frobenius norm of two successive layouts is less than abstolx.
You can’t perform that action at this time.
0 commit comments