Searched defs:tol1 (Results 1 – 4 of 4) sorted by relevance
116 final double tol1 = eps * FastMath.abs(x) + t; in localMin() local
154 final double tol1 = relativeThreshold * FastMath.abs(x) + absoluteThreshold; in doOptimize() local
157 final double tol1 = relativeThreshold * FastMath.abs(x) + absoluteThreshold; in doOptimize() local
542 def tol1(op_name, override_dct, *, device_type=None): function