fuzzy-expert 0.1.0

A fuzzy logic library with support for mamdani fuzzy inference.
Documentation
1
2
3
4
5
6
7
8
9
# fuzzy

[![Build Status](https://github.com/TheDan64/fuzzy/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/TheDan64/fuzzy/actions/workflows/test.yml?query=branch%3Amain)
[![lines of code](https://tokei.rs/b1/github/TheDan64/fuzzy)](https://github.com/Aaronepower/tokei)
![Minimum rustc 1.65](https://img.shields.io/badge/rustc-1.65+-brightgreen.svg)

A fuzzy logic library with support for mamdani fuzzy inference.

Inspired by https://github.com/jdvelasq/fuzzy-expert.