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
Hi, I was trying implicit differentiation for a bi-level optimization problem I'm working on. I was wondering whether my code's high level structure looks correct. (I didn't notice a difference with the settingimplicit_diff = True, so I was thinking maybe I'm utilizing it incorrectly)
Both the inner, and outer objective is the same mathematical equation, but the parameter we optimize is different (seq_params or tree_params).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I was trying implicit differentiation for a bi-level optimization problem I'm working on.
I was wondering whether my code's high level structure looks correct. (I didn't notice a difference with the setting
implicit_diff = True
, so I was thinking maybe I'm utilizing it incorrectly)Both the inner, and outer objective is the same mathematical equation, but the parameter we optimize is different (
seq_params
ortree_params
).Any pointers/feedback on my code is appreciated !
Beta Was this translation helpful? Give feedback.
All reactions