Skip to content

Proportional

Proportional

Bases: Activation

Activation method that activates the rules utilizing normalized activation degrees, thus the sum of the activation degrees is equal to one.

related

Functions

activate

activate(rule_block: RuleBlock) -> None

Activate the rules using normalized activation degrees.

Parameters:

Name Type Description Default
rule_block RuleBlock

rule block to activate.

required