From 294192a1208e915580671efea95da584d2508a27 Mon Sep 17 00:00:00 2001 From: Jennings Zhang Date: Fri, 9 Dec 2022 11:31:40 -0500 Subject: [PATCH 1/2] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f1b39cf..92b33bb 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ The schedule is interpreted as: 1. 100 iterations with sw=80 lw=1e-4 2. 100 iterations with sw=60 lw=1e-4 -3. 400 iterations with sw=80 lw=1e-4 +3. 400 iterations with sw=40 lw=1e-4 #### `--size` From 217420e86973509f2ec527288910a89d65c8fa11 Mon Sep 17 00:00:00 2001 From: Jennings Zhang Date: Fri, 9 Dec 2022 11:43:26 -0500 Subject: [PATCH 2/2] Add documentation for --step-size --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 92b33bb..f5a9752 100644 --- a/README.md +++ b/README.md @@ -44,4 +44,11 @@ Number of triangles in the surface mesh, i.e. resolution - 81920 is standard - 327680 is used for high-resolution adult human brain +#### `--step-size` + +Distance to move per iteration. + +- large value converges faster +- small value decreases risk of self-intersection + ...