-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
It'd be convenient to be able to unfix a parameter, I think it should satisfy the following:
unfix(p) = p
unfix(p::Fixed) = p.valueplus recursively applying unfix on nested structures, not quite sure what exactly that should look like, perhaps mapping on NamedTuple/Tuple/Dict?
What do you think ?
Metadata
Metadata
Assignees
Labels
No labels