Skip to content

Commit 61b4483

Browse files
committed
Some updates ...
1 parent e29212b commit 61b4483

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ Thank you for your contribution, which helps maintain and improve this project!
4747
- Supporting FCL.
4848
- Introduction of a GUI for facilitating system design.
4949

50+
### Some notes on version 0.8.6
51+
- Minor bug fix concerning the *IT2Mamdani_ML_Model* class.
52+
5053
### Some notes on version 0.8.5
5154
- Removing a deprecated numpy module ...
5255

examples/Sphinx docs examples/Ex9.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030

3131

3232
myIT2Mamdani = IT2Mamdani_ML(N, M, IT2FS_Gaussian_UncertMean, (-pi / 2., pi / 2.),
33-
algorithm="PSO",
34-
algorithm_params=[200, 100, 0.3, 0.3, 2.4, ])
33+
algorithm="GWO",
34+
algorithm_params=[200, 100, ])
3535

3636
err, conv = myIT2Mamdani.fit(X, y2.ravel())
3737

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
long_description = f.read()
88

99
setup(name='pyit2fls',
10-
version='0.8.5',
10+
version='0.8.6',
1111
description='Type 1 and Interval Type 2 Fuzzy Logic Systems in Python',
1212
long_description=long_description,
1313
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)