Skip to content

Create Consequent instance when parsing FCL file  #4

@arruda

Description

@arruda

Here's an example of the FCL parts related to this:

VAR_OUTPUT
    some_var : REAL;
END_VAR

DEFUZZIFY some_var
    TERM mf1 := (0,0) (5,1) (10,0);
    TERM mf2 := (10,0) (15,1) (20,0);
    TERM mf3 := (20,0) (25,1) (30,0);
    METHOD : COG;
    DEFAULT := 0;
    RANGE := (0..30)
END_DEFUZZIFY

It seems it should be treated like the Antecedents are (considering the MFs and universe).

But one should pay attention on how should translate the METHOD, DEFAULT and RANGE to scikit-fuzzy.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions