You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The use of numpy may speed up the computation of sequential rules (_seq_thiele_resolute, _seq_thiele_irresolute, _rule_x_algorithm, _phragmen_enestroem_algorithm, _seqphragmen_resolute, _seqphragmen_irresolute, _consensus_rule_algorithm).
This should be implemented as additional algorithms. Currently we have "float-fractions", "gmpy2-fractions", "standard-fractions" for these ABC rules.
The text was updated successfully, but these errors were encountered:
The use of numpy may speed up the computation of sequential rules (
_seq_thiele_resolute, _seq_thiele_irresolute, _rule_x_algorithm, _phragmen_enestroem_algorithm, _seqphragmen_resolute, _seqphragmen_irresolute, _consensus_rule_algorithm
).This should be implemented as additional algorithms. Currently we have
"float-fractions", "gmpy2-fractions", "standard-fractions"
for these ABC rules.The text was updated successfully, but these errors were encountered: