simpful icon indicating copy to clipboard operation
simpful copied to clipboard

A friendly python library for fuzzy logic reasoning

Results 12 simpful issues
Sort by recently updated
recently updated
newest added

Hi Could you please tell me where I can get fuzzy inputs membership values assigned at every run of Fuzzy inference to calculate Fuzzy score. Thank you.

I recently read your paper. It clearly explained the general idea of your Simpful library and how many features It easily provides. But you did not compare the performance of...

Would there be a way to define my custom fuzzy logic rules which use different format than “IS”. From what I was looking at the simpful code it only supports...

Hi, is there a way to parse an utf-8, -16 and even -32 characters to the rule base? such as greek letter θ, is it possible? if not, when will...

I tried to plot your built in plotting tools but it does not work because it says matplotlib does not exist. Here is my error code: ``` Traceback (most recent...

Hi Marco, This is the version of simpful I used but it doesn't do the GP by itself. For the GP part you need the modules folder which can be...

I saw some of your code snippets, a good rule of thumb is to refactor the code and eliminate the comments. This way people do not need to read the...

I think it would be more appropriate to use LGPL license, or a more permissive one, since GPL prohibits any linking of non-GPL software to GPL software, thus forcing anyone...

I am looking for guidance to apply simpful as intended. I prepared a minimalistic experiment (screenshot) and respective code (below). I used python 3.10.12 with simpful 2.11.0 ![defuzzifier_example](https://github.com/aresio/simpful/assets/49761473/e520d05d-c09e-4cd1-9a22-7100754e2363) I tried...

Please add a script to ./examples, which illustrates how to construct the rule strings properly when combining operators. Some examples, I would find helpful - how to use NOT -...