pcingola / jFuzzyLogic

The most complete fuzzy logic library in Java. The de-facto standard for research and industrial applications.
GNU Lesser General Public License v3.0
66 stars 32 forks source link

Limited number of ruleterms #15

Closed andreu30 closed 4 years ago

andreu30 commented 4 years ago

Hello using JAVA API i want to build a FIS with a lot of rules. Using "addAntecedent()" function there is a limitation for only 2 antecendents for a single rule. I also read there are more limitations regarding the total number of rules for each FIS. This is not stated in the documentation. Is this right?

andreu30 commented 4 years ago

...