-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO
42 lines (39 loc) · 899 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
C++ support library
- Random number generation
- RNG
- UniformRandom
- NormalRandom
- Gamma distribution
- Linear algebra
- Matrices
- ArrayND?
- IOUtils
-
Base class generator
- (parallel) random number generator
- support for parallel processing
- diagnostic traces
- posterior samples
- checkpointing / restarting
- OutputFileManager?
- iteration control
- burnin
- results
- adaptation
- cancellation of estimation or dynamic modification of periods
- pausing
- reporting progress
- posterior means (and stddevs)
- adaptation period
- retrospective burnin
- convergence diagnostics?
- (separate?) tools for initialization
BOOM
BLAS
LAPACK
ATLAS
AMD Core Math Library
(optimized BLAS and LAPACK for AMD processors)
Intel Math Kernel Library
(optimized BLAS and LAPACK for Intel processors)
(Mac OS X 10.2 and onwards include optimised versions of BLAS and LAPACK)