Skip to content
This repository has been archived by the owner on Dec 23, 2019. It is now read-only.

Latest commit

 

History

History
15 lines (15 loc) · 682 Bytes

TODO.md

File metadata and controls

15 lines (15 loc) · 682 Bytes
  • compare timings with other samplers (JAGS, Stan)
  • add missing functions : hcat, vcat, comprehensions, map, mapreduce, ? ...
  • add truncation and censoring
  • optimize by priority :
    • pre-calculated statements (transpose), #DONE
    • identical calcs fusion,
    • refold,
    • +0, *1, ^1, sum(real) : low impact ~5%
    • optimize logpdf (over 70 % of comp time) ? #DONE
  • optimize state struct in HMC and NUTS : avoid deep copy ?, use immutable ?
  • correct multiple ref bug
  • simplify generateModelFunction return values (using types ?) to make it more user-friendly
  • add conjugate gradient solver
  • switch Real -> Float64 for speed improvements ?
  • update deprecated function calls