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

Expose Solver::Restore() as public for restoring without solving #2037

Merged
merged 1 commit into from
Mar 7, 2015

Conversation

shelhamer
Copy link
Member

The solver can restore its state without entering the Solve() loop. This is exposed for C++ and Python. One can now restore a solver and step instead of resuming and marching on until the end.

Sidenote: Restore() could be overloaded to take SolverState instead of a file.

The solver can restore its state without entering the Solve() loop.
shelhamer added a commit that referenced this pull request Mar 7, 2015
Expose Solver::Restore() as public for restoring without solving
@shelhamer shelhamer merged commit 4d0103b into BVLC:master Mar 7, 2015
@shelhamer shelhamer deleted the expose-solver-restore branch March 7, 2015 00:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant