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

Updates to PDHG and SPDHG notebooks #134

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion demos/2_Iterative/03_PDHG.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -966,7 +966,7 @@
"source": [
"## **Exercise 3: Setup and run implicit PDHG algorithm with the Total variation regulariser**\n",
"\n",
"- Using the TotalVariation class, from CIL. This solves the TV denoising problem (using the FGP algorithm) in CPU.\n",
"- Using the TotalVariation class, from CIL. This solves the TV denoising problem (using the FGP algorithm) in CPU. The default warmstart=True, means that the TV denoising problem is initialised each time with the solution of the previous run of the TV denoising problem. This means we can use as few as 10 iterations of FGP and increases computation speed. \n",
MargaretDuff marked this conversation as resolved.
Show resolved Hide resolved
"\n",
"\n",
"- Using the FGP_TV class from the CCPi regularisation plugin.\n",
Expand Down
424 changes: 361 additions & 63 deletions demos/2_Iterative/04_SPDHG.ipynb
MargaretDuff marked this conversation as resolved.
Show resolved Hide resolved

Large diffs are not rendered by default.