Skip to content
Snippets Groups Projects
Commit 8bc1bf2e authored by Lars Stietz's avatar Lars Stietz
Browse files

new parameters

parent 23403276
No related branches found
No related tags found
No related merge requests found
......@@ -10,11 +10,11 @@ kappa = 0.2
dealias = 1.5
[sampler]
parametrized = false
initial = [4.5, 0.5]
parametrized = true
initial = [0.0, 0.0]
stepsize = 0.1
likelihood_var = 0.01
n_samples = 10
likelihood_var = 0.001
n_samples = 1000
burnin = 0
[observation]
......@@ -22,5 +22,5 @@ path = "./data/toy_measurement/simulation_data.h5"
noise_var = 0.0
[output]
save = false
save = true
path = "./data/results/experiment_"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment