CVPolicyByTypeRule

CVPolicyByTypeRule#

class braincell.CVPolicyByTypeRule(branch_types, policy)[source]#

One branch-type dispatch rule for CompositeByTypePolicy.

Variables:
  • branch_types (tuple of str) – Branch types matched by this rule.

  • policy (CVPolicy) – Policy applied to matching branches.