tf_quant_finance.math.optimizer.converged_any

Last updated: 2023-03-16.

tf_quant_finance.math.optimizer.converged_any#

Condition to stop when any batch member converges, or all have failed.

tf_quant_finance.math.optimizer.converged_any(
    converged, failed
)