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
In the constructor for a ParameterizedFunction, all of the values at the current point in time are copied. Unfortunately, this doesn't copy over references.
Is your feature request related to a problem? Please describe.
It's frustrating that I need to add back in all the different previous parameters back.
Describe the solution you'd like
I'd like to copy over references, or add a flag to copy them.
In the constructor for a ParameterizedFunction, all of the values at the current point in time are copied. Unfortunately, this doesn't copy over references.
Is your feature request related to a problem? Please describe.
It's frustrating that I need to add back in all the different previous parameters back.
Describe the solution you'd like
I'd like to copy over references, or add a flag to copy them.
Describe alternatives you've considered
Maybe we could make an option to the instance method/
The text was updated successfully, but these errors were encountered: