From 0ee524418d51fc450b72bdf5ff9892c665d0a7be Mon Sep 17 00:00:00 2001 From: Taoooo Date: Wed, 27 Mar 2024 16:08:00 -0400 Subject: [PATCH] Update bo_gp_exact.sh Restore the printout of log files --- experiments/molopt/bo_gp_exact.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/experiments/molopt/bo_gp_exact.sh b/experiments/molopt/bo_gp_exact.sh index c9788ee..2263a56 100644 --- a/experiments/molopt/bo_gp_exact.sh +++ b/experiments/molopt/bo_gp_exact.sh @@ -39,7 +39,7 @@ for target in "${objective_arr[@]}" ; do --bo_batch_size=5 \ \ --output_path="${output_path}" \ - --extra_output_path="${extra_output}" #&> "${log_dir}/${method_name}-${target}_trial${trial}.log" + --extra_output_path="${extra_output}" &> "${log_dir}/${method_name}-${target}_trial${trial}.log" echo $log_dir