How to Install fuzzylite in Ubuntu 18.04



Install fuzzylite by entering the following commands in the terminal:

sudo apt update
sudo apt install fuzzylite

Description:

fuzzy logic control binary

fuzzylite is a fuzzy logic control library which allows one to easily create fuzzy logic controllers in a few steps utilizing object-oriented programming. It supports five controller types (Mamdani, Takagi-Sugeno, Larsen, Tsukamoto, Inverse Tsukamoto), 20 linguistic terms, five integral and two weighted defuzzifiers, six hedge types, three import types (FuzzyLite Language, Fuzzy Inference System and Fuzzy Control Language) and six export types (C++, Java, FuzzyLite Language, FuzzyLite Dataset, Fuzzy Inference System, Fuzzy Control Language). It comes bundled with more than thirty examples for Mamdani, Takagi-Sugeno and Tsukamoto controllers from fuzzylite, octave and matlab, each in all supported export formats. . This package contains the runtime binary

Homepage: http://www.fuzzylite.com/cpp/

Version: 5.1+dfsg-5

Section: universe/misc