Skip to content

Commit 196d885

Browse files
small bug fixes
1 parent e5272a0 commit 196d885

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/optimization.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ function optimization_engine(
250250
df[!, :elapsed_time] = fill(time()-start_time, nrow(df))
251251

252252
# save empty dd and error to directory
253-
save_database("tmp_h5_output", parent_group, nothing, ini, act, tmp_log_io;
253+
save_study_database("tmp_h5_output", parent_group, nothing, ini, act, tmp_log_io;
254254
error_info=e, timer=true, freeze=false, overwrite_groups=true, kw...)
255255

256256
# Write into temporary csv files, in case the whole Julia session is crashed

src/studies/multi_objective_optimization.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ function _run(study::StudyMultiObjectiveOptimizer)
102102
@info "released workers"
103103

104104
else
105-
setup(study)
106105
optimization_parameters = Dict(
107106
:N => sty.population_size,
108107
:iterations => sty.number_of_generations,

0 commit comments

Comments
 (0)