From a108f7f167274b8d246d0a3fb1cc7e4fea292f80 Mon Sep 17 00:00:00 2001 From: Sooyoung Cheong <64125280+c-sooyoung@users.noreply.github.com> Date: Sun, 19 Jul 2026 18:19:28 +0900 Subject: [PATCH] refined bo params --- config.yaml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/config.yaml b/config.yaml index 73d7fc2..a8cd29a 100644 --- a/config.yaml +++ b/config.yaml @@ -38,14 +38,19 @@ ptycho: bo: parallel_jobs: 4 - max_iterations: 100 - algorithm: 'random' + max_iterations: 64 + mode: 'sobo' + acquisition: 'ucb' params: alpha_max: - defocus: 150 - rot_ang: 1 + defocus: + radius: 100 + rot_ang: Nlayers: - thickness: 150 + radius: 10 + type: int + thickness: + radius: 100 train_x: '/home/swim/Si_project/wrapper/results/train_x.npy' train_y: '/home/swim/Si_project/wrapper/results/train_y.npy'