Skip to content

Commit f74af15

Browse files
committed
Updated missing XML
1 parent 4f5c147 commit f74af15

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Numerics/Sampling/MCMC/NUTS.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -580,6 +580,7 @@ private void AccumulateWelfordStatistics(int chainIndex, double[] sample)
580580
/// step size can re-adapt to the new mass matrix.
581581
/// </summary>
582582
/// <param name="chainIndex">The chain index.</param>
583+
/// <param name="currentState">The current parameter state, used to find a new reasonable step size after the metric change.</param>
583584
private void UpdateMassMatrix(int chainIndex, ParameterSet currentState)
584585
{
585586
int n = _welfordCount[chainIndex];

0 commit comments

Comments
 (0)