Home
last modified time | relevance | path

Searched refs:badDelta (Results 1 – 1 of 1) sorted by relevance

/dports/science/teem/teem-1.11.0-src/src/ten/
H A Destimate.c1342 stepSize, badInit, bad, badDelta, stepSizeMin = 0.00000000001, badLast; in _tenEstimate1TensorDescent() local
1447 badDelta = bad - badLast; in _tenEstimate1TensorDescent()
1449 if (badDelta > 0) { in _tenEstimate1TensorDescent()
1453 me, badDelta, stepSize); in _tenEstimate1TensorDescent()
1455 badDelta = -1; /* bogus improvement for loop continuation */ in _tenEstimate1TensorDescent()
1459 } while (iter < iterMax && (iter < 2 || badDelta < -0.00005)); in _tenEstimate1TensorDescent()