Home
last modified time | relevance | path

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

/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/contrib/preprocessing/plugins/
H A Dinduced_linearity.py101 blk, config.equality_tolerance)
327 def detect_effectively_discrete_vars(block, equality_tolerance): argument
340 ) > equality_tolerance:
/dports/science/py-scikit-learn/scikit-learn-1.0.2/sklearn/linear_model/
H A D_least_angle.py549 equality_tolerance = np.finfo(np.float32).eps
578 if alpha[0] <= alpha_min + equality_tolerance: # early stopping
579 if abs(alpha[0] - alpha_min) > equality_tolerance:
/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/contrib/preprocessing/tests/
H A Dtest_induced_linearity.py84 equality_tolerance=1E-6,