summaryrefslogtreecommitdiff
path: root/examples/mamdani/SimpleDimmer.fll
diff options
context:
space:
mode:
Diffstat (limited to 'examples/mamdani/SimpleDimmer.fll')
-rw-r--r--examples/mamdani/SimpleDimmer.fll10
1 files changed, 6 insertions, 4 deletions
diff --git a/examples/mamdani/SimpleDimmer.fll b/examples/mamdani/SimpleDimmer.fll
index 3a4f8f9..896bebf 100644
--- a/examples/mamdani/SimpleDimmer.fll
+++ b/examples/mamdani/SimpleDimmer.fll
@@ -1,18 +1,19 @@
-Engine: simple-dimmer
+Engine: SimpleDimmer
InputVariable: Ambient
enabled: true
range: 0.000 1.000
+ lock-range: false
term: DARK Triangle 0.000 0.250 0.500
term: MEDIUM Triangle 0.250 0.500 0.750
term: BRIGHT Triangle 0.500 0.750 1.000
OutputVariable: Power
enabled: true
range: 0.000 1.000
- accumulation: Maximum
+ lock-range: false
+ aggregation: Maximum
defuzzifier: Centroid 200
default: nan
lock-previous: false
- lock-range: false
term: LOW Triangle 0.000 0.250 0.500
term: MEDIUM Triangle 0.250 0.500 0.750
term: HIGH Triangle 0.500 0.750 1.000
@@ -20,7 +21,8 @@ RuleBlock:
enabled: true
conjunction: none
disjunction: none
- activation: Minimum
+ implication: Minimum
+ activation: General
rule: if Ambient is DARK then Power is HIGH
rule: if Ambient is MEDIUM then Power is MEDIUM
rule: if Ambient is BRIGHT then Power is LOW \ No newline at end of file