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 can be seen in Code Climate, the worst scores of Distribution are located in the MathExtension module and the modules inside it.
Since Ruby has some new functions in its Math module, we should try to come up with ways to simplify things; maybe we can improve MathExtension by removing code from it.
Another option is creating a gem for special functions (name needed) that would handle these things and could also be used in Minimization, Integration, &c. (ideally with C implementations for speed)
The text was updated successfully, but these errors were encountered:
As can be seen in Code Climate, the worst scores of Distribution are located in the
MathExtension
module and the modules inside it.Since Ruby has some new functions in its Math module, we should try to come up with ways to simplify things; maybe we can improve MathExtension by removing code from it.
Another option is creating a gem for special functions (name needed) that would handle these things and could also be used in Minimization, Integration, &c. (ideally with C implementations for speed)
The text was updated successfully, but these errors were encountered: