How can I get the value of the loss function at the last iteration with ProjectedGradient #581
Unanswered
brunomorampc
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using ProjectedGradient to solve a constrained optimization problem. I'd like to (at least) get the value of the loss at the last iteration. Additionally, ideally at every iteration.
After I run ProjectedGradient.run I get something like a dictionary out with the optimal parameters (params) a 'state' and a 't'. Is any of those the loss? If now how can I get its value?
Beta Was this translation helpful? Give feedback.
All reactions