pyhgf.model.hybrid.PCSequential# class pyhgf.model.hybrid.PCSequential(parts)[source]# A chain of parts: forward in order to predict, in reverse to update. Parameters: parts (list) __init__(parts)[source]# Parameters: parts (list) Methods __init__(parts) init_state() Return a tuple of each child part's state, in self.parts order.