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
Tolerances were used in a previous implementation of the optimizer (LBFGS), but aren't currently used. (Currently solvers are using default tolerance of 1e-3) This is possibly inefficient and should be changed.
Under the hood, both ProjectedGradient & OptaxSolver use a tolerance of 1e-3.
Tolerances were used in a previous implementation of the optimizer (LBFGS), but aren't currently used. (Currently solvers are using default tolerance of 1e-3) This is possibly inefficient and should be changed.
Under the hood, both
ProjectedGradient
&OptaxSolver
use a tolerance of 1e-3.ProjectedGradient
OptaxSolver
Todo
The text was updated successfully, but these errors were encountered: