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
, readfis
and
showfis
.
- 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
evalfis
for interval type-2 fis:
it now gives a single (rather than two) crisp defuzzified output.
FuzzyR 2.2
New features
- Add
err.trn.fix
flag to function
anfis.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
,
evalfis
to include interval type-2 features (Mamdani).
Bug fixes
- Change function
evalfis
to address the issue of a fis
with multiple outputs.
- Address the issue of initialisation when
a == 0
for
funtions init.params.gbell
and
init.params.it2gbell
.
Other changes
FuzzyR 2.1
New features
Bug fixes
- Customise function
match.fun
to address the issue that
functions cannot be matched due to environmental settings.
- Change function
gensurf
to address a color issue.
- Change function
defuzz
to address an issue when all
membership grades are equal to zero.
- Change function
anfis.dMF.dP.gbellmf
to address the
issue of infinite outputs due to large factors.
- Change function
plotmf
to address an issue of
customised label.
Other changes