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
{{ message }}
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.
Currently admit Integer-valued quantities to be differentiated w.r.t.. This is problematic in that the derivative a function w.r.t. an input which is an Integer is not necessary itself an Integer (or faithfully represented by one), yielding inexact conversion errors. Two possible solutions to this are:
Move from Reals to AbstractFloats.
Allow the gradient of an Integer-valued quantity to be represented by a Float.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently admit Integer-valued quantities to be differentiated w.r.t.. This is problematic in that the derivative a function w.r.t. an input which is an Integer is not necessary itself an Integer (or faithfully represented by one), yielding inexact conversion errors. Two possible solutions to this are:
Real
s toAbstractFloat
s.The text was updated successfully, but these errors were encountered: