aesara-devs / aehmc

An HMC/NUTS implementation in Aesara

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`ProposalStateType`, `IntegratorStateType`, etc should be `namedtuple`s

rlouf opened this issue · comments

Even if we can only pass tensors in functions used in scan this will make this code a lot easier to follow, and ready in case it becomes possible to pass namedtuples in scan.

Originally posted by @brandonwillard in #7 (comment)

commented

What would be attributes of a TerminationState tuple? @rlouf