Skip to content

Commit

Permalink
Update juliacon_2023_distributedhyperopt.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ThummeTo authored Sep 17, 2024
1 parent 1c95b9e commit ce4fb93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/jupyter-src/juliacon_2023_distributedhyperopt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ using DistributedHyperOpt # add via `add "https://github.com/ThummeTo/Distribu

nprocs()
workers = addprocs(5)
@everywhere include(joinpath(@__DIR__, "workshop_module.jl"))
@everywhere include(joinpath(@__DIR__, "juliacon_2023.jl"))

# creating paths for log files (logs), parameter sets (params) and hyperparameter plots (plots)
for dir ("logs", "params", "plots")
Expand Down

0 comments on commit ce4fb93

Please sign in to comment.