Fuzzy Thinking
I have an idea germinating that involves using fuzzy logic, something I only had a passing knowledge of. After reading the Wikipedia articles and Googling for it I'm more informed but still haven't found a perfect resource.
The only Python code I have found was informative, but it was from way back in 1990. If there are any Pythonistas who know of a more up-to-date fuzzy logic module, or fuzzy logic resource in general, please let me know!
this module contains a fuzzy object:
http://www.koders.com/python/fidB24718099AB3A989B05724D05F56218F3C2F53E6.aspx?s=sort#L221
I am also interested in this… On a lark I just searched sourceforge for fuzzy and python. Got 8 hits. Have a look.
http://sourceforge.net/search/?words=fuzzy+python&type_of_search=soft&pmode=0&words=fuzzy+AND+python
Maybe this helps?
Pete
A good book that explains fuzzy logic well is Bart Kosko's
“Fuzzy Thinking: The New Science of Fuzzy Logic”
Best regards,
Jim