Skip to main content
GameDev.net gamedev.net

PRO Tired of ads? Read GameDev.net ad-free and help keep the community independent with GameDev Pro — $3/month.

My Study on Fuzzy Logic

My Study on Fuzzy Logic

Tutorial Doctor
Tutorial Doctor
Tutorial Doctor's Journal · · 1 min read
3,058 6
So, someone recently (perhaps accidentally) introduced me to the term "fuzzy logic," and this is what I have been looking for! I am having a sort of hard time wrapping my head around how it works exactly, because I have only been using Boolean logic. However, since I am new to programming, I am not set in my ways, so I can retrain myself easier.

And I am very glad that I was introduced to this sooner than later. Right now I have been trying to implement fuzzy logic, but I quickly found myself reverting back to Boolean logic, or using some sort of probability. I just found the perfect documentation of fuzzy logic, and I am going to read this first. I will update my findings here, for anyone who might be interested.

http://www.fuzzysys.com/books/FLLib/FUZZYPDF/FUZZYLOG.PDF

Discussion

Loading comments...