Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
luk036 committed Oct 24, 2023
1 parent 321a201 commit 4639011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ellalgo/oracles/profit_oracle.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,4 +278,4 @@ def assess_optim_q(

(grad, beta), gamma_new = self.omega.assess_optim(self.yd, gamma)
beta += grad.dot(self.yd - y) # reference as y
return (grad, beta), self.yd, gamma_new, False
return (grad, beta), self.yd, gamma_new, not retry

0 comments on commit 4639011

Please sign in to comment.