Skip to content

Commit

Permalink
Update config.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
mrchaos committed Nov 30, 2020
1 parent fe6bbca commit 89f3afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.jl
Expand Up @@ -8,7 +8,7 @@ function get_base_config()
n_gen = 10, # number of generations
log_gen = 1, # log every x generations
save_gen = 1, # save population every x generation
id = string(Dates.now()) # run id
id = Dates.format(Dates.now(), "yyyymmddHHMMSSsss") # run id
)
end

Expand Down

0 comments on commit 89f3afc

Please sign in to comment.