From 6ce553563bc795f389f639a3a8cdfe356de71441 Mon Sep 17 00:00:00 2001 From: Johannes 'josch' Schauer Date: Sun, 27 Jan 2019 13:56:24 +0100 Subject: new upstream version 6.0 --- examples/original/takagi-sugeno/approximation.fll | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'examples/original/takagi-sugeno/approximation.fll') diff --git a/examples/original/takagi-sugeno/approximation.fll b/examples/original/takagi-sugeno/approximation.fll index 66fb813..63964dc 100644 --- a/examples/original/takagi-sugeno/approximation.fll +++ b/examples/original/takagi-sugeno/approximation.fll @@ -1,4 +1,4 @@ -Engine: approximation of sin(x)/x +Engine: approximation InputVariable: inputX enabled: true range: 0.000 10.000 @@ -14,7 +14,7 @@ InputVariable: inputX OutputVariable: outputFx enabled: true range: -1.000 1.000 - accumulation: none + aggregation: none defuzzifier: WeightedAverage TakagiSugeno default: nan lock-previous: true @@ -31,7 +31,7 @@ OutputVariable: outputFx OutputVariable: trueFx enabled: true range: -1.000 1.000 - accumulation: none + aggregation: none defuzzifier: WeightedAverage default: nan lock-previous: true @@ -40,7 +40,7 @@ OutputVariable: trueFx OutputVariable: diffFx enabled: true range: -1.000 1.000 - accumulation: none + aggregation: none defuzzifier: WeightedAverage default: nan lock-previous: false @@ -50,7 +50,8 @@ RuleBlock: enabled: true conjunction: none disjunction: none - activation: none + implication: none + activation: General rule: if inputX is NEAR_1 then outputFx is f1 rule: if inputX is NEAR_2 then outputFx is f2 rule: if inputX is NEAR_3 then outputFx is f3 -- cgit v1.2.3