Modify stop condition in the example
This commit is contained in:
@@ -157,6 +157,12 @@
|
||||
<input type="range" min="1" max="100" value="3" step="1" oninput="d3.select('#hlsampleSizeSliderOutput').text(value); SAMPLE_SIZE=value;">
|
||||
</label>
|
||||
<br/>
|
||||
<label title="InterpEndingIts">
|
||||
Interpolation: Micro-adjustment Its
|
||||
<output id="hlInterpEdningSliderOutput">20</output><br/>
|
||||
<input type="range" min="1" max="50" value="20" step="1" oninput="d3.select('#hlInterpEdningSliderOutput').text(value); INTERP_ENDING_ITS=value;">
|
||||
</label>
|
||||
<br/>
|
||||
<label title="Number of iterations done at the end">
|
||||
Full: Iterations
|
||||
<output id="fullIterationsSliderOutput">20</output><br/>
|
||||
|
||||
Reference in New Issue
Block a user