Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nam
ProxPython
Commits
f060d157
Commit
f060d157
authored
Oct 24, 2019
by
constantin.hoeing
Browse files
New/updated parameters in JWST_HPR_in.py
parent
d69e9df5
Changes
1
Hide whitespace changes
Inline
Side-by-side
proxtoolbox/Problems/Phase/JWST_HPR_in.py
View file @
f060d157
...
...
@@ -13,7 +13,7 @@ new_config = {
#Phase, Affine-sparsity, Nonlinear-sparsity, Sudoku'''
'problem_family'
:
'Phase'
,
#
"expert" : False
"expert"
:
False
,
#==========================================
#Problem parameters
...
...
@@ -54,7 +54,7 @@ new_config = {
'Ny'
:
128
,
'Nz'
:
1
,
# do not formulate in the product space
'dim'
:
4
,
#size of the product space
#
'dim' : 4, #size of the product space
#moved to phase since if statements not possible in dictonary
...
...
@@ -94,8 +94,8 @@ new_config = {
#maximum number of iterations and tolerances
'MAXIT'
:
1
000
,
'TOL'
:
1
e-
8
,
'MAXIT'
:
5
000
,
'TOL'
:
5
e-
5
,
# relaxaton parameters in RAAR, HPR and HAAR
'beta0'
:
0.85
,
# starting relaxation prameter (only used with
...
...
@@ -107,7 +107,7 @@ new_config = {
# parameter for the data regularization
# need to discuss how/whether the user should
# put in information about the noise
'data_ball'
:
1e-3
,
'data_ball'
:
1e-3
0
,
# the above is the percentage of the gap
# between the measured data and the
# initial guess satisfying the
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment