Searched refs:equality_tolerance (Results 1 – 3 of 3) sorted by relevance
101 blk, config.equality_tolerance)327 def detect_effectively_discrete_vars(block, equality_tolerance): argument340 ) > equality_tolerance:
549 equality_tolerance = np.finfo(np.float32).eps578 if alpha[0] <= alpha_min + equality_tolerance: # early stopping579 if abs(alpha[0] - alpha_min) > equality_tolerance:
84 equality_tolerance=1E-6,