forked from mlr-org/parallelMap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
todo.txt
29 lines (19 loc) · 857 Bytes
/
todo.txt
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
depend on new bj
regarding parExport
- enable function
- enable all test
# use object in some parent frame above: geht
# except: use object in parent global frame: geht nicht
# call function from other package B, depends: geht
# call function from other package B, suggests: geht nicht
# call function from own package A: geht, wird das dann geladen?
# sowas wie get/assign sollte man halt nicht tun
document handling of errors
document RNG init / stuff
geht erste ebene mit batchjobs, zweite mit mpi oder multicore
chunking in parallelMap
parallelApply, parallelVapply
option for RNG seed, for pkg parallel and batchjobs, use same argument. can that be done for all?
build some way to have full reprodiciblilty even when backend and ncpus changes
document seeding for all modes
exports gehen mit der neuen bj version auch