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
track(x) to traverse the array x and replace all floats with TFs. Use TrackedFloat64 as the default but allow changes.
@track foo(...) to replace all Float-like types in the function signature with TF
Is 2 needed? I'm thinking no, because TF is a subtype of the matching floats and the type alone doesn't do any converting. (foo(4.2) would be an error).
Per discussion on RXInfer.jl#116 it would be nice to have some functions to make it easier to wrap inputs in the
TrackedFloat
type.The text was updated successfully, but these errors were encountered: