.. Fuzzy System documentation master file, created by sphinx-quickstart on Mon Nov 8 13:29:24 2021. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. Welcome to Fuzzy System's documentation! ======================================== **FuzzySystem** is a python framework to make Fuzzy Inference Systems easy to use and flexible. It is made by following the literary conventions in the Fuzzy Logic domain area. This project aims to bring academics and researchers an easy-to-use tool to teach or perform experiments related to fuzzy systems. You will be able to configure and extend the classes to add more functionality and robustness. If you work in Matlab-like or python solutions to create fuzzy control systems, this framework will make you feel comfortable. Installation ____________ **FuzzySystem** framework is compatible with **Python**>3.6, and can be easily installed using **pip**: .. code-block:: bash $ pip install --upgrade pip $ pip install FuzzySystem Framework Documentation _______________________ .. toctree:: :maxdepth: 3 :caption: Documentation: modules Try some examples: __________________ .. toctree:: :maxdepth: 3 :titlesonly: :caption: Examples: notebooks/Membership functions notebooks/Basic Tipping Problem notebooks/Shower Fuzzy Inference System notebooks/Sugeno Fuzzy Inference System notebooks/Tnorm operators Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search`