Releases: fuzzylite/fuzzylite
Releases · fuzzylite/fuzzylite
fuzzylite-6.0
Licensed under the GNU General Public License 3.
Sources and binaries available at fuzzylite.com/downloads.
More information in README.md.
fuzzylite-5.1
A minor release that contains a few fixes and some improvements (see ChangeLog
)
The goal of fuzzylite-5.1
is to provide a release that can be built using g++5.1.
fuzzylite-5.0
Source and binaries are available for major platforms at
http://www.fuzzylite.com/downloads
.
What's new?
The entire fuzzylite library has been thoroughly revised, refactored, validated, and significantly improved. The following list shows a summary of the new features. Users from previous versions are strongly encouraged to revise the ChangeLog
- Support and features of both
C++98
andC++11
. - Compile using Clang.
- Performance improvements of Takagi-Sugeno by over 55%.
- Smart pointers in many classes.
- Copy and move constructors, copy and move operators in many classes.
- Exceptions are raised instead of raising signals.
- Automatic build script to compile in debug and release.
- Easily compare the FuzzyLite Dataset generated for your engine against the evaluation of the same engine in Matlab or Octave.
- Better operation of
OutputVariable
. - Every integral Term have a new height parameter.
- New terms:
Concave
,Cosine
andSpike
. - Incorporate your own functions thanks to the new
FunctionFactory
. - New hedges:
NilpotentMinimum
andNilpotentMaximum
. - Basic rule chaining allows to have rules with an
OutputVariable
in the antecedent. - Changed the role of the accumulation and activation operators in
WeightedDefuzzifier
, that is, inWeightedAverage
andWeightedSum
. - Importers and exporters support for terms with the new height parameter.
- In FuzzyLite Language, renamed property lock-valid to lock-previous.
- New examples of basic rule chaining:
mamdani/SimpleDimmerInverse.fll
andmamdani/Laundry.fll
. - FuzzyLite Interactive Console to manually evaluate an engine from console.
- Fixed minor memory leaks and bugs.