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
* Remove Turing integration tests
* Don't run removed tests in CI
* Add demo_assume_literal_observe + rename demo_assume_observe_literal -> demo_assume_multivariate_observe_literal
* Rename models
* Implement make_chain_from_prior([rng,] model, n_iters)
* Bump minor version
* Re-add almost all integration tests into DPPL test suite proper
* Remove deprecated `link!` / `invlink!`
* Add comments to value_iterator_from_chain test
* Remove outdated comment
Co-authored-by: Markus Hauru <[email protected]>
* Remove link!/invlink! from threadsafe.jl
* Update API docs on transformations
* Update API docs page
---------
Co-authored-by: Markus Hauru <[email protected]>
Co-authored-by: Markus Hauru <[email protected]>
Copy file name to clipboardExpand all lines: docs/src/api.md
+3-6Lines changed: 3 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -279,12 +279,9 @@ VarInfo
279
279
TypedVarInfo
280
280
```
281
281
282
-
One main characteristic of [`VarInfo`](@ref) is that samples are stored in a linearized form.
283
-
284
-
```@docs
285
-
link!
286
-
invlink!
287
-
```
282
+
One main characteristic of [`VarInfo`](@ref) is that samples are transformed to unconstrained Euclidean space and stored in a linearized form, as described in the [transformation page](internals/transformations.md).
283
+
The [Transformations section below](#Transformations) describes the methods used for this.
284
+
In the specific case of `VarInfo`, it keeps track of whether samples have been transformed by setting flags on them, using the following functions.
0 commit comments