News
FuzzyR 2.3.2
New features
- Add non-singleton features described in the FuzzIEEE paper ‘An
Extension of the FuzzyR Toolbox for Non-Singleton Fuzzy Logic Systems’.
This is a collaborative work with Yu Zhao.
- Refactoring code for function showGUI; Add advanced GUI features.
Many thanks to the contribution from science@sboldt.com.
FuzzyR 2.3.1
Bug fixes
- Address the issue of writefis,readfisandshowfis.
- Address the issue when one or more rules do not use the first input
variable.
FuzzyR 2.3
New features
Bug fixes
- Address the issue of evalfisfor interval type-2 fis:
it now gives a single (rather than two) crisp defuzzified output.
FuzzyR 2.2
New features
- Add err.trn.fixflag to functionanfis.optimise.
- Add height option to membership functions: gbellmf,gbell.fuzzification,it2gbellmf,singletonmf,gaussmf,it2gaussmf,trapmf,it2trapmf,trimf,it2trimf,trimf.fuzzification.
- New functions: gauss.fuzzification,it2gbell.fuzzification.
- Change functions addfis,addmf,evalfisto include interval type-2 features (Mamdani).
Bug fixes
- Change function evalfisto address the issue of a fis
with multiple outputs.
- Address the issue of initialisation when a == 0for
funtionsinit.params.gbellandinit.params.it2gbell.
Other changes
FuzzyR 2.1
New features
Bug fixes
- Customise function match.funto address the issue that
functions cannot be matched due to environmental settings.
- Change function gensurfto address a color issue.
- Change function defuzzto address an issue when all
membership grades are equal to zero.
- Change function anfis.dMF.dP.gbellmfto address the
issue of infinite outputs due to large factors.
- Change function plotmfto address an issue of
customised label.
Other changes