File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 14
14
fail-fast : false
15
15
matrix :
16
16
package :
17
- - {user: TuringLang, repo: AdvancedPS.jl, ref: releases }
17
+ - {user: TuringLang, repo: AdvancedPS.jl, ref: master }
18
18
- {user: TuringLang, repo: Turing.jl, ref: master}
19
19
20
20
steps :
Original file line number Diff line number Diff line change @@ -87,16 +87,15 @@ a = copy(ttask)
87
87
@show consume (ttask) # 3
88
88
```
89
89
90
- Note: The [ Turing] ( https://github.com/TuringLang/Turing.jl )
91
- probabilistic programming language uses this task copying feature in
90
+ Notes:
91
+
92
+ - The [ Turing] ( https://github.com/TuringLang/Turing.jl ) probabilistic programming
93
+ language uses this task copying feature in
92
94
an efficient implementation of the [ particle
93
95
filtering] ( https://en.wikipedia.org/wiki/Particle_filter ) sampling
94
96
algorithm for arbitary order [ Markov
95
97
processes] ( https://en.wikipedia.org/wiki/Markov_model#Hidden_Markov_model ) .
96
98
97
- ## Disclaimer
98
-
99
- - This feature is still experimental and should only be used with caution.
100
99
- From v0.6.0, Libtask is implemented by recording all the computing
101
100
to a tape and copying that tape. Before that version, it is based on
102
101
a tricky hack on the Julia internals. You can check the commit
You can’t perform that action at this time.
0 commit comments