Skip to content
Snippets Groups Projects
Commit 708a6c40 authored by Bentriou Mahmoud's avatar Bentriou Mahmoud
Browse files

small fix of config file name of abc_smc

parent 9c7c802b
No related branches found
No related tags found
No related merge requests found
......@@ -76,7 +76,7 @@ function abc_smc(pm::ParametricModel, l_obs::AbstractVector, func_dist::Function
if dir_results != nothing
dir_results = basename(dir_results) != "" ? dir_results * "/" : dir_results
if !isdir(dir_results) mkdir(dir_results) end
file_cfg = open(dir_results * "results_abc.out", "w")
file_cfg = open(dir_results * "config_abc.out", "w")
write(file_cfg, "Configuration of ABC algorithm\n")
write(file_cfg, "ParametricModel : $(pm) \n")
write(file_cfg, "Number of particles : $(nbr_particles) \n")
......
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