Skip to content

Improved Mamdani reasoning (weights+aggregation functions)

Compare
Choose a tag to compare
@sspola sspola released this 21 Nov 10:26
· 32 commits to master since this release

Thanks to some valuable contributions from @akdenizince, we now support weighted fuzzy rules and extended aggregation functions for Mamdani inference.
A pre-implemented probabilistic OR (probor) function was added to be used as aggregation function, along with Python built-ins (sum and max). If you have special aggregation functions, you can also pass them via the aggregation_function argument (code here, documentation here).