Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Callback parameter for solvers #9

Open
adler-j opened this issue Aug 4, 2016 · 0 comments
Open

Callback parameter for solvers #9

adler-j opened this issue Aug 4, 2016 · 0 comments

Comments

@adler-j
Copy link
Contributor

adler-j commented Aug 4, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant