You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<trclass="memdesc:a49f1367efbb0c0efddaec6ed273e8bb7"><tdclass="mdescLeft"> </td><tdclass="mdescRight">IRIS will terminate if the change in the <em>volume</em> of the hyperellipsoid between iterations is less that this percent of the previous best volume. <ahref="#a49f1367efbb0c0efddaec6ed273e8bb7">More...</a><br/></td></tr>
<trclass="memdesc:aee2200b9b87fb1c11f98a3c8627d6f65"><tdclass="mdescLeft"> </td><tdclass="mdescRight">A region may satisfy the user-requested fraction in-collision, but still have some of the samples drawn be in-collision. <ahref="#aee2200b9b87fb1c11f98a3c8627d6f65">More...</a><br/></td></tr>
<trclass="memdesc:ad9059bc845096b2f05414a66c836b4ee"><tdclass="mdescLeft"> </td><tdclass="mdescRight">This option sets the random seed for random sampling throughout the algorithm. <ahref="#ad9059bc845096b2f05414a66c836b4ee">More...</a><br/></td></tr>
<trclass="memdesc:a111e7545f0a4fcae1b8a52fec666594a"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Number of mixing steps used for hit-and-run sampling. <ahref="#a111e7545f0a4fcae1b8a52fec666594a">More...</a><br/></td></tr>
<trclass="memdesc:a1fdf17311fa6dd33bb98cf7ead3dcdbd"><tdclass="mdescLeft"> </td><tdclass="mdescRight">If true, the hit-and-run procedure is run in parallel to quickly draw all the samples necessary. <ahref="#a1fdf17311fa6dd33bb98cf7ead3dcdbd">More...</a><br/></td></tr>
<trclass="memdesc:a48d3f3fe2646745a5ac6eea6e3692c1c"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Passing a meshcat instance may enable debugging visualizations when the configuration space is <= 3 dimensional. <ahref="#a48d3f3fe2646745a5ac6eea6e3692c1c">More...</a><br/></td></tr>
<p>IRIS will terminate if the change in the <em>volume</em> of the hyperellipsoid between iterations is less that this percent of the previous best volume. </p>
630
636
<p>This termination condition can be disabled by setting to a negative value. </p>
<p>A region may satisfy the user-requested fraction in-collision, but still have some of the samples drawn be in-collision. </p>
653
+
<p>If this flag is true, those samples will also be used to produce hyperplanes. This produces slightly smaller regions with more faces, but the region will beat the user-requested fraction in-collision by a larger margin. </p>
<p>If true, the hit-and-run procedure is run in parallel to quickly draw all the samples necessary. </p>
686
+
<p>When the statistical test requires many samples (e.g. due to constructing regions with a very low fraction in collision with very high probability), the process of drawing the samples may become a major time cost. Drawing the samples in parallel can lead to a major speedup, at the cost of a sampling from a distribution that's slightly further from a uniform distribution (due to the lower cumulative mixing time). </p>
0 commit comments