Happy !
jmari / FuzzyPharo
About FuzzyPharo
This project is based on "http://www.fuzzysqueak.it" by Davide Arrigo as initial source, changing a lot of concepts: - Separate "view" from the "model" - Allows different kinds of defuzzification methods - More programmatically API, the original project is an application, FuzzyPharo is a framework. - Adds Test classes. - Removes the use of global variables in the Smalltalk Dictionary. … Check for Test classes to learn the API. Works on Pharo 3.0. Load the last version an do: CFFunctionalTest test or CFFunctionalTest testTS, run the tests...
