Modify stop condition in the example

This commit is contained in:
Pitchaya Boonsarngsuk
2018-01-26 17:29:33 +00:00
parent 97d8b71963
commit 9d6b3e066b
5 changed files with 27 additions and 12 deletions

View File

@@ -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/>