alvesoaj / eFLL

eFLL (Embedded Fuzzy Logic Library) is a standard library for Embedded Systems
MIT License
211 stars 91 forks source link

How to include NOT rules #35

Closed v15a1 closed 1 year ago

v15a1 commented 2 years ago

As you know Fuzzy logic translates Linguistic rules into logical rules that can include AND, OR, NOT operators. Although eFLL has joinWithAND, joinSingle and joinWithOR, I can't seem to find a method for NOT. Taking the example sketches, how may I include the rule:

Distance is Near AND speed is NOT Fast

?

alvesoaj commented 2 years ago

Hello, there is no not rule... sincerely, I don't know about the not rule in Fuzzy, may be this technic was improved since last time I used it. May you share any paper to help me get updated?