mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-17 05:54:34 +00:00
[PR #1440] Implement Triangular Fuzzy Set Class with Membership Functions and Operations #2035
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/TheAlgorithms/C/pull/1440
State: closed
Merged: No
Description of Change
Added a C implementation of triangular fuzzy sets, including methods for membership, union, intersection, and complement operations.
References
Checklist
Notes:
Will add more fuzzy set functions and implement a Fuzzy Inference System (FIS), commonly used in modern control systems, adding them incrementally to ensure clarity and coherence.