Searched refs:initialStepSize (Results 1 – 3 of 3) sorted by relevance
36 const initialStepSize = Math.pow(10, zeros); constant50 let minimalDistance = distToDesired(initialStepSize);51 let minimizingStepSize = initialStepSize;54 const newStepSize = multiplier * initialStepSize;
163 public void setInitialStepSize(final double initialStepSize) { in setInitialStepSize() argument164 if ((initialStepSize < minStep) || (initialStepSize > maxStep)) { in setInitialStepSize()167 initialStep = initialStepSize; in setInitialStepSize()
META-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties ...