Last question: Is there a need to store accepted as a F64, is it just so that internals is concrete? If it's the latter, maybe we could think about making internals a NamedTuple like (logp = [logp_matrix...], accepted = [accepted_matrix...])? That would let us store it as the natural Bool. Not one for this PR though, it's a separate thing!
Originally posted by @penelopeysm in #44 (comment)
Last question: Is there a need to store accepted as a F64, is it just so that
internalsis concrete? If it's the latter, maybe we could think about making internals a NamedTuple like(logp = [logp_matrix...], accepted = [accepted_matrix...])? That would let us store it as the natural Bool. Not one for this PR though, it's a separate thing!Originally posted by @penelopeysm in #44 (comment)