Skip to content
This repository was archived by the owner on Aug 13, 2025. It is now read-only.

Commit b36f287

Browse files
committed
Added missing config file
1 parent 421835f commit b36f287

1 file changed

Lines changed: 38 additions & 0 deletions

File tree

test/default.ini

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
[TGV]
2+
max_iters = 10
3+
start_iters = 10
4+
max_gn_it = 2
5+
lambd = 1e0
6+
gamma = 1e-3
7+
delta = 1e-4
8+
omega = 0
9+
display_iterations = 0
10+
gamma_min = 3e-4
11+
delta_max = 1e-1
12+
omega_min = 0
13+
tol = 1e-6
14+
stag = 1e10
15+
delta_inc = 10
16+
gamma_dec = 0.7
17+
omega_dec = 0.5
18+
beta = 1
19+
20+
[TV]
21+
max_iters = 10
22+
start_iters = 10
23+
max_gn_it = 2
24+
lambd = 1e0
25+
gamma = 1e-3
26+
delta = 1e-4
27+
omega = 0
28+
display_iterations = 0
29+
gamma_min = 3e-4
30+
delta_max = 1e-1
31+
omega_min = 0
32+
tol = 1e-6
33+
stag = 1e10
34+
delta_inc = 10
35+
gamma_dec = 0.7
36+
omega_dec = 0.5
37+
beta = 1
38+

0 commit comments

Comments
 (0)