Skip to content

Commit

Permalink
fix diagonal hessian calculation
Browse files Browse the repository at this point in the history
  • Loading branch information
xji3 committed Dec 13, 2023
1 parent 7fe5300 commit 6adb443
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/dr/evomodel/coalescent/smooth/SkyGlideLikelihood.java
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ public double[] getDiagonalHessianLogDensityWrtLogPopSize() {
currentGridIndex = lastGridIndex;
}
}
updateSingleTreePopulationInverseGradientWrtLogPopSize(index, diagonalHessian);
}

return diagonalHessian;
Expand Down

0 comments on commit 6adb443

Please sign in to comment.