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
As raised in #54, doubling (squaring) is typically cheaper than addition (multiplication). So it would be good to select chains based on a weighted sum of adds and doubles.
The text was updated successfully, but these errors were encountered:
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
As raised in #54, doubling (squaring) is typically cheaper than addition (multiplication). So it would be good to select chains based on a weighted sum of adds and doubles.
The text was updated successfully, but these errors were encountered: