We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67946aa commit 2c79fc7Copy full SHA for 2c79fc7
genesis/options/solvers.py
@@ -435,7 +435,8 @@ class RigidOptions(Options):
435
iterations : int, optional
436
Number of iterations for the constraint solver. Defaults to 50.
437
tolerance : float, optional
438
- Tolerance for the constraint solver. Defaults to 1e-6.
+ Tolerance for the constraint solver. Defaults to None, which is resolved at build time based on the
439
+ floating-point precision: 1e-5 for single precision (f32) and 1e-8 for double precision (f64).
440
ls_iterations : int, optional
441
Number of line search iterations for the constraint solver. Defaults to 50.
442
ls_tolerance : float, optional
0 commit comments