Currently, the prevent_advanced_iteration (and many other composite feedback functions) will pass any of their keyword parameters to their descendent functions. However, most likely, these should be treated as a single feedback function. We probably want to provide a convenient mechanism to generalize this behavior, probably tied to the CompositeFeedback decorator.
Currently, the prevent_advanced_iteration (and many other composite feedback functions) will pass any of their keyword parameters to their descendent functions. However, most likely, these should be treated as a single feedback function. We probably want to provide a convenient mechanism to generalize this behavior, probably tied to the CompositeFeedback decorator.