Skip to content

Commit 6af31ab

Browse files
Update README.md
1 parent de68859 commit 6af31ab

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,9 @@ where
3939

4040
- `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,
4141
- `brown_bridge`: boolean variable indicating whether the sampling of the forward flow will happen with reweighted Brownian bridge dynamics.
42+
43+
44+
This returns an object that contains the sampled flows and control functions. To compute the controls for the timestep `ti` when the system is at state `x` call
45+
```python
46+
u = control_flows.calculate_u(x,ti)
47+
```

0 commit comments

Comments
 (0)