aresio / simpful

A friendly python library for fuzzy logic reasoning
Academic Free License v3.0
130 stars 33 forks source link

Pr request #3

Closed NikhilNRS closed 4 years ago

NikhilNRS commented 4 years ago

Hi Marco,

I added testing features, dependencies and the modified postparse function in the form:

IF antecedents THEN P(X is A)=number, P(X is B)=another number, …

In the corresponding unit test it is observable that the output of the old rules remained unchanged and the function gives back a tuple for the new (probabilistic) rules.

In detail, the following other changes were made: