Sugeno-type FIS output tuning

Tunes linear parameters of Sugeno-type FIS output using various methods of solving linear equations
2,3K download
Aggiornato 30 ago 2010

Visualizza la licenza

The archive contains sugenotune.m which is used to tune Sugeno-type FIS outputs. The used methods are ldivide, Kalman filter, pseudoinversion, Kaczmarz algorithm, and gradient descent methods. Though the user can supply sugenotune.m with his own methods.

Remarks:
- FIS with multiple outputs is allowed;
- the tuning takes into account rule weights;
- the FIS outputs can be pure constant (all MFs are constant), pure linear (all MFs are linear) or mixed (some MFs are constant and the rest are linear);
- there is also sugenotunex.m available which is compatible with extended rule structure (see my submission with file ID 28393);
- see example1.m and example2.m for usage details.

Cita come

Konstantin Sidelnikov (2025). Sugeno-type FIS output tuning (https://it.mathworks.com/matlabcentral/fileexchange/28458-sugeno-type-fis-output-tuning), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2009b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Fuzzy Logic Toolbox in Help Center e MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versione Pubblicato Note della release
1.2.0.0

I have changed the algorithm of sugenotune(x).m, added another example, and updated submission description.

1.1.0.0

some remarks was added

1.0.0.0