Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mravanelli committed Aug 13, 2023
1 parent 32af2ac commit b039df1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/MOABB/hparams/orion/hparams_tpe.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
experiment:
algorithms:
algorithm:
tpe:
seed: 1986
n_initial_points: 20
Expand Down
1 change: 1 addition & 0 deletions recipes/MOABB/run_experiments.sh
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ fi
if [ "$rnd_dir" = True ]; then
rnd_dirname=$(tr -dc 'a-zA-Z' < /dev/urandom | head -c 6)
output_folder="$output_folder/$rnd_dirname"
mkdir -p $output_folder
fi

# Print command line arguments and save to file
Expand Down

0 comments on commit b039df1

Please sign in to comment.