Mohit Rajpal
Mohit Rajpal
I've opened this PR a bit early, as I'd like review of the design choices made. I will be adding unit tests once we're happy with code quality/design decisions before...
Hi, ok, I can fix this. I'll try to find time this week but may not be possible with looming deadlines. I'll also add a test that verifies that predict_y...
@st-- Hi sorry. Yes I can do this shortly. Things got lost due to cascading deadlines. Expect a PR next week.
Hi csuter, Thanks for the quick reply. To be more specific, I'd like to do run tfp.optimizer.lbfgs_minimize() several times with several different "minimum" arguments. Now, the problem with this is...
Unfortunately not without causing retracing every time the outer lambda is called. The problem is that the TF optimizer cannot "see through" the inner lambda (return (lambda x: quadratic(minimum, x)))...