From 0aea8a35b9831e207827504297c6ac1a2e6cd9e1 Mon Sep 17 00:00:00 2001 From: SakodaShintaro Date: Tue, 14 May 2024 13:35:39 +0900 Subject: [PATCH] fix(ndt_scan_matchere): improved tpe (#985) Improved tpe Signed-off-by: Shintaro Sakoda --- .../localization/ndt_scan_matcher/ndt_scan_matcher.param.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoware_launch/config/localization/ndt_scan_matcher/ndt_scan_matcher.param.yaml b/autoware_launch/config/localization/ndt_scan_matcher/ndt_scan_matcher.param.yaml index 241892e67b..ec80a0ef79 100644 --- a/autoware_launch/config/localization/ndt_scan_matcher/ndt_scan_matcher.param.yaml +++ b/autoware_launch/config/localization/ndt_scan_matcher/ndt_scan_matcher.param.yaml @@ -48,7 +48,7 @@ # The number of initial random trials in the TPE (Tree-Structured Parzen Estimator). # This value should be equal to or less than 'initial_estimate_particles_num' and more than 0. # If it is equal to 'initial_estimate_particles_num', the search will be the same as a full random search. - n_startup_trials: 20 + n_startup_trials: 100 validation: