summaryrefslogtreecommitdiff
path: root/examples/original/mamdani/Laundry.fll
diff options
context:
space:
mode:
Diffstat (limited to 'examples/original/mamdani/Laundry.fll')
-rw-r--r--examples/original/mamdani/Laundry.fll9
1 files changed, 5 insertions, 4 deletions
diff --git a/examples/original/mamdani/Laundry.fll b/examples/original/mamdani/Laundry.fll
index cc002bb..36e67d5 100644
--- a/examples/original/mamdani/Laundry.fll
+++ b/examples/original/mamdani/Laundry.fll
@@ -12,7 +12,7 @@ InputVariable: Dirt
OutputVariable: Detergent
enabled: true
range: 0.000 80.000
- accumulation: Maximum
+ aggregation: Maximum
defuzzifier: MeanOfMaximum 500
default: nan
lock-previous: false
@@ -23,7 +23,7 @@ OutputVariable: Detergent
OutputVariable: Cycle
enabled: true
range: 0.000 20.000
- accumulation: Maximum
+ aggregation: Maximum
defuzzifier: MeanOfMaximum 500
default: nan
lock-previous: false
@@ -34,10 +34,11 @@ RuleBlock:
enabled: true
conjunction: Minimum
disjunction: Maximum
- activation: Minimum
+ implication: Minimum
+ activation: General
rule: if Load is small and Dirt is not high then Detergent is less_than_usual
rule: if Load is small and Dirt is high then Detergent is usual
rule: if Load is normal and Dirt is low then Detergent is less_than_usual
rule: if Load is normal and Dirt is high then Detergent is more_than_usual
rule: if Detergent is usual or Detergent is less_than_usual then Cycle is short
- rule: if Detergent is more_than_usual then Cycle is long \ No newline at end of file
+ rule: if Detergent is more_than_usual then Cycle is long