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
It is often of interest to inspect partial results of a solver, perhaps for debugging or for somehow displaying partial results.
The solvers in Scipy provides a solution to this in allowing users to pass a callable that is called with the current iterate, see e.g. scipy.optimize.minimize and scipy.optimize.fmin_bfgs. ODL does the same in all of its solvers and also provides some standardized callbacks, see odl.solvers.util.callback.
It would be nice if ProxImaL also had this functionality.
The text was updated successfully, but these errors were encountered:
It is often of interest to inspect partial results of a solver, perhaps for debugging or for somehow displaying partial results.
The solvers in Scipy provides a solution to this in allowing users to pass a
callable
that is called with the current iterate, see e.g. scipy.optimize.minimize and scipy.optimize.fmin_bfgs. ODL does the same in all of its solvers and also provides some standardized callbacks, see odl.solvers.util.callback.It would be nice if ProxImaL also had this functionality.
The text was updated successfully, but these errors were encountered: