Feedback#
- class discopy.para.Feedback(dom, cod, inside, param=None, copar=None)[source]#
Bases:
Markov,discopy.abc.FeedbackCategoryParametric maps over a feedback underlying category form a feedback category, with
delay()applied to all five components.- Parameters:
dom (ob)
cod (ob)
inside (category)
param (ob)
copar (ob)
- delay(n_steps=1)[source]#
Delay a parametric map by delaying its underlying morphism together with its domain, codomain, parameter and coparameter spaces.
- Parameters:
n_steps (int) – The number of time steps to delay.
- Return type:
- feedback(dom=None, cod=None, mem=None)[source]#
The feedback of the underlying category, with the parameters swapped out of the way the same as
Traced.trace().