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
67 stars 33 forks source link

Fixing Mean Max Defuzzifier #11

Open matthew-d-stringer opened 6 years ago

matthew-d-stringer commented 6 years ago

Hello, my name is Matthew. I deal with robotics and I was using Matlab in order to tune fuzzy logic. I realized the Mean max defuzzifier didn't behave the sameway that Matlab portrayed it. It seemed to jump values very suddenly. I changed some of the code and now it seems to have fixed that problem. Its not that pretty so I might want to make it better, but its functional.