mirror of
https://github.com/vale981/master-thesis
synced 2025-03-06 02:21:38 -05:00
try longer times
This commit is contained in:
parent
21580e60a7
commit
c2c90afcca
1 changed files with 4 additions and 4 deletions
|
@ -125,11 +125,11 @@ def make_config(
|
|||
return params
|
||||
|
||||
params = make_config(
|
||||
max_HO_level=8,
|
||||
max_HO_level=5,
|
||||
bcf_terms=4,
|
||||
t_max=30,
|
||||
k_fac=1.8,
|
||||
sp_tol=1e-6,
|
||||
t_max=50,
|
||||
k_fac=1.3,
|
||||
sp_tol=1e-5,
|
||||
bcf_scale=[.3, .3],
|
||||
T=.2
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue