You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,5 +37,5 @@ where
37
37
-`kern` : the kernel that will be employed for the nonparametric logarithmic gradient estimation of the sampled densities. Currently supported:
38
38
-`RBF` : radial basis function kernel with lengthscale estimated at every time step from the samples,
39
39
40
-
-`f_true` : function handler of system drift function when the reweighted Brownian bridge functionality for forward sampling is used. In that case, `f` should be supplied with the drift function of the brownian bridge, `U` should be set to the necessary path constraint (see paper), and `reweight` and `brown_bridge` should be turned to True,
40
+
-`f_true` : function handler of system drift function when the reweighted Brownian bridge functionality for forward sampling is used. In that case, `f` should be supplied with the drift function of the brownian bridge, `U` should be set to the necessary path constraint (see paper(http://arxiv.org/abs/2112.05735)), and `reweight` and `brown_bridge` should be turned to True,
41
41
-`brown_bridge`: boolean variable indicating whether the sampling of the forward flow will happen with reweighted Brownian bridge dynamics.
0 commit comments