alvesoaj / eFLL

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

From Arbie: 2 or more fuzzyrule using same fuzzyrule consequent #1

Closed alvesoaj closed 11 years ago

alvesoaj commented 11 years ago

i've got trouble at result of defuzzyfy when i have 2 or more fuzzyrule using same fuzzyrule consequent but different fuzzyantecedent...

but when i have 1 fuzzyrule using different fuzzyrule consequent it works..

why..?? example i' have 2 input 1.temperature have 5 variable 2.moisture have 3 Variable

and 1 output 1.time have 7 variable

so i must building 3x5 fuzzyrule = 15 fuzzyrule, there 12 fuzzyrule have same fuzzyconsequent... any idea to solve my problem..??

thank you.. for helping me :)

thank

alvesoaj commented 11 years ago

Fixed in version 1.0.1.

Now one Fuzzy Consequent can accept many antecedent.