-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Labels
backendRelated to one or more autodiff backendsRelated to one or more autodiff backendscoreRelated to the core utilities of the packageRelated to the core utilities of the package
Description
Please add copy
method for prep objects if that is feasible.
Rationale: no need to invoke prepare_...
methods again, which require (at least the type of) the original x
which would then need to be kept, for no other reason.
Specifically, I want to use it in LogDensityProblemsAD.jl, our current implementation is not thread-safe since copy
falls back to a no-op.
Metadata
Metadata
Assignees
Labels
backendRelated to one or more autodiff backendsRelated to one or more autodiff backendscoreRelated to the core utilities of the packageRelated to the core utilities of the package