From 440c477f776dfa20adb4aea3f0b62c6396c289fe Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sat, 13 Dec 2025 22:52:29 +0100 Subject: [PATCH] docs(qav3): refine configuration template MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- quickadapter/user_data/config-template.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/quickadapter/user_data/config-template.json b/quickadapter/user_data/config-template.json index 9f0e89f..75b6df2 100644 --- a/quickadapter/user_data/config-template.json +++ b/quickadapter/user_data/config-template.json @@ -126,6 +126,11 @@ "track_performance": false, "extrema_weighting": { "strategy": "amplitude", + // "strategy": "hybrid", + // "source_weights": { + // "amplitude": 0.5, + // "efficiency_ratio": 0.5 + // }, "gamma": 1.75 }, "extrema_smoothing": { -- 2.43.0