summaryrefslogtreecommitdiff
path: root/examples/mamdani/AllTerms.fll
diff options
context:
space:
mode:
Diffstat (limited to 'examples/mamdani/AllTerms.fll')
-rw-r--r--examples/mamdani/AllTerms.fll10
1 files changed, 6 insertions, 4 deletions
diff --git a/examples/mamdani/AllTerms.fll b/examples/mamdani/AllTerms.fll
index 58d5705..4db1b32 100644
--- a/examples/mamdani/AllTerms.fll
+++ b/examples/mamdani/AllTerms.fll
@@ -1,7 +1,8 @@
-Engine: qtfuzzylite
+Engine: AllTerms
InputVariable: AllInputTerms
enabled: true
range: 0.000 6.500
+ lock-range: false
term: A Sigmoid 0.500 -20.000
term: B ZShape 0.000 1.000
term: C Ramp 1.000 0.000
@@ -25,11 +26,11 @@ InputVariable: AllInputTerms
OutputVariable: AllOutputTerms
enabled: true
range: 0.000 6.500
- accumulation: Maximum
+ lock-range: false
+ aggregation: Maximum
defuzzifier: Centroid 200
default: nan
lock-previous: false
- lock-range: false
term: A Sigmoid 0.500 -20.000
term: B ZShape 0.000 1.000
term: C Ramp 1.000 0.000
@@ -54,7 +55,8 @@ RuleBlock:
enabled: true
conjunction: Minimum
disjunction: Maximum
- activation: Minimum
+ implication: Minimum
+ activation: General
rule: if AllInputTerms is A then AllOutputTerms is T
rule: if AllInputTerms is B then AllOutputTerms is S
rule: if AllInputTerms is C then AllOutputTerms is R