We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3585bf commit 41baf01Copy full SHA for 41baf01
src/vt/vrt/collection/balance/temperedlb/temperedlb.cc
@@ -320,15 +320,16 @@ Default: infinity
320
Description: ε in the work model (memory term in work model)
321
)"
322
},
323
+ {
324
"converge_tolerance",
325
R"(
326
Values: <double>
327
Default: 0.01
328
Description: The relative tolerance across a window of 8 iterations of work
329
to define convergence.
330
- }
331
-};
+ }
332
+ };
333
return keys_help;
334
}
335
0 commit comments