Skip to content

Commit 660e6e8

Browse files
Update README.md
1 parent c1cb7ac commit 660e6e8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ where
2626
- `N` : the number of particles that will be employed for sampling the flows,
2727
- `M` : inducing point number for the sparse kernel estimation of the logarithmic gradients,
2828
- `reweight`: boolean indicating whether reweighting of forward trajectories is necessary, i.e. when:
29-
- path constraints are relevant for the problem
30-
- the target is a non typical system state and the forward flow will be sampled as a reweighted Brownian bridge
29+
- path constraints are relevant for the problem,
30+
- the target is a non typical system state and the forward flow will be sampled as a reweighted Brownian bridge,
3131

32-
-
32+
- `U` : function handle representing the path constraints, i.e. U(x,t) = ( x - sin(t) )^2 <img src="https://latex.codecogs.com/svg.latex?\Large&space;U(x,t) = ( x - sin(t) )^2" title="path" />

0 commit comments

Comments
 (0)