Posted By: Roman Kamyk
Date: 2007-11-19 12:04
Summary: fuzzyrb 1.2.2 Released
Project: Fuzzy Sets in Ruby
fuzzyrb version 1.2.2 has been released!
## DESCRIPTION: Implements Fuzzy Sets in Ruby. I am very beginner at this topic, so it is very basic now. Any help will be appreciated.
## FEATURES/PROBLEMS: * Fuzzy Sets defined as sequence of line segments. * Fuzzy Rules. Only conjunction of arguments is possible. * No error handling. * Defuzzification as center of gravity and first maximum * Minimum and Multiplication T-Norms. * Mamdani and Larsen aggregation methods. * Reasoning - apply matching rule and combine the results. Mamdani or Takagi-Sugeno system.
Changes:
## 1.2.2 / 2007-11-19
* Bugfix: little changes in test, so now they can be run in any of the ways: % rake hoe:test % ruby test/fuzzy_test.rb % autotest (if you have zentest installed of course) |
|