AI-FuzzyEngine This module is yet another implementation of a fuzzy inference system. The aim was to be able to code rules (no string parsing), but avoid operator overloading, and make it possible to split calculation into multiple steps. All intermediate results (memberships of sets of variables) should be available. Credits to Ala Qumsieh and his L, that showed me that fuzzy is no magic. I learned a lot by analyzing his code, and he provides good information and links to learn more about Fuzzy Logics. INSTALLATION To install this module, run the following commands: perl Build.PL ./Build ./Build test ./Build install SUPPORT AND DOCUMENTATION After installing, you can find documentation for this module with the perldoc command. perldoc AI::FuzzyEngine You can also look for information at: RT, CPAN's request tracker (report bugs here) http://rt.cpan.org/NoAuth/Bugs.html?Dist=AI-FuzzyEngine AnnoCPAN, Annotated CPAN documentation http://annocpan.org/dist/AI-FuzzyEngine CPAN Ratings http://cpanratings.perl.org/d/AI-FuzzyEngine Search CPAN http://search.cpan.org/dist/AI-FuzzyEngine/ LICENSE AND COPYRIGHT Copyright (C) 2013 Juergen Mueck This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License. See http://dev.perl.org/licenses/ for more information.