Fuzzy control system
I'm interested in fuzzy logic, precisely in fuzzy control systems.
At this moment i need help to create, in C/C++/C# language, an engine to generate fuzzy rules in automatic.
In a first moment i think the follow:
i have a set of fuzzy rules like IF antecedent THEN consequent that i can put in a database and read it to evaluate the rules. But i want to generate the rules with another engine that work withot some kind of database's rules: it must generate fuzzy rules (IF ... THEN ...) by itself. Is possible ? If is it possible, suggest me the programming tecnique that i must use.
Tnx to all.
|