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
Doubling (squaring) is typically cheaper than addition (multiplication). This
PR adds options to the search subcommand to score addition chains based on a
weighted sum.
Closes#55
Updates #117
addchain optimizes for the minimum of M+S.
However, this assumes the cost of M and S are equal.
It's common the rate S/M varies depending on the field.
The feature request is allow the user to specify the cost of operations.
The text was updated successfully, but these errors were encountered: