From 9b2d9dd56b678f3ce0c8d56e76f109748bda947b Mon Sep 17 00:00:00 2001 From: Junpeng Lao Date: Mon, 6 Nov 2023 18:18:49 +0100 Subject: [PATCH] Update chees_adaptation.py Minor correction of docstring --- blackjax/adaptation/chees_adaptation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blackjax/adaptation/chees_adaptation.py b/blackjax/adaptation/chees_adaptation.py index ac3c685ae..faceaba7e 100644 --- a/blackjax/adaptation/chees_adaptation.py +++ b/blackjax/adaptation/chees_adaptation.py @@ -27,7 +27,7 @@ class ChEESAdaptationState(NamedTuple): log_step_size_moving_average Running moving average of the log step_size parameter. trajectory_length - Value of the num_integration_steps / step_size parameter of + Value of the num_integration_steps * step_size parameter of the HMC algorithm. log_trajectory_length_moving_average Running moving average of the log num_integration_steps / step_size