NICTA / stateline

Distributed Markov Chain Monte Carlo
Other
28 stars 11 forks source link

Replace flat arrays with 2d arrays #77

Open AlistaiReid opened 8 years ago

AlistaiReid commented 8 years ago

Replace chain flat arrays with 2d arrays through code, simplify the complex object structures.

darrnshn commented 8 years ago

Do you mean that we should change the ChainArray interface to take (stack ID, chain ID) instead of 'ID'? Or do you mean within the implementation of ChainArray? Or both?