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 the name suggests, we should probably implement Sqrt for #27 to be doable. Newton–Raphson's method is a good place to start, and we could also likely implement this with an LUT coupled with a couple Newton-Raphson rounds.
This paper Also gives a good overview on using a Cartesian Genetic Algorithm to generate circuits that perform well in comparison to common existing methods. We likely won't do something like this, but it provides a good overview of how some of the other more standard methods perform in comparison.
The text was updated successfully, but these errors were encountered:
As the name suggests, we should probably implement
Sqrt
for #27 to be doable. Newton–Raphson's method is a good place to start, and we could also likely implement this with anLUT
coupled with a couple Newton-Raphson rounds.This paper Also gives a good overview on using a Cartesian Genetic Algorithm to generate circuits that perform well in comparison to common existing methods. We likely won't do something like this, but it provides a good overview of how some of the other more standard methods perform in comparison.
The text was updated successfully, but these errors were encountered: