Python-Fuzzylogic / fuzzylogic

Fuzzy Logic and Fuzzy Inference for Python 3
MIT License
124 stars 26 forks source link

Use an evolutionary algorithm to determine parameters of membership function #51

Open amogorkon opened 3 months ago

amogorkon commented 3 months ago

Once the neural network determined the rough shape of the membership function to use in a set, it's time to tweak the parameters. Let's use an evolutionary algorithm with mean squared error as fitness function to optimize these.